*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2c558a;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title{
  color: #003376;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-bottom: 5%;
}


#r_field{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 5%;
    width: 55%;
    height: 55%;
    background-color: white;
}

.sub-title{
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #777;
}

#rec_email{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 1rem;
}

button{
    width: 100%;
    height: 100%;
    margin-bottom: 1%;
    border-style: solid;
    border-width: 0px;
    border-radius: 4px;
    font-size: 1rem;
}

.btn-back {
  display: inline-block;
  margin-bottom: 1rem; 
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #244bb8;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-back:hover {
  background-color: #003376;
  transform: translateY(-2px);
  color: #fff;
}

.btn-primary {
  background-color: #003376;
  color: white;
}

.btn-primary:hover {
  background-color: #002a5e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#recuperar{
    background-color: #003376;
    color: white;
    margin-top: 10%;
}

.email-container{
    flex-direction: column;
    height: 10%;
    width: 100%;
    margin-bottom: 5%;
    margin-top: 10%;
}

.button-container{
    flex-direction: column;
    height: 10%;
    width: 100%;
    margin-bottom: 10%;
}