
* {
  font-family: 'Montserrat', sans-serif;
}

body.login-page  {
  background: url(../img/logo.png) no-repeat 0 40px;
  background-size: cover;
  padding: 0 85px 0 85px;
  border-top: 60px solid #1B537A;
}
.login-card-body {
  position: relative;

  padding-top: 50px;
  border-radius: 15px 15px 15px 15px!important;
}
.button-login {
  background: #10AF05 !important;
  border: #10AF05 !important;
}
.login-page {
  justify-content: flex-start;
  align-items: flex-end;
}
/*  */
.input-group-text,
input[type="text"],
input[type="email"],
input[type="password"] {
  border:none;
  border-bottom:1px solid #9E9E9E;
  border-radius: 0 !important;
}

@media only screen and (max-width: 600px) {
  body.login-page {
      background: url(../img/front.png) no-repeat 0 40px;
      background-size: cover;
      padding: 0px 31px 0px 2px;
      border-top: 60px solid #1B537A;
  }
}
