/*
    SIAPCOS Login styles
*/

div#content{
    background: rgba(249, 244, 189, 0.5);
    border-radius: 0px 0px 7px 7px;
}

div#login{
    margin: 20px;
    float: right;
    width: 210px;
    height: auto;
    border: 1px solid rgba(155, 114, 26, 1);
    border-radius: 5px;
    background: rgba(249, 244, 189, 0.8);
    box-shadow: 5px 5px 9px #888888;
}

div#content-main{
    margin: 5px;
    
}

div#login input[type=text], input[type=password] {
    width: 90%;
}

.submit-row input {
    color: white;
    width: 90%;
    height: 30px;
    background: #968E54;
    padding: 3px 10px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
    background-color: #968E54;
    text-decoration:none;
    border-radius: 5px;
    box-shadow: 5px 5px 9px #888888;
}

div#login a{
    color: white;
    display: block;
    width: 90%;
    padding: 3px 10px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
    background-color: rgba(150, 142, 84, 0.7);
    text-decoration:none;
    border-radius: 5px;
    box-shadow: 5px 5px 9px #888888;
}

.form-a-row{
    margin-top: 15px;
    width: 90%;
}

.ayuda{
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(155, 114, 26, 1);
    width: 70%;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 5px 5px 9px #888888;
}

.contenido{
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
}
