/********************/
/*      PÁGINA      */
/********************/
body {
    font-family: 'Muli', sans-serif;
    overflow: hidden;
    color: #4c4d4f;
    background-color: #f3f3f3;
}

main {
    flex: 1 0 auto;
}

/***************************/
/*      CONTEÙDO LOGIN     */
/***************************/
.input-field div.error {
    position: absolute;
    margin-top: -15px;
    font-size: 0.8rem;
    color: #F44336;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.login-error {
    color: #fff;
    font-size: 16px;
    border: 1px solid #f44336;
    border-radius: 2px;
    background: #f44336;
    margin: 15px 0;
}

.login-error-text {
    padding: 5px;
}

.form-login-action {
    margin-top: 15px;
}

div.row div.center img {
    max-width: 80%;
    margin: 0 auto;
    padding: 1rem;
}

h1 {
    font-weight: 100;
    text-align: center;
    margin: 0;
    padding: 2rem 0 0 0;
}

h1 strong {
    font-weight: 800;
}

/* Tira a cor do autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #4c4d4f !important;
}

/***************************/
/*      VERSÂO SISTEMA     */
/***************************/
.system-version {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
}