﻿.masterTituloInterno {
    height:50px;
    text-align:center;
    background:#0B5042;
}
.material-input:before{
   background-color:#c10e38!important;
}
.boxLoginAluno{
    padding:30px 20px!important;
}
.btnAcadAluno{
    display:inline-block;
    width:100%;
    text-align:right;
}
.labelLogin {
    font-size:20px;
    color:#c4c4c4;
}
.btnAcadAluno > .btnAcadAlunoLimpar{
    background:#ff5722;
}
.btnAcadAluno > .btnAcadAlunoEntrar{
    background:#0f9d58;
}
.avisosAcadAluno {
    display: inline-block;
    background-color: #333333!important;
    height:auto;
    width: 100%;
    color:#eceff1;
    padding:10px 15px;
}
.icoAlertAcadAluno{
    display:inline-block;
    font-size:35px;
    color:#0075aa;
}
.icoPdfAcadAluno{
    display:inline-block;
    font-size:35px;
    color:red;
}
.avisosAcadAluno p {
    margin:0;
}
.icoAvisoAcadAluno{
    display:inline-block;
    font-size:23px;
    color:red;
}
.paragrafoAvisoAcadAluno{
    font-size:18px;
}
.pautaOnline {
    padding:50px;
    text-align:center;
}
.pautaOnline img{
    width:50%;
    margin:0 auto;
}

/*Area responsiva*/

@media (max-width: 992px) {
    .masterTituloInterno {
        height: 190px!important;
        padding-top: 20px;
        position: relative;
        top: -2px;
    }
    .noPadding {
        padding:10px!important;
    }
    .fa-file-pdf-o {
        font-size: 3em;
    }
    p {
         font-size: 2.5em;
    }
    .boxLoginAluno {
        width:90%;
        margin:0 auto;
        padding:5px 10px;
    }
        .boxLoginAluno .form-control-wrapper input {
            font-size: 2em;
            height: 90px!important;
        }
    .avisosAcadAluno {
        text-align:center;
    }
        .icoAlertAcadAluno, .icoPdfAcadAluno {
            font-size:4em!important;
            margin-top:20px;
        }
    .btnAcadAlunoLimpar, .btnAcadAlunoEntrar  {
        font-size:1.5em;
    }
}