.login{
    border: none;
    border-radius: 2px;
    background: #FFF;
    min-width: 300px;
    max-width: 500px;
    margin:0 auto;
    vertical-align: middle;
    margin-top: 10vh;
    border:none;
    border-radius: 0px;
    
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.14);
}
label{
    color: #7F7F7F;
}

 html{
    height: 100% !Important;  
}
body{
   background-image: url("/snpe-exterior/RNPN/javax.faces.resource/images/gob2019Escudo.35.png");
   background-position: right bottom; /* Center the image */
   background-repeat: no-repeat; /* Do not repeat the image 
   background-size: cover;*/
   background-color: #F6F6F6!important;
}

.copyright{
    margin:0 auto;
    vertical-align: middle;
    margin-top: 20px;
    color: #2E6CA0;
    text-align: center;
}
.head{
    color:#2E6CA0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.input-icon input{
    padding-left:  50px!important;
}
.input-icon i{
    position: absolute;
    margin-top: -30px;
    margin-left: 20px;
}
.delete-button{
    background: #b71c1c;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    border: 0px;
    width: 120px;
    float: right;
    padding: 10px;
}
.confirm-button{
    background: #009688;
    color: #fff;
    font-weight: bold;
    border: 0px;
    padding: 10px;
}
.delete-button:hover, .delete-button:active,
.confirm-button:hover, .confirm-button:active{
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    color: #FFF;
}

