html, body {
    font-family: 'Poppins', sans-serif!important;
    margin: 0;
    padding: 0;
    height: 100%;
}
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: #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#register:link {
    color: #f3f5f6;
    
    text-decoration: none;
  }
a#register:visited {
    color: rgb(248, 253, 252);
    text-decoration: none;
}
a#register:hover {
color: rgb(13, 230, 246);

}
a#register:active {
color: #f5f9fb;

}



a#agendar{
    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#agendar:link {
    color: #f3f5f6;
    
    text-decoration: none;
  }
a#agendar:visited {
    color: rgb(248, 253, 252);
    text-decoration: none;
}
a#agendar:hover {
color: rgb(13, 230, 246);

}
a#agendar:active {
color: #f5f9fb;

}

body{
    background-color: #ecf0f1;
    

}
img#img-back{
    position: relative;
    width: 565px; 
    height: 667px;
    left: 40px;
}

.container{
    border-radius: 15px;
    width: 960px;
    height: 50%;
}

#alerta-login{
    position: relative !important;
    left: 50px !important;
    bottom: 50px !important;
}

#col-login{
    background-color:#fff;
    border-top-left-radius:  15px;
    border-bottom-left-radius: 15px;
}
#col-login, #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: 100%;
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;
}

#btn-login{
    display: flex;
    justify-content: center;
}
@media(max-width:362px){
    #col-login{
        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;
    }
    #logo-safo{
        width: 200px;
        height: 200px;
    }
    #rodape{
        text-align: center;
    }
}
@media(max-width:575px){
    img#img-back{
        position: relative;
        width: 496px; 
        height: 616px;
        
    }
    #col-img{
        margin-top: 30px;
        background-color: #1d97d8;
        border-top-right-radius:  0px;
        border-bottom-right-radius: 0px;
      
    }
    #col-login{
        padding-left: 15%;
        padding-right: 15%;
    }
}