
.login-welcome-back {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color: rgb(65, 54, 54);
    margin: 0;
}
.login-img {padding-right: 30px;}
.login-img > img {margin:auto; display: block; height: 360px;}
.login-img-hding {font-size: 22px; font-weight: 700; text-align: center; margin:0px; line-height: 1.2;}
.login-img-hding > span {color:#ee4d37;}
.login-manage {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: rgb(102, 85, 85);
    margin-bottom: 30px;
}

.login-form-group {
    position: relative;
    height: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 25px;
}

.form-field-icon {
    position: absolute;
    vertical-align: center;
    color: rgb(109, 104, 104);
    margin: 0;
    top: 15px;
    left: 10px;
    size: 30px;
    z-index: 4;
}

.verified-field {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    background: #11e103;
    border-radius: 50%;
    padding: 2px 5px;
    color: #fff;
    z-index: 4;
}

.verified-field-img {
    position: absolute;
    height: 15px;
    width: 15px;
    left: 250px;
    top: 15px;
}

.login-label {
    position: absolute;
    top: 14px;
    color: #999;
    font-weight: 400 !important;
    background: transparent;
    font-size: 12px;
    left: 40px;
    z-index: 1;
}

.login-field:focus+label,
.fix {
    top: 5px;
    transition: 0.3s all ease-in-out;
}

.login-field {
    border: none;
    height: 50px;
    background: transparent;
    width: 100%;
    padding-top: 15px;
    padding-left: 40px;
    z-index: 3;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.login-field:focus {
    border: none;
    outline: none;
}

.login-field:autofill+label {
    z-index: 4;
    top: 5px;
}

.login-form-group .login-label:has(+ .error) {
    top: 5px;
}

.login-field:placeholder-shown+labell {
    top: 14px !important;
}

.showhide-password {
    position: absolute;
    cursor: pointer;
    color: #999;
    right: 20px;
    top: 17px;
    z-index: 99;
    font-size: 13px;
}

.remember-forget {
    position: relative;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
}

.forget-pass {
    display: flex;
    justify-content: flex-end;
    padding-top: 0px;
    font-size: 13px;
    text-decoration: none;
}

.login-now {
    background-color: #ee4d37;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    margin-top: 10px;
    border: none;
    margin-top: 20px;
    padding: 10px 35px 10px 35px;
}

.remember-me {
    margin-left: 5px;
    font-size: 13px;
}

.remember-check {
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 10px;
    background: #11e103;
    border-radius: 50%;
    padding: 2px 5px;
    color: #fff;
}

.copyright {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 0px;
}

.copyright a {
    text-decoration: none;
}