body {
    color: #999;
    background: #f5f5f5;
        font-family: 'Roboto Condensed', sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 15px;
}

.card {
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 500px;
}

.login-form {
    width: 100%;
    margin: 0;
}
#id_email, #id_new_password1, #id_new_password2{
    border-radius: 8px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
    }

.login-form form {
    color: #434343;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
}


.login-form .btn {
    background: #ff8f2e;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 9px;
    font-size: 16px;
    border-radius: 8px !important;
    width: 100%;
    transition: background 0.3s ease;
    margin-top: 0.5rem;
}

.login-form .btn:hover, .login-form .btn:focus {
       background: #fc8218;
}

.login-form .btn:active {
        background: #fc8218;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color:#ffffff;
}

.login-form h4 {
    font-size: 22px;
}

.login-form .form-group {
    margin-bottom: 8px;
}

.login-form .form-control, .login-form .btn {
    min-height: 40px;
    border-radius: 2px;
    transition: all 0.5s;
}

.login-form .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.login-form .checkbox-inline {
    float: left;
}

.login-form input[type="checkbox"] {
    margin-top: 2px;
}

.login-form .forgot-password {
    text-align: left;
    display: block;
    margin: 5px 0 10px 0;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.login-form .forgot-password:hover {
    text-decoration: underline;
}

.login-form .small {
    font-size: 13px;
}

.login-form a {
    color: #ff8f2e;
}
#id_email:focus-visible{
        box-shadow: 0 0 0 .25rem rgb(201 201 201 / 25%) !important;
        outline:none;
}
/* OR Divider */
.or-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-divider {
    margin: 0 10px;
    padding: 0 10px;
    background: #fff;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;
}

/* Horizontal Rules */
.left-hr, .right-hr {
    flex-grow: 1;
    border: none;
    border-top: 3px solid #ccc;
    margin: 0;
}

.icon-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
}

.icon-box i {
    color: #555;
}

/* Get Started Link */
.get-started-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
}

.get-started-link:hover {
    text-decoration: underline;
}

/* Footer Links inside the form */
.footer-links {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    color: #888;
    padding-left: 30px;
}

.footer-links a {
    color: #888;
    margin-right: 10px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}
.login-form .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.login-form .form-control:focus {
    border-color: #fff;
}

}

    @media only screen and (min-width:320px) and (max-width: 428px) {
    .container {
        max-width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

    .card {
        padding: 20px;
        width: 100%;
        border-radius: 12px;
    }

    .card-header {
        font-size: 24px;
        padding: 10px;
    }

    .card-body {
        font-size: 16px;
        padding: 15px;
    }

    .card-body i {
        font-size: 50px;
    }

    .btn-primary {
        padding: 12px;
        font-size: 18px;
    }

    .list-unstyled li {
        font-size: 16px;
    }

    .list-unstyled li i {
        font-size: 20px;
    }
}
.card-div{
    padding:0px;
}
.image-div{
    height: 30px;
    width: auto;
    border-radius:90px;
}
.heading{
    color:black;
    margin-left:10px !important;
}
.heading-h3{
    color:black;
}
.nav-img{
    content-visibility: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}
