body {
    width: 100%;
    background: #fff!important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /*border-radius: 10px;*/
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #29ABE2;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.kt-form {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;
    top: 50%;
    transform: translateY(50%)!important;*/
}
.left-side-div {
    height: calc(100% - 8px);
    display: flex;
    align-items: center;
}
.last-footer {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.last-footer span { 
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    font-style: 'Poppins';
}
.last-footer a {
    font-weight: 400;
    font-size: 14px;
    font-style: 'Poppins';
}

.kt-form-register {
    transform: translateY(18%)!important;
}
.kt-form-forget-password {
    transform: translateY(55%)!important;
}
.card {
    border: 0px;
}

.card-header {
    border: 0px;
    background: #fff;
}

.card-footer {
    border: 0px;
    background: #fff;
}

.card-body .title {
    font-size: 28px;
    font-weight: 600;
    color: #212121;
}

.second-title {
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
}

.kt-form .form-control {
    /*padding: 16px 20px 16px 20px!important;*/
}

.password .input-group-text {
    border: 0px!important;
    background-color: transparent;
}
.password .form-control {
    border-right: 0px;
}

#kt_login_forgot {
    font-size: 16px;
    font-weight: 600;
    color: #29ABE2;
}

#kt_login_signin_submit, #kt_login_signup_submit, #kt_forget_password_submit, #kt_recover_password_submit {
    background-color: #7FCDEE;
    color: #fff;
    height: 48px;
}

#left_side_div { 
    /*background-color: #1D1E2E;*/
    border-radius: 16px;
}

#left_side_text {
    position: relative;
    top: 50%;
    transform: translateY(-50%)!important;
}

.manage-text { 
    font-size: 3rem;
    font-weight: 500;
    color: #29ABE2;
}

.manage-text-next { 
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}

#kt_login_signup {
    color: #29ABE2;
    font-weight: 500;
}

.kt-checkbox-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 430;
    color: #212121;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kt-checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.kt-checkbox-custom .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-color: #A6A6A6;
    border-radius: 4px;
    background-color: #fff;
}

.kt-checkbox-custom:hover input ~ .checkmark {
    /*background-color: #2196F3;*/
}
.kt-checkbox-custom input:checked ~ .checkmark {
    background-color: #7FCDEE;
    border:0px;
}


.kt-checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}

.kt-checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background-image: url('../../../../../../assets/media/icons/Check.svg');
    background-size: 70%;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*custom input group*/

.custom-input-group {
    display: flex;
    position: relative;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
}
.custom-input-group .custom-input-group-append {
    position: relative;
    text-align: center;
    width: 52px;
}
.custom-input-group .custom-input-group-append .custom-input-group-text{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #27223E;
    font-weight: 500;
}
.custom-input-group .custom-input-div {
    width: 100%;
    margin-left: 15px;
    height: 56px;
}

.custom-input-group .custom-input-div label {
    transform: translateY(100%);
    left: 20px;
    font-size: inherit;
    color: #D3D3D3;
    font-weight: 500;
}

.custom-input-group .custom-input-div label.active {
    transform: translateY(50%);
    left: 10px;
    font-size: 11px;
    font-weight: 400;
}

.custom-input-group .custom-input-div .form-control { 
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    border: 0px;
    background: transparent;
    color: #212121;
    font-weight: 500;
    position: relative;
    left: -7px;
    -webkit-appearance: none;
}
.custom-input-group .custom-input-div .form-control.password { 
    left: -13px!important;
}

/* focus*/

.custom-input-group:focus-within { 
    border: 1px solid #00ADEE!important;
}

.custom-input-group:focus-within .custom-input-div label { 
    transform: translateY(50%);
    left: 10px;
    font-size: 11px;
    font-weight: 400;
}

/*hover*/

/*.custom-input-group:hover { 
    border: 1px solid #00ADEE!important;
}

.custom-input-group:hover .custom-input-div label { 
    transform: translateY(50%);
    left: 10px;
    font-size: 11px;
    font-weight: 400;
}*/

/*error validation*/
.custom-input-group .error.invalid-feedback {
    display: none!important;
}

.custom-input-group:has(.custom-input-div .form-control.is-invalid) {
    border-color: #fd397a!important;
    background-color: #FFF1F0;
}

.term-condition {
    text-decoration: underline;
    color: #373737;
    font-weight: 400;
}

#left_side_res {
    height: 100%!important;
}
/*
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
}*/
.custom-input-group .custom-input-div .form-control:-webkit-autofill {
    -webkit-background-clip: text;
    background-color: transparent; 
}
.password-show {
    cursor: pointer;
}
/*input:autofill {*/
    /*color: black!important;*/
    /*background: black!important;*/
/*}*/
.custom-input-group .custom-input-div:has(.form-control:-webkit-autofill) label {
    transform: translateY(50%);
    left: 10px;
    font-size: 11px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #left_side_res {
        height: 331px!important;
    }
    #left_side_res .card-header {
        display: none;
    }

    #left_side_div {
        height: 331px!important;
        text-align: center;
        border-radius: 0px;
    }
    .manage-text {
        font-size: 24px;
    }
    .manage-text-next {
        font-size: 24px;
    }
    .last-footer {
        position: relative;        
    }
    #right_side {
        margin-bottom: 30px;
    }
    .kt-container {
        padding: 0px;
        margin: 0px;
    }
    #right_side {
        padding-bottom: 20px;
        margin: 5px;
    }
}