.user-card .card-title {
  margin-bottom: .2rem; }
.user-card .card-text {
  margin-bottom: .3rem; }
.user-card .card-groups {
  height: 55px; }
.user-card .card-buttons {
  padding: .5rem;
  text-align: right; }

.otp-elements {
  display: flex;
  justify-content: center; }
  .otp-elements .otp-element {
    flex-basis: 50px;
    margin: 0 5px; }
    .otp-elements .otp-element input {
      line-height: 40px;
      font-size: 30px; }

.login-content-logo {
  max-width: 80%;
  max-height: 80px; }

.login-header {
  background: linear-gradient(to right, #FFFFFF, aquamarine);
  height: 300px;
  background-color: whitesmoke; }

.login-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #05263e; }
  .login-title .login-header-logo {
    width: 300px; }

.login-card-wrap {
  display: flex;
  justify-content: center; }
  .login-card-wrap .card {
    min-width: 400px;
    background-color: #05263e;
    max-width: 450px; }

@media (min-width: 1200px) {
  .login-card-wrap .card {
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: auto; }

  .login-title {
    display: flex;
    flex-direction: row;
    height: 100%;
    text-align: left;
    justify-content: start; } }

/*# sourceMappingURL=users.css.map */
