@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

*{
    font-family: 'Ubuntu';
}

.body-form{
    background-color: #003589;
}

h1{
    margin-top: 50px !important;
    font-family: 'Ubuntu';
    text-align: center;
    color: #fff;
    margin: 50px 50px;
    padding: 5px;
    border-radius: 10px;
    background-color: #ebd78d5d;
}

h4{
    font-family: 'Ubuntu';
    text-align: center;
    margin-top: 30px;
}

#divDireita{
    margin-left: 50px;
    width: 50%;

}

#divDireita img{
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: center;
}

.btnwpp{
    background-color: #02a538;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid;
    text-decoration: none;
    transition: background 1s;
}

button:hover{
    background-color: #3ea560;
}

.divEsquerda{
    width: 30%;
    margin-right: 0;
    justify-content: flex-start;
    margin-left: 250px;
}

.divEsquerda a{
    align-items: center;
    margin-left: 300px;
    margin-top: 300px;
    background-color: #02a538;
    justify-content: flex-start;
    display: inline-block;
    font-size: 35px;
    border-width: 10px;
    border-radius: 5px;
    border-color: #fff;
}

.divP{
    margin: 80px 50px 100px 50px;
    display: flex;
    background-color: #EBD78D;
    width: 95% !important;
    margin-bottom: 135px !important;
}

form{
    margin: 0 !important;
    margin-left: 60px !important;
    margin-top: 20px !important;
}

.formulario label{
    font-weight: bold;
    font-family: 'Rubik';
}

.divEsquerda input {
    border: none;
    border-radius: 5px;
    box-shadow: 1px 6px 6px #0000001c !important;
}

.divEsquerda .arroba {
    color: #000 !important;
    border: none;
    
}

.divEsquerda select{
    color: black !important;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 6px 6px #0000001c !important;
}
    
.divEsquerda .state{
    color: black !important;
}

.divEsquerda .form-control{
    border: none;
    border-radius: 5px;
    box-shadow: 1px 6px 6px #0000001c !important;
}

.divEsquerda label{
    font-weight: 600;
    color: black !important;
}

.divEsquerda input {
    color: black !important;
}

.botao{
    width: 100%;
    margin-top: 2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #000 !important;
    padding: 5px;
    font-size: 1.5em;
}

.divEsquerda input::placeholder{
    color: gray !important;
}

.btn-send{
    margin-top: -40px !important;
}

.borda{
    border-top: #003589 1px outset !important;
    margin-top: 0;
}
