<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { font-family: 'Open Sans';}

body {
  background: url("../images/main-background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blurred-bg {
  background-image: url("../images/main-background-b.jpg");
  background: url("../images/main-background-b.jpg") no-repeat center center fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.blurred-bg.tinted {
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../images/main-background-b.jpg");
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../images/main-background-b.jpg");
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../images/main-background-b.jpg");
}
.blurred-bg.shaded {
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/main-background-b.jpg");
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/main-background-b.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/main-background-b.jpg");
}

.account-wall h2 {
  font-size: 24px;
  font-family: 'Open Sans';
  font-weight: 500;
  margin-top: 10px;
  padding-top: 35px;
  color: #FFFFFF;
}

.form-signin {
  max-width: 80%;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-control.username {
  margin-bottom: 10px!important;
}
.form-control.password {
  margin-bottom: 10px!important;
}
.username, .password {
  font-size: 18px!important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px!important;
  text-indent: 50px;
  font-weight: 200!important;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 1);
}
.ion-person {
  font-size: 32px;
  position: absolute;
  top: 16px;
  margin-left: 15px;
  z-index: 90;
  color: #ccc;
}
.ion-locked {
  font-size: 29px;
  position: absolute;
  top: 74.5px;
  margin-left: 16px;
  z-index: 90;
  color: #ccc;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.new-account {
  font-weight: 200!important;
}
.account-wall {
  padding: 10px 0px 20px 0px;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, .1);
  border-radius: 20px;
  width: 420px;
  margin: 0 auto!important;
  margin-top: 200px!important;
}
.login-title {
  color: #555;
  font-size: 22px;
  font-weight: 400;
  display: block;
}
.btn-block {
  background: #00b3ff;
  color: #fff;
  font-weight: bold;
  border: 2px solid #00b3ff;
  padding: 15px 0!important;
  margin-top: 25px;
}
.btn-block:hover {
  border: 2px solid #00b3ff;
  color: #00b3ff;
  background: #fff;
}
.profile-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tab-pane {
  position: relative;
}
.select-img {
  border-radius: 50%;
  display: block;
  height: 75px;
  margin: 0 30px 10px;
  width: 75px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.select-name {
  display: block;
  margin: 30px 10px 10px;
}
.logo-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}


@media(max-width: 600px) {
  .form-signin {
    width: 90%!important;
    margin: 0 auto;
  }

  .account-wall {
    margin-top: 70px!important;
    width: 99%!important;
  }
}


.copyright {
    text-align: center; 
    padding-top: 26px; 
    font-size: 9px;
    color: rgb(255, 255, 255);
    
}
ul.errorMessage { padding-left: 0px;}
ul.errorMessage &gt; li { list-style:  none; display: block; text-align: center; margin-left: 0px;}
ul.errorMessage &gt; li &gt; span {  color: rgba(255, 255, 255, 0.8); text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);} /* rgba(221, 17, 64, 1); */</pre></body></html>