body {
    font-family: var(--font-default);
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    background: url(../img/auth.png);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.modal-dialog.modal-lg {
    padding: 0px 50px !important;
}
section.sign-in-section.pb-5 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.second-display-none {
    display: block !important;
}
li.nav-item.free-quote.display-none-wrapper {
    display: none;
}
footer.text-white {
    display: none;
}
.form-singup p {
    font-family: var(--font-poppin-medium);
    font-size: 18px;
    color: #ffffff;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 1;
}
.form-singup h2 {
    font-size: 32px;
    color: #ffffff;
    font-family: "Poppins-Bold";
    text-transform: capitalize;
}
div#exampleModal {
    top: 190px !important;
}
.modal-content {
    border-radius: 1.3rem !important;
    background-color: #f0efee !important;
}
.modal-body .heading-wrapper.text-center h3 {
    margin-bottom: 14px;
    font-size: 25px !important;
    margin-top: 20px;
    color: #000;
}
div#exampleModal {
    top: 190px !important;
}
.modal-body .heading-wrapper.text-center p {
    margin-bottom: 14px;
    line-height: 1.5;
    padding: 10px 10px;
    color: #000;
    font-family: "Poppins-Medium";
}
.modal-header .btn-close {
    padding: 1.5rem 1.5rem !important;
    display: none;
}
.form-singup span.bold-text {
    color: #ed1c24;
    font-size: 19px;
    font-family: "Poppins-Bold";
}
.sign-in-img img {
    height: 510px;
    width: 100%;
    object-fit: fill;
}
.sign-in-form input[type="text"],
.sign-in-form input[type="password"] {
    padding: 10px 14px;
    width: 100%;
    font-size: 16px;
    height: 55px;
    border-radius: 11px;
    background: #fff;
}
.form-check span.text-end {
    color: #007df0;
    font-family: "Poppins-Medium";
}
.sign-in-img {
    padding: 0px 0 0px 40px;
}
.form-check {
    color: #ffffff;
    font-size: 15px;
    font-family: var(--font-poppin-medium);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input:checked ~ label,
label:hover,
label:hover ~ label {
    color: #ffffff;
}
.form-btn a.butn.butn__new.btnwrapper {
    width: 100%;
    font-family: var(--font-poppin-semibold);
    height: 50px;
    font-size: 18px !important;
}
.password-field {
    position: relative;
}
.password-field .show-password {
    position: absolute;
    right: 15px;
    top: 16px;
    background-color: transparent;
    border: 0px;
    color: #292d32;
}
.password-field .show-password i {
    font-size: 21px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.input-group {
    position: relative;
}
.input-group-addon {
    position: absolute;
    right: 16px;
    top: 25%;
    bottom: 75%;
    z-index: 1;
}
.input-group-addon a {
    color: #000;
}
.pasword.eye-wrapper {
    display: flex;
    align-items: end;
    gap: 15px;
}
.eagle-center {
    background: #fff;
    padding: 40px 40px;
    position: relative;
    border-radius: 30px;
}
.eagle-image-center {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-z-index {
    position: relative;
    z-index: 1;
}
.form-control {
    background: transparent;
    border: none;
    padding: 0;
}
.form-control input {
    background: #ffffff8f;
}
.form-control input {
    background: #fff;
    border-radius: 7px;
    height: 50px;
    border: 1px solid #c2c2c2;
    padding: 10px 14px;
    height: 55px;
}
.form-control input::placeholder {
    color: #656565;
    font-family: "Poppins-Medium";
    font-size: 1rem;
}
.sign-in-form {
    margin-top: 20px;
}
section.sign-in-section a.butn.butn__new.btnwrapper {
    font-size: 17px !important;
}
.form-control:focus {
    color: #656565;
    background-color: #fff;
    border-color: #c2c2c2;
    outline: 0;
    box-shadow: none;
}
.form-forget-password h3 {
    font-size: 32px;
    color: #ffffff;
    font-family: "TomatoGrotesk-Bold";
}
.form-forget-password p {
    font-family: var(--font-poppin-medium);
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}
.password-below {
    font-family: "TomatoGrotesk-Bold" !important;
}
.below-password {
    font-family: "poppins-Regular" !important;
}
section.forget-password-section {
    padding-top: 40px;
    padding-bottom: 20px;
}
.forget-pass-img {
    padding: 0px 0 0px 40px;
}
.modal-header {
    padding: 0rem 1rem !important;
    border-bottom: none !important;
}
.form-check.account-wrapper {
    justify-content: start;
    gap: 10px;
    align-items: center;
}
.creat-account-form {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .forget-pass-img {
        padding: 50px 0;
    }
    .sign-in-img {
        padding: 50px 0;
    }
    .sign-in-img img {
        height: auto;
    }
    .form-forget-password p {
        margin-bottom: 20px;
    }
}
