.loginTitle {
    color: #1A051D;
    font-size: 34px;
    line-height: 42px;
}
.form-input {
    box-shadow: 0px 7px 64px #00000012;
    padding: 12px 7px;
    border-radius: 6px;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #3F3356;
    font-weight: 400;
    line-height: 20px;
}

.login-form .form-check-label {
    font-size: 15px;
    color: #1A051D;
    font-weight: 400;
    line-height: 18px;
    padding-left: 6px;
}

.login-form .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-radius: 4px;
}
.login-form .form-check {
    margin-top: 14px;
}

.fonzel-color-primary {
    background: transparent linear-gradient(180deg, #92C23E 0%, #669F00 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 22px;
    border: none;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0;
}

.text-fonzel small {
    font-size: 13px;
    line-height: 15px;
}
.footer-alt {
    font-size: 11px;
    color:#43425D;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.auth-fluid .auth-fluid-form-box {
    padding: 0;
}

.auth-fluid .form-warpper{
    padding: 40px 38px 0px;
}
.card-body {
    padding: 0;
}

.auth-fluid .auth-fluid-right {
    margin-left: -10px;
}

.Reset-text {
    color: #84799A;
    font-size: 13px;
}

.Resent-Link-text{
    color:#1A051D;
    font-size: 17px;
}

.fonzel-logo img {
    width: 270px;
}
.auth-banner-details {
    position: absolute;
    bottom: 50px;
}

.auth-banner-details h1 {
    font-size: 65px;
    font-weight: 600;
}

.auth-banner-details p {
    font-size: 32px;
    max-width: 450px;
    color: #ccc;
    line-height: 42px;
}

.auth-brand {
    margin-bottom: 55px;
    position: static;
    margin-top: 41px;
}



.content-page {
    padding: 70px 0px 65px;
    background-color: #F0F0F7;
}

.content {
    padding: 26px 28px;
}