* {
    font-family: 'Roboto', sans-serif;
}
p {
    color: #696c71;
}
.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media only screen and (max-width: 630px) {
    .modalLogin {
        background-image: none !important;
    }
    .imgLivro {
        display: none;
    }

}

.navEsquerda {
    margin-left: auto;
}

.navEsquerda ul li {
    float: right;
}
.loginLink {
    background-color: #0079e4;
    height: 100%;
    font-size: 18px;
    padding: 1rem;
}
.alert-login{
    position: absolute;
    z-index: 99;
    left: 15%;
}

.loginLink a {
    color: #fff !important;
}
.loginLink a {
    transition: 0.2s ease-in-out;
}
.loginLink a:hover {
    transform: scale(1.1);
}

.nav-link {
    padding: 0 0.5rem !important;
}

.contatoBtn {
    padding: 1rem 1rem;
}

.navbar {
    padding: 0px 25px !important;
}

.navMenu {
    background-color: #f8f9fa;
}
/*Fim da navbar*/


.modalLogin {
    height: 580px;
    background-color: #F7F7F7;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    box-shadow: 2px 4px 10px rgba(0,0,0, 0.25);
    background-image: url('../images/fundoModal.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
}

.marginDoModal {
    margin-top: 10vh;
}

.imgLivro {
    position: absolute;
    margin-left: 50%;
    margin-top: 5%;
}

.form-control {
    padding: 0.5rem 0.75rem !important;
    background-color: transparent;
    font-size: 0.8rem;
    height: auto !important;
    border-radius: 2rem;
}

.btn-outline-danger {
    border-radius: 2rem;
}

.butSenha {
    color: #696c71;
    border-color: #E5B93E !important;
    padding: .42rem 1.4rem;
    font-size: 0.8rem;
    background-color: transparent !important;
}

a:hover {
    color: #696c71 !important;
}

.butLogin {
    padding: .375rem 4rem !important;
    background-color: #E5B93E;
    border: none;
    color: #fff;
}

.butLogin:hover {

}

label {
    color: #696c71;
    font-size: 0.8rem;
    margin: 0;
}
/*Fim do form de login*/



.primAcesso {
    color: #696c71;
    font-size: 0.9rem;
}

.sublinhaAcesso {
    text-decoration: underline;
}

.primAcesso a {
    color: #696c71;
}

.zap {

}
