 * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


body, html {
  height: 100%;
}

body {
  font-family: "Roboto",Arial;
  font-size: 13px;
}

 

.bg {
  /* The image used */
  background-image: url(https://www.medianitro.net/Fullmonitoring/images/fondo.jpg);  
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#TextLogo{
font-family: Swatch it;
color: #ffffff;
font-size: 99px;
font-weight: 100;
letter-spacing: 4px;
text-transform: uppercase;margin: 0; 
text-align: center;
padding: 33px;
}




#contenedor{
  padding: 5% 0 0 0;
  margin: 0;
  width: 100%;
  height: 100%;

}



.datos {
/* background: linear-gradient(to bottom right, #0071bc 0%, #33ccff 98%); */
  background:  #0071bc; 
  width: 20%;
  height: 300px;
  padding: 10px;
  margin: auto;
  float: left;
  color: #ffffff; 
  font-size: .8em;
}

.wrap {
  width: 100%;
  max-width: 500px;
  height: 300px;
  padding: 40px;
  margin: auto;
  background: #FFF;
  box-shadow: 0px 0px 3px grey; 
  
}

.field {
  position: relative;
  margin-bottom: 32px; }

.formulario {
  font-size: 16px;
  color: #303F9F;
  width: 100%;
  outline: none;
  padding: 15px;
  background: none;
  border: none;
   }


.input-group{
  position: relative;
  margin-bottom: 32px;
}


input[type="password"],input[type="text"]{ 
font-family: "Roboto",Arial;
font-size: 16px;
color:#0431B4;
width: 100%;
outline: none;
padding: 15px;
background: none;
border: none;
border-bottom: 2px solid #BBDEFB;
}

input:focus{
outline: none;
border-bottom: 2px solid #08298A;
}


input:active{
outline: none;
border-bottom: 2px solid #08298A;
}

input.error{
  border-bottom: 2px solid red;
}

label.error{
  color:red;
}

input:focus ~ label,
input:valid ~ label 
{
  color: #BBDEFB;
  top: -10px;
  left: -15px;
}

label {
    color: #303F9F; 
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    line-height: 16px;
    margin-left: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.active {
      top: -12px;
      font-size: 12px;
      line-height: 12px; 
      color: #B6B6B6; }

.btn_submit {
  background: #0071bc;
  border-radius: 1px;
  border: 2px solid #f2f2f2;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  width: 100%;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

  
.error{
    background-color: #E74F4F;
    position: absolute;
    top: 0;
    padding: 10px 0 ;
    border-radius:  0 0 5px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}