﻿
/*estilos*/

.gris {
    background-color: #4a4a4c;
    color: white;
}

.rojo {
    padding: 5px;
    background-color: #d30c0c;
    color: white;
}

.negro {
    background-color: black;
    color: white;
    bottom: 0;
    position: fixed;
}

.logos {
    width: 250px;
    height: 60%;
}

.text-layout {
    font-family: 'Roboto Condensed', sans-serif;
}


.login-conteiner {
    width: 385px;
    margin: 20px auto;
    font-size: 18px;
}

.login-title {
    background-color: #3575ad;
    padding: 10PX;
    color: white;
    margin-bottom: 0;
    box-shadow: 0px 2px 2px #3575ad;
}

.form {
    margin: 0px;
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px #3575ad;
    padding: 30px;
}


@media (max-width: 850px) {
    .negro {
        display: none;
    }

    .logos {
        display: none;
    }
}

@media (max-width:850px) {
    .login-conteiner {
        width: 300px;
    }
}

@media (max-width:850px) {
    .images {
        display: none;
    }
}
