.container{    
    margin-top: 0px;
}
#subcontainer{
    background-color: #eaeaea;
    text-align: center;
    
}
#subcontainerx{
    background-color: #eaeaea;
    text-align: center;    
}
.body{
    font-family: 'Roboto', sans-serif;
}
.titulo h1{
    font-size: 36px;
    font-weight: 500;
    color: #004122;
    position: relative;
    line-height: 34px;
    text-align: center;
    padding-top: 5px;
}
.subTitulo h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
    padding-top: 10px;
}

.botones{
    margin-top:5px;
    background-color: #fff; 
    padding: 10px;
}


btn:focus{    
    border-color: #004122;
}

#ingresar{
    background-color: #004122;
    border-color: #004122;
    color:#FFF;
    width: 100%;
    margin-bottom: 5px;
    margin-top:20px;
}

#ingresar:hover{
    opacity: 0.8;
}

#ingresar:focus{border:none;}

#limpiar{
    background-color: #C70039;
    border-color: #C70039;
    color:#FFF;
    width: 100%;
    margin-bottom: 5px;
    margin-top:20px;
}

#limpiar:hover{
    opacity: 0.8;
}

#limpiar:focus{border:none;}

.form-control {
    border-color: #004122;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }
  
#mensaje{
    width: 100%;
    background-color: transparent;
    border:none;
    color:red;
}

#mensajeVerde{
    width: 100%;
    background-color: transparent;
    border:none;
    color:green;
}

#msg{
    background-color: transparent;
    border:none;
    color:red;
}
#mens{
    background-color: transparent;
    border:none;
    color:red;
}

#logo{
  width: 140px;
  height: 140px;
}

