body {
  padding: 0px 0 20px 0;
  background-color: #42B9BF;
  color: white;
}


.login .core {
  width: 100%;
  padding: 0 15px;
  max-width: 390px;
}

.w-5 { width: 5%; }
.w-7 { width: 7%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-33 { width: 33%; }

.footer {
  /* margin: 40px 0 80px 0; */
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  a {
    color: yellow;
  }
}

.alert {
  border: none;
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.8);
}
.alert.alert-danger {
  background-color: rgb(198,88,88);
}
.alert.alert-success {
  background-color: rgba(0,0,0,0.2);
}


.form-control {
  border: none;
  border-radius: 1rem;
}

.btn {
  border: none;
  border-radius: 1rem;
}
.btn:hover {
  box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
}

.btn.btn-primary {
  background-color: #aafdc9;
  color: rgba(0,0,0,0.6);
}

.btn.btn-secondary {
  background-color: rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.8);
}


.login .core img {
  margin-bottom: 30px;
  text-align: center;
}


.login form {
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(0,0,0,0.2);
}

a.sso {
  /* background-color: #f0f8ff;
  border-radius: 1rem; */
}
a.sso.simbe {
  background-color: #62f0f2;
}
a.sso span {
  /* color: rgb(25, 151, 198, 0.5); */
  opacity: 0.5;
}