
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      background-image: url("verde_claro.jpg");
    background-size: cover;
    background-position: center;
 
}
.primeiracoluna{
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 10%;
}

.fundo{
    padding: 15px;
    background-color: #274533;
   
}

span{
    justify-self: center !important;
}
.form-control{
    height: 45px;
    width: 100%;
    border: none;
}
.segundacoluna{
    background-color: white;

}
.logo_home{
    width: 50%;
    justify-content: center !important;
    align-items: center !important;
    justify-self: center !important;
}

.container-fluid{
    display: flex !important;
    justify-content: center;
    align-items: center;
  
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
 
  
}

.face{
    width: 8.2% !important;
}


.icon{
    width: 65%;
}

.border{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom:  1px solid green !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.label_border{
    padding: 0 !important;
    margin-right: 30px !important;
    margin: 0 !important;
}
.segundacoluna{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
  
    
}

.form-inline{
    padding: 5%;
    display: flex;
    flex-direction: column;
    width: 100%;
}


.social_icon{
    
    width: 6%;
}

.pad-icon{
    padding: 5% !important;
}

.container{
    width: 50%;
    box-shadow: 1px 1px 10px black !important;
    border-radius: 2%!important;
}



.btn {
    margin-top: 20px;
    padding: 0;
    margin-left: 50px;
    border-radius: 15px;
    font-size: 18px;
    
    color: #fff;
    
    padding: 5px 5px;
    cursor: pointer;
    font-weight: bold;
    width: 200px;
    align-self: center;
    border: none;
 
}
.btn-second {
    background-color: #274533;
    border: 1px solid #274533;
    transition: background-color .5s;
}
.btn-second:hover {
    background-color: #fff;
    border: 1px solid #274533;
    color: #274533;
}

.btn2 {
    border-radius: 15px;
    font-size: 15px;
    color: #fff; 
    padding: 2px 2px;
    cursor: pointer;
    font-weight: bold;
    width: 150px;
    align-self: center;
    border: none;
    margin-top: 1rem;
}

.btn-second2 {
    background-color: #274533;
    border: 1px solid #274533;
    transition: background-color .5s;
}
.btn-second2:hover {
    background-color: #fff;
    border: 1px solid #274533;
    color: #274533;
}

.bi{
    margin-bottom: 1px;
    margin-left: 1 px;
}
.primeiracoluna{
    box-sizing: none;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.separador{
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
padding: 0;
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0;
display: flex;
justify-content: center;
align-items: center;
align-self: center;
margin-left: 10px;
}

.text-center{
    padding-top: 20px
}


@media (max-width: 1171px){
    .container{
        background-color: white;
        height: 80%;
        width: 50%;
        display: flex;
        border-radius: 0% ;
        

        
    }
    .form-inline{
        padding: 0;
    }
    .segundacoluna{
        border-top-left-radius: 2% !important;
        border-bottom-left-radius: 2% !important;
    }
    .primeiracoluna{
        display: none;
    }
    .icon{
        width: 100%;
    }
    label{
        width: 20%;
    }
    input{
        margin: 0;
        padding: 0;
    }
    .form-control mx-sm-3{
        padding: 0;
    }
    .btn{
        margin-left: 3px !important;
    }
}
@media (max-width: 1700px){
    .container{
        width: 80%;
          
      }
}

@media (max-width: 1520px){
    .container{
        width: 80%;
          
      }
}

@media (max-width: 575px){
    .separador{
        margin-left: none !important;
    }
    p{
        margin: none;
    }
    .celular_p{
        font-size: 11px !important;
        margin-left: none !important;
    }
    .container{
        height: 75% !important;
       
    }
    .form-group{
        display: flex;
    }
}


