body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/banners/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /* Center the background image */
    background-attachment: fixed; /* Optional: Keeps background fixed during scrolling */
}
.login_body {
    background-image: url('../images/banners/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    padding: 0;
}
.btn-block {
    color: #ffff !important;
    background-color: #ffa200 !important;
    border-color: #a7a7a7 !important;
}

.btn-block:hover {
    color: #ffff !important;
    border: 1px solid #a7a7a7;
}
.login_section {
    padding: 30px 0;
}
.welcome_sec h1 {
    color: #fff;
    font-family: 'Protest Strike';
    font-size: 50px;
}
.welcome_sec h1 small {
    font-size: 26px;
    font-family: "Outfit", sans-serif;
    color: #fff;
    text-transform: inherit;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
}
.welcome_sec p {
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
}
.double-buttons {
    display: inline-flex;
    border: 1px solid #fff;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 30px;
}
.double-buttons a {
    display: inline-block;
    padding: 10px 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
}
.login_form_sec {
    background-color: #fff;
    border: 9px solid #533f3b;
    border-radius: 20px;
    text-align: center;
    padding: 15px;
}
.login_form_sec img {
    margin-bottom: 20px;
    width: 60%;
}
.login_form_sec h5 {
    color: #212529;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 16px;
}
.login_form_sec h5 small {
    font-size: 14px;
    color: #212529;
    text-transform: inherit;
    font-weight: 500;
    text-transform: inherit;
    display: block;
    margin-top: 10px;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.login_form_sec .form-group label {
    color: #212529;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}
.login_form_sec .form-control {
    height: 40px;
    font-size: 14px;
}
.form-control {
    height: 50px;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    border-color: #000;
    font-family: "Montserrat", sans-serif;
}
.form-control:focus {
    border-color: #000000;
    box-shadow:none;
}
.login_form_sec .form-group .forgot_pswrd {
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #212529;
}
.login_form_sec .btn-primary {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 13px;
    margin-top: 0px;
    padding: 13px 15px;
}
.btn-primary {
    background-color: #212529;
    color: #fff;
    border-color: unset;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #101820;
}
.form-group {
    margin-bottom: 10px;
}
.font-google-round{
    color: #ffffff;
    background: #EA4335;
    padding: 2%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.font-facebook-round{
    color: #ffffff;
    background: #1877F2;
    padding: 2%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
@media (min-width: 768px){
    .login_section {
        height: 100vh;
    }
    .login_form_sec h5 {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .login_form_sec h5 small {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .login_form_sec h5 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .login_form_sec h5 small {
        font-size: 16px;
    }
}
@media (min-width: 1199px) {
    .welcome_sec h1 {
        font-size: 90px;
    }
    .welcome_sec h1 small {
        font-size: 36px;
    }
    .double-buttons {
        margin-bottom: 0;
    }
    .double-buttons a {
        font-size: 22px;
    }
    .login_form_sec h5 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .login_form_sec h5 small {
        font-size: 16px;
    }
    .form-group label {
        font-size: 18px;
    }
    .login_form_sec .btn-primary {
        font-size: 13px;
        margin-top: 0px;
        padding: 13px 15px;
    }
}
@media (min-width: 1200px){
    .container-fluid {
        padding: 0 40px;
    }
}
@media (min-width: 1300px) {
    .login_form_sec {
        padding: 15px 45px;
    }
    .login_form_sec h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .login_form_sec h5 small {
        font-size: 16px;
    }
    .login_form_sec .form-group label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .login_form_sec .form-control {
        height: 40px;
        font-size: 14px;
    }
}
@media (min-width: 1400px) {
    .login_form_sec h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .login_form_sec h5 small {
        font-size: 16px;
    }
}