<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3.login-title{
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  letter-spacing: 5px;
  clear: both;
  font-size: 13px;
  padding-bottom: 10px;
  color: white;
  margin-top: 25px;
}
path{
    stroke: #1545A6;
    stroke-width: 0px;
}
svg{
  width: 100% !important;
  height: 150px !important;
  stroke: #1545A6 !important;
  fill: #1545A6 !important;
  padding: 15px;
  margin-left: 0px;
}
.login-expand{
  padding-top: 55px !important;
  padding-bottom: 55px !important;
  border: none;
  border-radius: 0px;
}
.form {
    width: 100%;
    float: inherit;
    padding: 15px;
    background-color: #ddd!important;
    background-image: none!important;
    box-shadow: 4px 4px 10px #999;
}
.perseo-l{
  width: 60px;
  text-align: center;
  color: white;
  border: solid 2px white;
  border-radius: 100px;
  padding: 19px;
}
/*.perseo-circle{
  background-color: rgba(255,255,255,0.2);
  border-radius: 360px;
  padding: 25px;
  border: solid 1px white;
}*/
@media(max-width:600px){
  body{
    background-size: auto auto;
  }
  /*.perseo-circle {
      padding: 35px;
      margin: 10px;
  }*/
}
</pre></body></html>