body{
    background-color: #f4f4f4;
}

.login_register_page {
    padding: 40px 0px 80px 0px;
}

.login_register_box {
    max-width: 750px;
    margin: auto;
}

.login_register_page .row {
    margin: 0px -12px;
}

.login_register_page .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 12px;
}

.login_register_page .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 12px;
}

.login_register_page .white-box {
    padding: 24px;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}

.login_register_page .white-box .main-title {
    font-family: 'Outfit-Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #252525;
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
}

.facebook_google_row {
    padding: 24px 0px;
}

.facebook_google_row a.facebook-btn,
.facebook_google_row a.facebook-btn:focus {
    font-family: 'Outfit-Medium' !important;
    font-weight: 500 !important;
    border: 1px solid #83a7d4;
    background-color: #83a7d4;
    border-radius: 100px;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 8px 8px 9px 8px;
}

.facebook_google_row a.facebook-btn:hover,
.facebook_google_row a.facebook-btn:focus:hover {
    border: 1px solid #6289b9;
    background-color: #6289b9;
}

.facebook_google_row a.facebook-btn img {
    position: relative;
    top: 1px;
    margin-right: 5px;
    margin-left: -5px;
}


.facebook_google_row a.google-btn,
.facebook_google_row a.google-btn:focus {
    font-family: 'Outfit-Medium' !important;
    font-weight: 500 !important;
    border: 1px solid rgba(232, 104, 37, 1);
    background-color: rgba(232, 104, 37, 1);
    border-radius: 100px;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 8px 8px 9px 8px;
}

.facebook_google_row a.google-btn:hover,
.facebook_google_row a.google-btn:focus:hover {
    border: 1px solid rgba(220, 96, 22, 1);
    background-color: rgba(220, 96, 22, 1);
}

.facebook_google_row a.google-btn img {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.additional-login-opt-title {
    font-family: 'Outfit-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(101, 101, 101);
    overflow: hidden;
    text-align: center;
}

.line-heading:after,
.line-heading:before {
    background-color: rgb(228, 228, 228);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line-heading:before {
    right: 10px;
    margin-left: -50%;
}

.line-heading:after {
    left: 10px;
    margin-right: -50%;
}

.theme-form {
    padding-top: 30px;
}

.theme-form .form-group {
    margin-bottom: 20px;
}

.theme-form .form-control-label {
    font-size: 15px;
    color: #252525;
    margin: 0px 0px 5px 0px;
    display: block;
    min-height: 22px;
    font-family: 'Outfit-Medium';
    font-weight: 500;
}

.theme-form .form-control-label sup {
    color: #f9524a;
    top: 0em;
    left: 1px;
    font-size: 15px;
}

.theme-form .form-control {
    height: 50px;
    font-size: 15px;
    color: #252525;
    border-radius: 6px;
    border: 1.5px solid #e1e1e1;
    outline: none !important;
    box-shadow: none !important;
}



.theme-form .form-control.error-field {
    border: 1px solid #f9524a !important;
}

.theme-form .form-group .error {
    font-family: 'Outfit-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #f9524a;
    margin-top: 5px;
}

.theme-form .form-group .error i {
    position: relative;
    top: 0px;
    font-size: 13px;
    color: #f9524a;
    margin-right: 5px;
}

.theme-form .btn-success {
    width: 100%;
    padding: 8px 8px 9px 8px;
}

.theme-form .btn-success i {
    font-size: 11px;
    margin-left: 5px;
}

.theme-form .forgot-password a {
    margin-top: 20px;
    font-family: 'Outfit-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #1e266d;
    display: inline-block;
    text-decoration: underline;
}

p.register-text {
    margin-top: 20px;
    font-family: 'Outfit-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 0px;
}

.icon-chevron-right.icon-chevron-right-2{
    margin-left: 5px;
    font-size: 12px;
}


.checkbox {
    position: relative;
    width: fit-content;
}

.checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.checkbox input.error-field+label:before {
    border: 1px solid #f9524a !important;
}

.checkbox label {
    padding: 0px 15px 0px 32px;
    font-family: 'Outfit-Regular';
    font-size: 15px;
    font-weight: 400;
    color: #252525;
    line-height: 18px;
    position: relative;
    margin: 0px;
    cursor: pointer;
    text-align: left;
}

.checkbox label:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
}

.checkbox input:checked+label:before {
    background-color: #83a7d4;
    border-color: #83a7d4;
}

.checkbox input:checked+label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 1px;
    text-align: center;
    content: "\e902";
    font-family: 'Atplast' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 12px;
}

.checkbox label b,
.checkbox label strong {
    font-family: 'Outfit-Bold';
    font-style: normal;
    font-weight: bold;
}



.checkbox label span,
.checkbox label a {
    font-family: 'Outfit-Medium';
    font-weight: 500;
    text-decoration: underline !important;
    color: #1e266d !important;
}



.checkbox-outer .checkbox:not(:first-child) {
    margin-top: 15px;
}

.login_register_page .form-footer {
    padding: 24px 0px;
    border-top: 1px solid #e1e1e1;
}

.theme-form .form-footer .btn-success {
    width: initial;
    min-width: 130px;
}

/*
.theme-form .form-footer a.cancel-btn,
.theme-form .form-footer a.cancel-btn:focus {
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 100px;
    color: #252525;
    min-width: 110px;
    padding: 8px 8px 9px 8px;
    margin-right: 16px;
}

.theme-form .form-footer a.btn.cancel-btn:hover,
.theme-form .form-footer a.btn.cancel-btn:focus:hover {
    border-color: #252525;
}
    */

.theme-form .form-footer a.cancel-btn,
.theme-form .form-footer a.cancel-btn:focus {

    margin-right: 16px;
    padding:11px;
    min-width:130px;
}

.login-section {
    padding: 24px 0px 0px 0px;
    border-top: 1px solid #e1e1e1;
}

.login-section .text {
    font-family: "Outfit-Regular";
    font-size: 15px;
    line-height: 20px;
    color: rgb(101, 101, 101);
}

.login-section a {
    font-family: "Outfit-Medium";
    font-size: 15px;
    line-height: 20px;
    color: #1e266d;
    text-decoration: underline;
}

.login_register_page .white-box .main-text {
    font-family: "Outfit-Medium";
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    margin: 20px auto 0px auto;
    max-width: 500px;
}

.forgot-password-form.theme-form {
    max-width: 400px;
    margin: auto;
}

.go__to__login__page a {
    font-family: "Outfit-Medium";
    font-size: 15px;
    line-height: 20px;
    color: #1e266d;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none !important;
}

.go__to__login__page a:hover span {
    text-decoration: underline;
}

.go__to__login__page a i {
    font-size: 11px;
    margin-right: 5px;
}

.reset-success .icon {
    font-size: 50px;
    color: #1e266d;
    margin: 0px 0px 5px 0px;
}

.reset-success p {
    font-family: "Outfit-Medium";
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    margin: 0px auto 10px auto;
    max-width: 500px;
}

.password-field-group {
    position: relative;
}

.btn-show-hide-password {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 13px 0px;
}

.password-field-group .form-control {
    padding-right: 50px;
}

.theme-form .form-control[type="password"] {
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 651px) {
    .white-box.white-box-success {
        padding: 44px 0px 60px 0px;
    }
}

@media (max-width: 650px) {
    .login_register_page .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 12px;
    }



    .login_register_page .form-footer.form-footer-5 .site-btn {
        width: 100%;
    }

    .login_register_page .white-box {
        padding: 24px 15px;
    }

    .login_register_page {
        padding: 0px 0px 30px 0px;
    }

    .login_register_page .col-sm-6.col-sm-6-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 12px;
    }

    .login_register_page .col-sm-6.col-sm-6-100+.col-sm-6-100 {
        margin-top: 30px;
    }

    .register-form.theme-form .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login_register_page .form-footer.form-footer-5 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .theme-form .form-footer a.cancel-btn,
    .theme-form .form-footer a.cancel-btn:focus {
        margin-right: 0px;
        margin-top: 15px;
        order: 2;
    }

    .theme-form .form-footer a.btn,
    .theme-form .form-footer .btn-success {
        width: 100%;
        min-width: initial;
    }
}

.login_register_box .theme-alert {
    margin: 0px 0px 20px 0px !important;
}

.login_register_box .theme-alert .close-theme-alert {
    position: relative;
    top: 1px;
    padding-top: 2px !important;
}

.login_register_box .theme-alert .alert-content i.icon-cancel {
    font-size: 12px !important;
}

.login_register_box .theme-alert .alert-content i.icon-info {
    margin-top: 1px !important;
}

.login_register_box .loginForm .theme-alert {
    margin: 20px 0px 0px 0px !important;
}

.login_register_box .loginForm .theme-alert .alert-content i {
    margin-top: 3px !important;
}

.login_register_page button.site-btn {
    cursor: pointer;
    padding:11px;
    min-width:130px;
}

.login_register_page .site-btn.btn-block {
    width: 100% !important;
    padding:11px;
}

.login_register_page button.site-btn.btn-block i.icon-chevron-right {
    font-size: 12px;
    margin-left: 5px;
}
/*
.theme-form .form-control.passwordField[type="text"]+button:after {
    margin-left: -4px;
    content: "/";
    position: absolute;
    top: 5.5px;
    left: 50%;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Jost Medium';
}
    */

    .theme-form .btn-show-hide-password i {
        font-size: 22px;
        color: #1e266d;
    }

html, body{
    height: 100%;
}

body main{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.site-footer{
    margin-top: auto;
}
