body{
  font-family: 'Montserrat', sans-serif;
  color:#000000;
  font-size: 20px;
}

@media(max-width: 991px){
  body{
    font-size: 16px;
  }
}

body{
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#header-logo{
  margin-bottom: 50px;
}

a{
  color: #3E2EA5 !important;
}

#session-user{
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 100px;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#session-user #session-auth-box{
  border-radius: 12px;
  width: 100%;
  max-width: 550px;
  border: 1px solid #e1e1e1;
  padding: 50px 60px;
  align-self: center;
}

@media (max-width: 768px){
  #session-user{
    align-items: stretch;
    text-align: center;
    padding: 0px;
  }

  #session-user #session-auth-box{
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 20px 30px;
    align-self: stretch;
  }
}



/* ------- REGISTRAR ------- */

