.account__video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: -1;
}

.account__content {
  background-color: #fff;
  height: 100%;
  margin-left: auto;
  max-width: 32rem;
  padding: 1.8rem;
}

.account__content .region-nav-main {
  margin-left: 40px;
  position: absolute;
  top: 15px;
}

.account__content .navbar-brand {
  margin: 40px 0;
}

.account__content .navbar-brand img {
  height: 75px;
  width: 100%;
  object-fit: contain;
}



@media (min-width: 992px) {
  .account__content .navbar-brand img {
    height: 75px;
  }
}

.account__content form {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.account__content form label {
  font-size: .8rem;
  padding: 3px;
}

.account__content .form-item {
  margin-bottom: 0;
}

.account__content .btn-register {
  background: rgba(68, 130, 255, 0.2);
  border: 1px solid rgba(68, 130, 255, 0.2);
}

.account__content .description {
  padding: 3px;
}

.account__content .form-submit {
  background: rgb(66, 173, 165);
  border-color: rgb(66, 173, 165);
  border-radius: 50px;
  font-size: 1.1rem;
  width: 100%;
}

.account__content .form-submit:focus {
  box-shadow: none;
}

.cs-recover-password {
  font-size: .8rem;
  margin-top: 1em;
}

.form-item-field-user-birth-date-0-value-date {
  width: 100%;
}

.form-item-field-user-birth-date-0-value-date .form-date {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
