<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Body*/
body{    
	font-family: 'Roboto', sans-serif;
    background: #d9dddc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body[role="login"]{    
	font-family: 'Roboto', sans-serif;
    background: url(http://americana.edu.co/portal/images/patterns/01.png) repeat;
    background-color: rgba(43,43,43,0.95);
    /*background: #004e93 url(../images/O71VEH0.jpg) no-repeat center center fixed;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;*/
}
/*login*/
.center-div{
    width: 100%;
    max-width: 400px;
    padding: 8% 0 0;
    margin: auto;
}
.panel-login{
   background: #fff;
       /*opacity: .7;*/
    -webkit-box-shadow: 0px 7px 24px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 24px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 7px 24px 1px rgba(0,0,0,0.45);
    border-radius: 0.2em;
}

/*button*/
.school-button {
  background-color: #b79e4c !important;
  text-transform: none !important;
}

/*viewport*/
 header, main, footer {
      padding-left: 240px;
    }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }</pre></body></html>