@media only screen and (min-width:1367px) and (max-width:1439px){
    .login-logo img {
    width: 140px;
    height: auto;
}
.user-profile-modal .modal-dialog {
    max-width: 800px;
    margin-top: 5rem;
}
.remarks-in textarea {
    height: 100px;
}
}

@media only screen and (min-width:1280px) and (max-width:1366px){
    .login-logo img {
    width: 140px;
    height: auto;
}
.user-profile-modal .modal-dialog {
    max-width: 800px;
    margin-top: 5rem;
}
.remarks-in textarea {
    height: 100px;
}
.login-wrp h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.login-wrp .login-logo {
    margin-bottom: 30px;
}
.lbl-name .label-data input.form-control {
    height: 42px;
    font-size: 14px;
}
.lbl-name .label-data .icon img {
    width: 22px;
    height: 18px;
}
.lbl-name .label-data .icon {
    position: absolute;
    top: 8px;
    left: 6px;
}
.password-eye.eye-icon i#eye {
    font-size: 13px;
}
.eye-icon {
    position: absolute;
    top: 8px;
    right: 15px;
}
.lbl-name .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 400;
}
.login-cta .primary-cta.common {
    font-size: 16px;
    font-weight: 600;
}
.login-shape .lower-shape {
    position: absolute;
    width: 300px;
    height: 300px;
    right: 7px;
    top: 383px;
}
}