html {
    background-color: #1A1F6D;
    width: 100%;
    height: 100vh;
    overflow-y:hidden;
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.noShow{
    display: none;
}
p.link a{
    text-decoration: none;
    color: #6166C0;
}
p.link a:hover{
    color: #000df9;
    cursor: pointer;
}
.mensajeRojo, .mensajeRojos, .mensajeAzul, .mensajeAmarillo, .mensajeVerde{
    text-align: center;
    font-size: 10px;
    background: #f1c1c1;
    z-index: 1;
    position: relative;
    width: 220px;
    margin: -30px auto 5px;
    border-radius: 4px;
    display: none;
}
.mensajeRojos{
    width: 378px;
    margin-bottom: -8px;
    padding: 1px;
}
.mensajeAzul{
    background: #c1dbf1;
}
.mensajeVerde{
   background: #b5f1b5;
}
.mensajeAmarillo{
    background: #f1f396;
}
.mensajeRojo p, .mensajeAzul p, .mensajeAmarillo p, .mensajeVerde p{
    padding: 7px;
}

.firstArea{
    margin: 12% auto 0;
    width: 460px;
    border-radius: 30px;
    background-color: #ffffff;
}
.logoArea{
    text-align: center;
}
.textArea .textBlue{
  color: #1A1F6D;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.formArea{
    margin-left: 78px;
}
.formArea .formTitle{
  color: #47464F;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 14px;
  opacity: 0.6;  
  margin: 0 0 10px;
  width: 150px;
}

.formArea .formElement{
  border: 0.87px solid #D3D2D2;
  border-radius: 6px;
  width: 288px;
  height: 42px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.formArea .formButton{
    margin-top: 10px;
  border: 1px solid #1A1F6D;
  background-color: #1A1F6D;
  border-radius: 6px;
  width: 304px;
  height: 42px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  transition: all ease 300ms;
}
.formArea .formButton:hover{
  cursor: pointer;
  border: 1px solid #08108c;
  background-color: #08108c;
}
.copyright{
  margin: 40px 0 20px;
  text-align: center; 
  color: #7B7FCA;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}    