Files
jubaboxweb/wwwjuba/app-assets/css/pages/authentication.css
T
2019-08-26 13:45:20 -04:00

25 lines
524 B
CSS

/*========================================================
DARK LAYOUT
=========================================================*/
.bg-authentication
{
background-color: #eff2f7;
}
.bg-authentication .login-footer
{
padding: 0rem 1.5rem .5rem;
}
.bg-authentication .login-footer .footer-btn .btn
{
margin: 1rem 1rem 1rem 0rem;
padding: .9rem 1.2rem !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.bg-authentication
{
width: 100%;
}
}