body{
    background-color:white;
    font-family: Arial, Helvetica, sans-serif;
}

.eform{
    width:395px;
    height:400px;
}

.elogin{
    width:100%;
    height:400px;
    background-color:white;    
    border: 0px solid #000000;
    box-shadow: 0px 0px 6px 1px #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.formsistema{
    margin-top:0px;
    background-color:#0868B2;
    height:65px;
    padding:10px;
    font-size:24px;
    margin-left:2px;
    color:white;
    font-weight:bold;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.input {
    color: #191919;
    padding: 15px 15px 15px 35px;
    border: 2px solid #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width:100%;
    background-color:#F1F0F5;
}

.input-pass{
    padding: 15px 43px 15px 35px;
}

.input:focus{
    outline: none !important;
    border:2px solid #3F8DCD;
}

.input-icon {
    position: absolute;
    width: 18px;
    height: 23px;
    left: 5px;
    margin-left:8px;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon-ojo {
    position: absolute;
    width: 20px;
    height: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.opass{
    font-size:14px;
    text-align:right;
    margin-top:5px;
    margin-bottom: 25px;
    color:#02518E;
    font-style: normal;
    cursor:pointer;
    text-decoration:underline;        
}

.loginboton {
    box-shadow: 0px 10px 14px -7px #b9c5c7;
    background-color:#0868b2;
    border-radius:8px;
    border:0px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    padding:13px 32px;
    text-decoration:none;
    text-shadow:0px 1px 0px #02518e;
}

.loginboton:hover {
    background-color:#0868b2;
}

.loginboton:active {
    position:relative;
    top:1px;
}

.formfooter{
    /*position:absolute;*/
    margin-top:-25px;
    width:100%;
    height:25px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    background-color:#0868B2;
    text-align:center;
    color:white;
    font-size:14px;
    line-height:25px;
}

.warningform{
    margin: 0 10px 0 10px;
    font-size:14px;
    text-align:center;
    background-color:#F3E658;
    margin-top:85px;
}

.marcofoto{
    float:left;
    width:80px;
    height:85px;
    margin:-10px 5px 30px -12px;
    background-color:#0868B2;
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
}

.eformu{
    margin:30px;
}

.nsistema{
    margin-top:20px;
    text-align:left;
}

.icofacturacion{
    margin-top:15px;
    margin-left:10px;
}

.publi{
    margin-top:10px;
    width:100%;
}

@media screen and (max-width: 400px) { /* menor */
   
    .eform{
        width:340px;
    }
    
    .opass{
        text-align:center;
    }

    .eboton{
        float:center;
    }

    .nsistema{
        font-size:15px !important;
        margin-top:22px;
    }

    .warningform{
        margin-top:-10px;
    }

}

@media screen and (min-width:400px) and (max-width: 713px) { /* menor */
    
    .opass{
        text-align:center;
    }

    .eboton{
        float:center;
    }

    .warningform{
        margin-top:-17px;
        margin-left:10px;
    }

}
    
@media screen and (min-width: 713px) { /* mayor */
   
    .opass{
        text-align:right;
    }

    .eboton{
        float:right;
    }
    
}