#logo {
    padding: 20px;
}
#logo img{
    height: 40px;
}

html{
    width: 100%;
    height: 100%;
}

/*body{
    min-height: 480px;
    min-width: 500px;
}*/

#slogan{
    margin-left: auto;
    margin-right: auto;
    margin-top:4.5%;
    color:white;
    text-align: center;
    max-width: 780px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 1.2em;
    padding: 20px;
}

#background{
    background-color: red;
    width: 100%;
    height: 100%;
}

.form{
    padding: 15px;
}

.field_form {
    text-align: center;
}

.form_input input{
    height: 25px;
    font-size: 1em;
    width: 96.5%;
    border-radius: 6px;
    border-color: #022c42;
    border-width: 0.2px;
    padding: 5px;
}

.form_label{
    padding-top: 10px;
    padding-bottom: 7px;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    color: #54656a;
}

.button_send{
    width: 100%;
    background-color: #022c42;
    color: white;
    font-size: 1em;
    height: 40px;
    margin-top: 15px;
    border-radius: 6px;
}

header{
    width: 100%;
    top: 0;
    height: 80px; 
    background-color: #02141E;
    z-index: 1000;
}

@font-face {
    font-family: DINPro;
    src: url(../css/fonts/DINPro-Regular_13937.ttf);
}

body{
    margin: 0;
    padding: 0;
    font-family: DINPro;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: cover;
}

#form_login {
    width: 460px;
    height: 350px;
    background-color: white;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left: -230px;/*width/2*/
    margin-top: -100px;/*height/2*/
    border-radius: 6px;
}

footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 120px;
    color: white;
    vertical-align: middle;
    text-align: center; /* !!! */
}

#sponsors{
    padding-top: 50px;
    padding-left: auto;
    padding-right: auto;
    display: inline-block;
    min-width: 300px;
    width: 100%;
}
#softcomputo{
    float:left;
}
#cmmi{
    margin-top: 6px;
    float:right;
}

#softcomputo a img{
    width: 150px;
}
#cmmi a img{
    width: 150px;
}

.link_footer{
    color: #00b1bf;
}

.label_footer{
    color: white;
}


@media (max-width: 480px) {
    #slogan{
        display: none;
    }
    #form_login {
        position: absolute;
        top: 80px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 0px;
    }
    .label_footer{
        color: #54656a;
    }
}

@media (max-height:730px){
    #slogan{
        display: none;
    } 
    #form_login {
        position: absolute;
        top: 80px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 0px;
    }
    .label_footer{
        color: #54656a;
    }
}
