﻿.single-card {
  width: 95%;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.login-logo {
  max-width: 300px;
  margin-bottom: 1rem !important;
}

.captcha-wrapper {
  display: flex;
  justify-content: space-around;
}

.alert-success {
  color: white !important;
  border-color: #02A91E;
}

@media(min-width:576px) {
  .single-card {
    width: 400px;
  }
}
