body { 
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
input { font-family:Arial, Helvetica, sans-serif; color:#595959; font-size:18px;}
a { outline:none; text-decoration:none;}

.main { 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box {
    width: 450px;
    overflow:hidden;
    padding:15px; 
    background: #f7f7f7; 
    border:1px solid #d5d5d5; 
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    box-shadow: 0 0 20px rgba(3,44,52,.22); 
    -moz-box-shadow: 0 0 20px rgba(3,44,52,.22); 
    -webkit-box-shadow: 0 0 20px rgba(3,44,52,.22);}
.box h2 { 

    color: #FFF;
    font-size: 26px;
    margin: 0px 5px;
    text-align:center;
    font-weight: bold;
    outline: medium none;
}
.box h1 { 

    color: #FFF;
    font-size: 20px;
    margin: 0px 80px;
    text-align:center;

    font-weight: bold;
    outline: medium none;
}
.box h3 { color:#7f7f7f; font-size:17px; line-height:20px; margin:0; padding:0; font-weight:normal; outline:none;}

.contenido { width:420px; overflow:hidden;  background:#fff; border:1px solid #d5d5d5; }
.form { margin:0; padding:0;}

.copy { color:#9eabae; font-size:12px; margin:16px 0; text-shadow:1px 1px 1px #fff;}

a:link, a:visited {
    text-decoration:none;
    cursor:pointer;
    color:#333333;
}
.oscuro {
    font-weight: bold;
}
.tamañoTxt{
    width: 100%;
}
.tamañoCombo{
    width: 91%;
}
.tamaño100derecha{
    width: 100%;
    float: right;
}
.clicAqui{
    color: blue !important;
    float: right !important;
}

a:hover {
    text-decoration:none;
    cursor:pointer;
    color:#333333;
}
#content1 {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin: 0px;
    overflow: auto;
    padding: 7px 28px;
}
.ingresar {  
    background-image: url("/sitti-socios/javax.faces.resource/imagen/Lock.png.jsf") !important;
    background-position: 1px 0px;
    height: 100%;
    width: 100%;

}

.botones{
    
    color: white !important;
    font-weight:bold !important  
}

#logo{
    display:block;
    margin-left: auto;
    margin-right: auto; height: 100px
}