

/** GLOBAL CLASSES **/

/* body {    
    margin: 0 !important;
    padding: 0 !important;
	font-family: Poppins-Regular !important;

} */

/* html, body { height: 100%; } */
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }


.brand-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #fafbfc;
    height: 80px;
    padding: 0 20px;
    border-top: 3px solid #dc3545;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.brand-header .header-app-logo {
    margin: 0;
    text-align: right;
    justify-items: flex-end;
    align-content: center;
    max-width: 130px;
    max-height: 60px!important;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 1;
}

.brand-header .header-app-logo img {
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 130px;
    max-height: 58px!important;
}
.brand-header .header-co-logo img{
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 130px;
    max-height: 75px!important;
}

.brand-header {
    box-shadow: 0px 15px 10px -17px #5a6270;
    padding: 0px 0px;
}
.brand-header .header-app-logo img {
margin-left: 25px;
}
.brand-header .header-co-logo img {
    margin-right: 25px;
}


.footer {
    font-size: 12px;
	position: fixed;
    padding: 10px 10px 0px 10px;
    background-color: #fbfdff;
    color: #c3272e;
    border-bottom: 3px solid #dc3545;
	box-shadow: 0px -15px 10px -17px #5a6270;
	bottom: 0;
	width: 100%;
	min-width:100%;
}
.footer p {
    margin-bottom: 0px!important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 10px 10px;
	font-size: 0.75rem;
    font-weight: 600;
    color: #5a626f;
}

.font-14{
    font-size: 14px;
}





/*---------- Loader Style closed ----------------*/

.login-box-12 {
	/* box-shadow: 2px 3px 3px 1px rgb(179 180 181 / 32%); */
	box-shadow: 0 25px 75px rgb(16 30 54 / 25%) !important;
}


.login-box-12 {
    margin: 0 auto;
    max-width: 750px;
    border-radius: 10px;
    background: #fff;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
    overflow: hidden;
    align-items: stretch;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}


.login_wrapper .btn-outline:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
.login_wrapper .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 700;
    /* font-family: 'Nunito', sans-serif; */
    color: #272323;
    position: relative;
    padding: 0 0 15px;
}


.login_wrapper .login-inner-form .form-group {
    margin-bottom: 18px;
}

.login_wrapper .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 10px 50px;
    height: 45px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins-Regular !important;
    border-radius: 3px;
    text-transform: inherit;
}


.login_wrapper .login_right .logo{
    height: 30px;
    margin-bottom: 20px;
}
.login_wrapper .login_right p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}
.login_wrapper .login_right .btn-sm{
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}

.login_wrapper .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}
.login_wrapper .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}





/** Media Queries 
-----------------------------------------------------------------------*/
@media (max-width: 991px) {
    .login_wrapper .pad-0{
        padding: 0;
    }
    .login_wrapper .login-box-12 {
        margin: 0 auto;
        max-width: 400px;
    }
    .login_wrapper .login-inner-form .details {
        padding: 30px;
    }
    .login_wrapper .login_right {
        border-radius:0px;
        padding: 40px 20px;
    }
    .login_wrapper .login_right:after {
        bottom: -20px;
        top: auto;
        left: 50%;
        right: auto;
        margin-left: -20px;
        transform: rotate(90deg);
    }
}
@media (max-width: 767px) { 
.login_wrapper .login-inner-form .details {
    padding: 40px 10px 30px;
} 
}

@media (max-width: 479px) { 
    .login_wrapper .login-inner-form .details {
        padding: 30px 10px;
    }
}

  