.gradient-custom-2, .dummy {background: #fccb90;
background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
background:
-webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);}
.gradient-form {height: 100vh !important;}
.gradient-custom-2 {border-top-right-radius: .3rem; border-bottom-right-radius: .3rem;}
#login_form td {text-align: center; padding: 5px;}
#login_form, #login_form input {width: 100%;}
body {background: #eeeeee;}
.footer {text-align: center; font-size:smaller; text-align: center;}
.smaller-link {font-size: smaller;}
@media media query {
 .gradient-form {@media (min-width: 768px)}
 .gradient-custom-2 {@media (min-width: 769px)}
}
