.login-page {
    background-color: #007749 !important;
    position: relative;
    overflow: hidden;
}

.card,
.card-body {
    border-radius: 1.25rem !important;
}

.login-box-msg,
.register-box-msg {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #444444 !important;
}

.user-email {
    font-size: 16px;
    font-weight: 600;
    color: #007749;
}

.remember {
    color: #444444 !important;
    font-size: 16px;
    line-height: 22px;
    margin-left: 2px !important;
}

.icheck-primary {
    margin-left: 8px !important;
}

.signIn-btn {
    background-color: #007749;
    color: white;
    border-radius: 0.5rem;
    line-height: 24px;
    font-size: 16px;
}

.logo-container {
    text-align: center;
}

.forget-password {
    border: 1px;
    border-radius: 8px;
    background-color: #e9fff6;
    text-align: center;
}

.forget-password-link {
    color: #007749;
    font-size: 16px;
}

.login-page::before {
    background: #007749;
    clip-path: polygon(50% 20px, 0% 100%, 100% 100%);
}

.login-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        157.96deg,
        rgba(255, 220, 113, 0.3) 11.78%,
        rgba(233, 188, 50, 0) 80.12%
    );
    clip-path: polygon(40% 0%, 36% 100%, 64% 100%, 58% -45%);
}

/* When the input group has focus */
.input-group:focus-within {
    border: 1px solid #007749;
    border-radius: 4px;
}

/* When the input has a value */
.input-group.has-value:not(:focus-within) {
    border: 1px solid #000000;
    border-radius: 4px;
}

/* Default state for input text and icons */
.input-group .form-control {
    color: #6c757d;
}

.input-group .input-group-text span {
    color: #6c757d;
}

/* Active state for input text and icons */
.input-group .form-control.has-text {
    color: #000000;
}

.input-group .input-group-text span.active-icon {
    color: #000000;
}

.toggle-password-lock {
    cursor: pointer;
}

.login-error {
    margin: 0px !important;
    font-size: 80% !important;
    color: #ff2e00 !important;
}
