@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

a:hover{
    color: #8FB68B;
}
a{
    text-decoration: none;
    font-family: Poppins;
    font-size: .8rem;
    color: #447056;
}
.error-message{
  margin-left: 15px;
}
body{
    height: 100vh;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    overflow-x: hidden ;
}
.wrap-login100-form-btn {
    margin-top: 20px!important;
    width: 75%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}
.form-group{
    margin-top: 5px;
}
.col-form-label{
    color: grey;
    font-family: Poppins;
    font-size: .8rem;
}
.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #8FB68B;
    top: 0;
}
.login100-form-btn:hover{
    cursor: pointer;
    background-color: #447056;
}
.login100-form-btn {
    font-family: Poppins;
    font-size: px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 33px;
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}
.img-sism{
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    margin-top: -55px;

}
.limiter{
    width: 100%;
    margin: 0 auto;
}
.container-login100{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    background-image: url('../img/fundo_verde.jpg');
    background-repeat: repeat;
}
.enviar{
  margin-top: 25px;
  display: block;
  text-align: -webkit-right;
  margin-right: 12px;
}
.bntEnviar{
    border-radius: 25px;
    font-family: Poppins;
    font-size: 0.8rem;
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: white;
}
.wrap-login100 {
    width: 1000px;
    max-height: 1000px!important;
    background: rgba(256, 256, 256, 0.8);
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
.footer-copyright{
    margin-top: 30px;
    text-decoration: none;
    font-family: Poppins;
    font-size: .8rem;
    color: #447056;
    font-size: 0.6rem;
}
.footer-copyright a{
    text-decoration: none;
    font-family: Poppins;
    font-size: .8rem;
    color: #447056;
    font-size: 0.7rem;
}