.auth-cover-left {
    border-radius: 46px 0px 0px 46px;
    background: linear-gradient(90deg, #E0C3FC 0%, #8EC5FC 100%);
    height: 100vh;
    position: relative;
}

.auth-cover-right,
.section-authentication-cover {
    background: #ebf5ff;
}

.section-authentication-cover {
    position: relative;
}

.login-screen-logo {
    position: absolute;
    top: 25px;
    left: 25px;
}

.form-heading h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #000;
}

.alert-danger {
    margin-bottom: 0px !important;
}

.login-form label {
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

.login-form .input-group {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    border-radius: 15px;
}

.login-form input {
    padding: 20px 45px 20px 50px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #bfdbff;
    border-radius: 15px;
    border-right: 1px solid #bfdbff !important;
}

.input-group .form-control {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.login-form input::placeholder {
    color: #b7b7b7 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.login-form button {
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: #004ea2 !important;
    border-radius: 15px;
    opacity: 1 !important;
}

.login-form button:hover {
    background-color: #004ea2;
}

.login-form span {
    color: #004ea2;
    font-size: 24px;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: transparent;
    transform: translateY(-50%);
    border: unset;
    left: 15px;
    padding: 0px;
}

.login-input-div {
    margin: 0px 0px 25px;
}

.login-form span img {
    width: 24px;
}

.login-screen-right-image {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.auth-cover-left .vector-image-start::before {
    background-image: url(../../../../custom-assets/img/login-screen-after-1.png);
    position: absolute;
    top: 0;
    width: 285px;
    height: 123px;
    left: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
}

.auth-cover-left .vector-image-start::after {
    background-image: url(../../../../custom-assets/img/login-screen-after-2.png);
    position: absolute;
    left: 0px;
    width: 102px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    bottom: 12%;
}

.auth-cover-left .vector-image-ending::after {
    background-image: url(../../../../custom-assets/img/login-screen-after-3.png);
    position: absolute;
    right: 0px;
    width: 360px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    bottom: 0px;
}

.login-screen-left {
    position: inherit !important;
}

.auth-cover-left .card.login-bg-img-section {
    height: 100vh;
}

.login-input-main-section {
    height: 100vh;
    margin: 0;
}

.login-form .input-group .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-right: 1px solid red !important;
}

.login-input-main-section .login-form .input-group input::placeholder {
    font-size: 15px;
    font-weight: 700;
    color: Gray;
}

.login-form .input-password-eye {
    right: 15px !important;
    left: unset;
    cursor: pointer;
}

.form-change-heading {
    margin-bottom: 60px;
}

.form-change-heading h1 {
    margin-bottom: 20px !important;
}

.form-change-heading p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.forgot-link {
    color: #004ea2;
    font-family: Inter;
    margin-top: 7px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.45px;
}

.login-form .input-group .form-control.is-invalid {
    background-image: unset !important;
}

.input-group .dropdown {
    width: 101%;
}
