.auth-shell .auth-submit {
  background: #b9dcff;
  color: #061f55;
  box-shadow: 0 10px 20px rgba(58, 139, 255, 0.16);
}

.auth-shell .auth-submit:hover,
.auth-shell .auth-submit:focus {
  background: #9dcbff;
}

.auth-shell .auth-submit:disabled {
  background: #b9dcff;
  color: #061f55;
}
