/*html {
  background-color: #17265b;
}*/

body{
  background-image: url('../img/ct-pe.jpg');
  background-position: top center;
    background-attachment: fixed;
    overflow-x: hidden;
}

.row .login{
  margin-top: 2em;
  margin-bottom: 3em;
  text-align: left;
  
}

.titulo-login{
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 3px 0px 5px rgba(115, 150, 150, 0.38);
  color: #ffffff;
  flex: 1;
  align-self: flex-end;
}

.g-recaptcha{
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-control{
  margin-bottom: 1em;
  
}

.message-login{
  color: #fff;
  margin-bottom: 3vh;
  font-weight: 500;
    
}