@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: Helvetica;
    src: url(../../../css/fonts/Helvetica/Helvetica.ttf);
}

.login {
    background: transparent url(../../../img/dashboard/login_page.jpg) center center fixed;
    background-size: cover;
}

.login .logo {
    padding: 15px;
    padding-top: 0px;
    text-align: center
}

.login .logo1 {
    margin: 60px auto 0;
    padding: 15px;
    text-align: center
}


.login .mobile-view.content {
    background: url(../../../img/dashboard/login_content_bg_mob.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 7px 5px rgba(37, 37, 57, 0.18);
    border-radius: 20px !important;
    width: 430px;
    margin: 100px auto;
    overflow: hidden;
}

.login .mobile-view,
.left-content.otp-verify-page-logo-part {
    display: none !important;
}

.resend-btn-div {
    display: block !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .login .admin-login {
        display: none;
    }

    .login .mobile-view,
    .left-content.otp-verify-page-logo-part {
        display: block !important;
    }

    .login .mobile-view.content {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }

    /* .resend-btn-div {
        display: none !important;
    } */
}

.admin-mob-logo svg {
    width: 50%;
}

p.mob-login-title {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 700;
    color: #15693E;
}

.login .content h3 {
    font-family: "Helvetica", "Open Sans", sans-serif;
    color: #00294f !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold !important
}

.login .content h4 {
    color: #555
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px
}

.login .content .forget-form,
.login .content .login-form {
    padding: 0;
    margin: 0
}

.login .content .form-control {
    background-color: #fff;
    height: 43px;
    color: #8290a3;
    border: 1px solid #fff;
    transition: none;
}

.login .content .form-control:active,
.login .content .form-control:focus {
    /* border: 1px solid #c3ccda */
}

.login .content .form-control::-moz-placeholder {
    color: red;
    opacity: 1
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3
}

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px
}

.login .content .forget-form,
.login .content .register-form {
    display: none
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px
}

.login .content .form-actions {
    clear: both;
    border: 0;
    padding: 25px 30px;
    margin-left: 0px;
}

.login .content .form-actions>.btn {
    margin-top: -2px;
    width: 100%
}

.login-options {
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa !important
}

.login-options .social-icons {
    float: right;
    padding-top: 3px
}

.login-options .social-icons li a {
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .content .form-actions .btn {
    font-weight: 600;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

.login .content .form-actions .btn-default:hover {
    background-color: #fff;
    color: #45b6af
}

.login .content .forget-password {
    color: #15693E;
    font-size: 13px;
    float: right;
    display: inline-block;
    margin-top: -14px
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px
}

.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px
}

.login .content .create-account>p {
    margin: 0
}

.login .content .create-account p a {
    font-weight: 600;
    font-size: 14px;
    color: #c3cedd
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px
}

.login .copyright {
    color: #15693E;
    text-align: center;
    /* margin: 0 auto 30px 0; */
    padding: 10px;
    padding-bottom: 30px;
    font-size: 12px;
    font-family: "Helvetica", "Open Sans", sans-serif;
}

/* mobile-css */
@media screen and (min-width: 320px) and (max-width: 767px) {

    .admin-login {
        margin: 400px auto !important;
    }

    .forget-password {
        display: inline-block;
        margin-top: 20px
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px
    }

    .login .checkbox {
        font-size: 13px
    }
}

.login .btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #15693E !important;
    border-color: #15693E !important;
}

.login .copyright a.copyright-owner {
    color: #15693E !important;
    text-decoration: none;
}

.login a.copyright-owner:hover {
    color: #0a2f4b !important;
    text-decoration: none;
}

.login .logo_login_page {
    background-color: transparent;
    padding: 45px 15px 15px 15px;
    text-align: center;
}

.login .content .form-actions .btn:hover {
    background-color: #0a2f4b !important;
}


.login .content .form-control {
    background-color: #fff;
    height: 40px;
    color: #000;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-right: 1px solid #71c79b;
    border-top: 1px solid #71c79b;
    border-bottom: 1px solid #71c79b;
    box-shadow: 4px 5px 10px -5px rgb(113 167 207) !important;
}

.login .content .form-actions {
    padding: 15px 0px;
}

.login .content .form-actions .btn {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px !important;
    box-shadow: 1px 1px 5px 1px rgb(113 167 207) !important;
    height: 35px;
}

.login .content .create-account>p {
    display: none;
}

.login svg#header-logo {
    height: 65px;
}

.login .input-group-addon {
    font-size: 16px;
    background-color: #fff;
    border-right: none;
    border-left: 1px solid #71c79b;
    border-top: 1px solid #71c79b;
    border-bottom: 1px solid #71c79b;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    box-shadow: 4px 5px 10px -5px rgb(113 167 207) !important;
}

.login .input-group-addon>i {
    color: #15693E;
}

.admin-login {
    margin: 70px auto;
    width: 724px !important;
    height: 535px !important;
    display: flex;
    font-family: "Helvetica", "Open Sans", sans-serif;
}

.admin-login .left-part {
    width: 50%;
}

.admin-login .right-part {
    width: 50%;
}

.admin-login .left-part p {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    font-weight: 600;
    color: #15693E;
}

.admin-login .left-part p.project-short-title {
    font-size: 20px;
}

.admin-login .left-part .project-middle-title,
.admin-login .left-part .project-last-title {
    font-size: 16px;
}

.admin-login .right-part .login-in.text-center {
    font-size: 26px;
    font-weight: 700;
    color: #15693E;
    margin-bottom: 50px;
}

.admin-login .logo_login_page svg {
    width: 100px;
}

.admin-login .left-part {
    background: url(../../../img/dashboard/login_left.png) no-repeat;
    background-size: cover;
    padding-left: 50px;
}

.admin-login .right-part {
    background: url(../../../img/dashboard/login_right.png) no-repeat;
    background-size: cover;
    padding-right: 40px;
}


.admin-login .left-part,
.admin-login .right-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Ensures spacing between .left-content and .copyright */
}

.admin-login .left-content,
.admin-login .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centers content vertically */
    align-items: center;
    /* Centers content horizontally */
    flex-grow: 1;
    /* Takes up remaining space to center vertically */
    text-align: center;
    /* Optional: Aligns text */
}

.admin-login .alert-danger {
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    width: 230px;
}

.admin-login .alert-dismissable,
.admin-login .alert-dismissible {
    padding-right: 25px;
}

.admin-login #validationError,
.admin-login #otpError {
    width: 220px;
    text-align: center;
    margin-bottom: 0px;
}

.provide-otp-label {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #156950;
    margin: 10px;
}

.your-mobile-no {
    font-size: 20px;
    color: #15693e;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.otp-div {
    text-align: center;
}

.member-request-div .form-group .form-control#otp {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 250px;
    margin: 0px auto;
    border: 1px solid #6db2d0;
}

a.resend-btn {
    color: #156950;
}

a.resend-btn:hover {
    color: #157fa5 !important
}

.resend-btn-div {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.resend-title {
    color: #000;
}

.otp-verification-title,
.page-title {
    color: #15693E;
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}