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 { float:right; color:#9eabae; font-size:12px; margin:10px 16px 0 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: 98% !important;
}
.tamañoCombo{
    width: 91% !important;
    min-width: 334px !important;
}
.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;
    float: left;
    margin: 0px;
    overflow: auto;
    padding: 7px 28px;
    width: 90%;
}
.ingresar {  
    background-image: url("") !important;
    background-position: 1px 0px;
    height: 100%;
    width: 100%;

}

.botones{
    background:  #c02c2c !important;
    color: white !important;
    font-weight:bold !important  
}
.botones:hover{
    background:#d14836 !important;
}

.botones:active{
    background:#d14836 !important;
}
#logo{
    display:block;
    margin-left: auto;
    margin-right: auto; width: 150px;height: 100px
}

.ui-selectonemenu .ui-selectonemenu-label {
    border: 0 none !important;
    display: block !important;
    font-weight: normal !important;
    overflow: hidden !important;
    text-align: left !important;
    white-space: normal !important;
    width: 100% !important;
}