

.login-card{
  background-color: #fff !important;
  box-shadow: 5px 5px 5px 5px rgba(.16,.16,.16,.16), 10px 10px 10px 10px rgba(.12,.12,.12,.12);
  border-radius:5px;
  padding-bottom: 10px;
}

.login-logo{
  text-align: center;
  position:relative;
  top: -120px;
  margin-bottom: -120px;
}

.login-row{
  margin-top: 300px;
}

@media screen and (max-width: 576px) {
  .login-row{
    margin-top: 120px;
  }
}

.toast{
    display: none;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 100px;
}

.error-input{
  border: 1px solid #f44242;
}

.card{
  margin-bottom: 10px;
}
