.img-login{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login {
    border-radius: 5px;
    padding: 10px;
    height: auto;
    color: #ffeaea;
    width: 49%;
    margin: 12% auto 0px;
}

.div-login{
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    border-radius: 10px;
}

.login h1 {
    text-align: center;
    margin: 45px auto 30px;
    font-size: 25px;
    font-weight: bold;
}

.login img{
    display: block;
    width: 200px;
    margin-left: calc(50% - 100px);
}

.item-login{
    display: block;
    color: #cecece;
    margin-top: 20px;
}

.item-login span {
    display: block;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 6px;
    color: #ffffff;
}

.item-login input,
.item-login select {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    width: 100%;
    border-radius: 5px;
    padding: 13px 25px;
}

.div-button-login {
    margin-top: 30px;
}

.div-button-login .class-botao {
    background: transparent;
    display: block;
    border: 2px solid #366189;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.4s;
    cursor: pointer;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.logo-intro img {
    animation: float 4s ease-in-out infinite;
}

.div-button-login .class-botao:hover{
    background-color: #366189;
    transition: 0.8s;
}

#carouselExampleSlidesOnlyLogin{
    border-right: 4px solid #ed3237;
}

.btnVotlar {
    float: right;
    font-size: 15px;
    font-weight: 600;
}

.btnVotlar a.text {
    color: #ed3237;
    text-decoration: none;
    cursor: pointer;
}

@keyframes float {
    0% {
        transform: translateY(0%);  
    }
    50% {
        transform: translateY(15%); 
    }   
    100% {
        transform: translateY(0%);
    }           
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0%);  
    }
    50% {
        -webkit-transform: translateY(15%); 
    }   
    100% {
        -webkit-transform: translateY(0%);
    }
}

body {
    background: url('../images/fundo-login.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.termos-a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
}

.termosLink {
    color: #ED3237;
    transition: all 0.3s;
    font-size: 13px;
}

.modalTermo .modal-dialog {
    max-width: 970px;
}

.modalTermo .modal-body {
    color: #000;
}

.modalTermo .modal-title {
    color: #000;
}