html, body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    text-decoration: none;
    color: #FEE247;
}
a:hover {
    color: #968928;
}


#col-login, #col-img, #login-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#col-img {
    background-color: #1d97d8;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-image: url({$system_fundo_login});
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.container.erro {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#btn-login {
    display: flex;
    justify-content: center;
}

@media(max-width: 362px) {
    #col-login, #login-container {
        width: 85%;
        margin-left: 18px;
    }

    #col-img {
        display: none;
    }

    .well.well-small {
        display: none;
    }
}

a{
    text-decoration: none;
}
a#email{
    background-color: #1d97d8;
    width: 70px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
a#email:link {
    color: #f3f5f6;
    text-decoration: none;
  }
a#email:visited {
    color: rgb(248, 253, 252);

text-decoration: none;
}
a#email:hover {
    color: rgb(13, 230, 246);
}
a#email:active {
    color: #f5f9fb;

}

a#register{
    background-color: #FEE247;
    width: 70px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #262D34;
}
a#register:hover{
    background-color: #968928;
    color: #fff;
}




a#shop{
    background-color: #FEE247;
    width: 70px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #262D34;
}
a#shop:hover{
    background-color: #968928;
    color: #fff;
}



a#agendar{
    background-color: #FEE247;
    width: 70px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #262D34;
}
a#agendar:hover {
    background-color: #968928;
    color: #fff;
}

body{
    background-color: #FEE247;
    color: #fff;
    

}
img#img-back{
    position: relative;
    width: 565px; 
    height: 667px;
    left: 40px;
}

.container{
    border-radius: 15px;
    width: 960px;
    height: 50%;
}

.container.erro{
    /*display: flex;
    width: 100vw;
    height: 83vh;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#alerta-login{
    position: relative !important;
    left: 50px !important;
    bottom: 50px !important;
}

#col-login, #login-container{
    background-color:#262D34;
    border-top-left-radius:  15px;
    border-bottom-left-radius: 15px;
}
#col-login, #login-container, #col-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
#col-img{
    background-color: #1d97d8;
    border-top-right-radius:  15px;
    border-bottom-right-radius: 15px;
  
}
#col-right{
    position: relative;
    left: 50px;
}
#wrapper{
min-height: 97%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

div.body-content{
min-height: 100%;

}
footer{
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
left: 0;
padding-top: 40px;
color: #262D34;
}

footer a {
    color: #262D34;
}
footer a:hover {
    color: #686868;
}

footer .row{
    border-radius: 0;
    box-shadow:none;
}

#btn-login{
    display: flex;
    justify-content: center;
}
@media(max-width:362px){
    #col-login, #login-container{
        width: 85%;
        margin-left: 18px;
    }
    #col-img{
        display: none;
    }
    .well.well-small{
        display: none;
    }
    
}

.sec-buttons{
    /* display: inline-flex;*/
     align-items: flex-end;
    }

@media(max-width:991px){
    img#img-back{
        position: relative;
        width: 485px; 
        height: 690px;
        left: 40px;
    }
}
@media(max-width:767px){
    img#img-back{
        position: relative;
        width: 386px; 
        height: 493px;
        left: 34px;
        top: 61px;
    }
    #rodape{
        text-align: center;
    }
}
@media(max-width:575px){
    img#img-back{
        position: relative;
        width: 496px; 
        height: 616px;
        
    }
    #col-img{
        background-color: #1d97d8;
        border-top-right-radius:  0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
		position: relative;
        height: 216px;
    }
    #col-login, #login-container{
        padding-left: 10%;
        padding-right: 10%;
        border-top-left-radius:  15px;
        border-bottom-left-radius: 0px;
        border-top-right-radius:  15px;
        border-bottom-right-radius: 0px;
    }
}

.btn-secondary{
    color: #262D34;
}
.btn-secondary:hover{
    border-color: #968928;
    background: #968928;
    color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .row {
        --bs-gutter-x: 0px;
    }
}

.promo-personalizado{
    background: transparent;
    border-color: transparent;
}

