/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    font-family: "Open Sans";
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #0095ca;
}

    a:hover {
        color: #444;
    }

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ol, ul {
    margin: 0px;
    padding: 0px;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}
/*css new login start*/
.login-image {
    height: 100%;
    width: 100%;
    background-image: url(../../Root/Images/login-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px;
}

.m-0 {
    margin: 0 !important;
}

.login-image:before, .signup-image:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.name_wrap h1 {
    position: relative;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    overflow: hidden;
}

    .name_wrap h1 span {
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        padding-left: 2px;
    }

p:last-child {
    margin-bottom: 0;
}

.login-content {
    height: 100vh;
    padding: 30px 0;
    overflow: auto;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-content .login-form {
        max-width: 445px;
    }
}

@media only screen and (max-width: 767px) {
    .login-content {
        height: 100vh;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .login-content .login-form {
            margin-top: 100px;
        }
}

.login-content .login-form {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .login-content .login-form .logo {
        margin-bottom: 15px;
    }

        .login-content .login-form .logo a {
            display: inline-block;
        }

    .login-content .login-form p {
        margin-top: 7px;
        margin-bottom: 0;
    }

    .login-content .login-form .form-group {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .login-content .login-form .form-control {
        background-color: #fff;
        color: #0e314c;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
        box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%) !important;
        height: 50px;
        font-family: raleway, sans-serif;
        font-size: 14px;
        border-radius: 5px;
    }

.form-control {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    height: 40px;
    font-family: raleway, sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 10px;
    color: #0e314c;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form .forgot-password {
    text-align: center;
    margin-top: 15px;
}

.login-content .login-form .btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%);
    box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%);
    background: linear-gradient(180deg, #9fcc27, #0095ca);
    border-radius: 6px;
}

.btn-primary {
    background-color: transparent;
    color: #fff;
}

.btn {
    font-weight: 700;
    border: none;
    padding: 14.5px 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: initial;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.btn-primary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #3e3838 0%, #dd8300 100%);
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-primary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.login-content .login-form form .forgot-password a {
    display: inline-block;
    color: #004895;
    text-decoration: underline;
}

.login-content .login-form form {
    margin-top: 35px;
}

.checkboxes {
    display: flex;
    justify-content: space-between;
}

/*css new login end*/

.form-08 {
    background-image: url(../images/background_1.jpg);
    /* background-color: #d2d6de; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
    height: 100vh;
}

._form-08-main {
    background: #fff;
    width: 360px;
    max-width: 100%;
    border-radius: 4px;
    display: block;
    padding: 30px 0px;
    margin: 6% auto 30px auto;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

._form-08-head::before {
    position: absolute;
    content: "";
    /* background: url(../images/shap-01.png); */
    width: 111px;
    height: 124px;
    background-repeat: no-repeat;
    top: 0;
    right: -12px;
}

._form-08-head {
    padding: 20px 30px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.sub-01 {
    position: absolute;
    bottom: -1px;
}

._form-08-head h2 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
}

.form-group {
    padding: 4px 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 0px;
}

    .form-group label {
        margin: 41px 0px;
    }

.form-control {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #3c8dbc;
    width: 100%;
    height: 50px;
    font-family: Calibri;
    font-size: 16px;
    padding-left: 5px;
}

.checkbox label {
    margin: 0px;
}

.checkbox {
    display: flex;
    justify-content: space-around;
}

._btn_04 {
    width: 137px;
    display: block;
    margin: 6px auto;
    padding: 10px 15px;
    background: #0095ca;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
    color: #FFF;
    border: none;
}

    /* ._btn_04:hover {
        background-color: #9fcc27;
    }*/

    ._btn_04 a {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

.social-media-08 {
    display: block;
    margin: 0px auto;
    padding: 10px 30px;
    text-align: center;
}

    .social-media-08 ol li {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        color: #37a000;
        margin: 8px auto;
    }
