/* ==========================================================================
   Exactlly's custom style for All
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


html, body {
    height: 100%;
}

body {
    padding: 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 13px;
}
p{
    
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
/*custom scrollbar*/
::-webkit-scrollbar {
    width: 5px;
    right: 5px;
    position: absolute;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 10px;
}
/*custom scrollbar*/
.btn.btn-default.cust-btn {
    background-color: #fb9f00;
    color: #fff;
    border: 1px solid #c77e00;
    padding: .7rem 4rem;
    border-radius: 50px;
}

/* Login */
.main_login_area{
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #fff;
}
.main_login_area .login_details{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem;
    background: url(../images/fuel-bg-img.png) #025ead no-repeat bottom right;
    background-size: cover;
    background-blend-mode: luminosity;
}

.main_login_area .login_details p{
    color: #e8f5ff;
}

.main_login_area .login_form_area{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column;
    /* background: url(../images/logo.png) #fff no-repeat center center;
    background-size: contain;
    background-blend-mode: luminosity; */
}
.main_login_area .login_form_area form.login_form{
    width: 80%;
    padding: 2rem;
}

.cont_detl {
    width: 100%;
    text-align: center;
}
.cont_detl p{
    font-size: 1.5rem;
}
.cont_detl  a{
    padding-bottom: 15px;
    display: block;
    font-size: 1.5rem;
    color: #e8f5ff;
}
.cont_supt_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.cont_supt_area .admin_cont {

}
h3.login_welcome_comp{
    font-size: 3rem;
    color: #e8f5ff;
}
h3.login_welcome{
    font-size: 3.5rem;
    color: #025ead;
    text-align: center;
}

h3.login_comp{
    font-size: 2rem;
    color: #e8f5ff;
}
.login_form_head{
    font-weight: 700;
    color: #545454;
    font-size: 2.5rem;
    border-bottom: 1px solid rgb(2 94 190 / 29%);
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
}
.admin_cont, .supt_cont{
    font-size: 1.5rem;
    padding: 2rem;
    background-color: rgb(104 186 255 / 25%);
    margin-right: 1rem;
    flex: 1;
}
.admin_cont span, .supt_cont span{
    color: #e8f5ff;
    margin-bottom: 1rem;
    display: block;
}
.admin_cont p, .supt_cont p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 6px;
}
.admin_cont p a, .supt_cont p a{
    padding-bottom: 0;
}
.login_logo{
    max-width: 200px;
    /* mix-blend-mode: screen; */
    filter: grayscale(100%) brightness(500%) opacity(100%);
}
.login_fuel_logo{
    max-height: 85px;
    margin: 0 auto;
    display: table;
}

.remember_check{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

p.sign_up{
    margin: 2rem 0;
    text-align: center;
    color: #9e9e9e;
}

.btn.btn-default.cust-btn.login_cust_btn{
    width: 100%;
}



/* Login */





/*---------------------Responsive area-------------------*/
@media (max-width:1366px) {
   
}
@media (max-width:1024px) {
   
}


@media screen and (max-width:768px) {
    .main_login_area {
        flex-direction: column !important;
    }
    
    .main_login_area .login_details {
        flex: inherit;
        background-size: contain;
    }
    .main_login_area .login_form_area form.login_form {
        width: 60%;
    }

}

@media screen and (max-width: 767px) {
    .main_login_area .login_details {
        display: none;
    }
    .main_login_area .login_form_area form.login_form {
        width: 100%;
    }
    .main_login_area .login_form_area form.form-signin {
        padding: 2rem;
    }
  
}
