<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*cd /xampp/htdocs/ubiapp-front/css*/
/*stylus -w style.styl*/
/*stylus -w /xampp/htdocs/ubiapp-front/css/style.styl*/

@font-face {
  font-family: 'Swiss';
  src: url("../font/swiss/swissek.ttf");
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("../font/open-sans/OpenSans-Light.ttf");
}
@font-face {
  font-family: 'OpenSans';
  src: url("../font/open-sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../font/proxima-nova/ProximaNova-Light.ttf");
}
body,
html {
  height: 100%;
  background-image: url("../img/login_background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'OpenSans';
}
#wrap {
  min-height: 100%;
  position: relative;
  text-align: center;
  color: #fff;
}
#wrap .container {
  padding-top: 35px;
}

#wrap h1 {
  font-family: 'Swiss';
  font-size: 2em;
  margin-top: -10px;
}
#wrap p:last-child {
    font-family: 'OpenSans-Light';
    font-size: 1.3em;
}
#wrap hr {
  border: 1px solid #00bf8f;
  width: 70%;
}

#wrap .logo{
  position: relative;
  margin: 0 auto;
  top: 0;
}

.container img{
    width: 60px;
    height: 60px;
  }

a {
  color: #039be5;
}
a:hover {
  text-decoration: underline;
}



#btn_login:hover {
  opacity: 0.85;
}

body &gt; .grid {
  height: 100%;
}
.column {
  max-width: 360px;
}

.ui.segment{
  padding-top: 18px !important;
}
footer {
  width: 100%;
  margin-top: 4em;
  font-family: 'Proxima Nova Light';
  font-size: 0.9em;
  color: #fff;
}
footer #copy {
  margin-top: 1em;
  text-align: center;
}


@media screen and (max-width: 1100px) {
  #wrap .container {
    padding-top: 20px;
  }
  .container img{
    width: 55px;
    height: 55px;
  }
  #wrap h1{
    font-size: 1.5em;
  }
  #wrap p:last-child {
    font-size: 1.1em;
}
  footer {
    margin-top: 2.5em;
  }

}

@media screen and (max-width: 600px) {
  .container img{
    width: 45px;
    height: 45px;
  }
  #wrap h1{
    font-size: 1.3em;
  }
  footer {
    margin-top: 1.5em;
  }
}
</pre></body></html>