

.container-forms{
    border: 2px solid white;
    border-radius: 5px;
}
/*
BOTONES
**/
.btn-froms-account {
  transition: all .2s ease;
}

.btn-froms-account.is-active {
  background: #1f3ff5;     /* resalte */
  color: #fff;
  box-shadow: 0 6px 14px rgba(31,63,245,.25);
  transform: translateY(-1px);
  padding: 10px 45px;
  border-radius: 5px;
  font-weight: 600;
  width: 10rem;
}

.btn-froms-account.is-inactive {
  opacity: .55;            /* “opacado” */
  filter: saturate(.6);
  background-color: #1f3ff540;
  border: 2px solid white;
  padding: 10px 45px;
  border-radius: 5px;
  width: 10rem;
}
.btn-froms-account.is-inactive:hover {
  opacity: .75;            /* ligero hint al hover */
}


.form-froms-account{
    height: 10rem;
    border: 1px solid white;
    margin-top: 10px;
}