.cmain {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.form-login {
  height: 50px;
  border-right: 0 !important;
  width: 50%;
  border-radius: 20px;
}

.form-login:focus {
  border-color: var(--subtle-color
  ) !important;
}

.login-group-icon {
  height: 50px !important;
  padding-top: 1.75rem;
  padding-bottom: calc(1.75rem + 1px);
  background-color: transparent;
  border-left: 0 !important;
  border-radius: 20px;
}

.login-group-icon-border {
  border: var(--subtle-color) 1px solid;
  color: var(--theme-color);
}

@media screen and (max-width: 764px) {
  .form-login {
    width: 100% !important;
  }
}

@media screen and (min-width: 900px) {
  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }
}

.my-alert {
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding-right: 15px;
  padding-left: 2rem;
  padding-top: 10px;
  padding-bottom: 8px;
  z-index: 1;
  opacity: 1;
}

.my-alert .icon {
  background-color: var(--theme-color);
  color: #fff !important;
  padding: 6px 8px;
  border-radius: 50vh;
  margin-left: 10px;
}

.message-alert {
  font-size: large;
}

#message_error {
  padding-top: 5px;
  font-size: small;
  transition: all ease .3s;
}
