.customer-form__login{
  border:1px solid #ddd;
  padding:2em;
  border-radius:6px;
}

.form-recovery-flex{
  display:flex;
  justify-content:center;
  align-items:center;
}

.form-recovery-flex p{
  margin:0 15px;
  margin-bottom:15px;
}

.customer-form__login input{
 border-radius:4px;
}

.btn-customer-login{
  display:block !important;
  width:100% !important;
  border-radius:6px;
}