body{
    font-family: 'poppins', sans-serif;
    background-image: url("fundo.jpg");
    overflow-y: hidden;
    overflow-x: hidden;
}
.teste{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.login{
    border: #9d9d9d 2px solid;
    width: 30%;
    height: auto;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    background: white;
    box-shadow: 8px 8px 3px -2px #979797ad;
}
form{
    margin-bottom: 10px;
}
form input{
    border: #4b4b4b 1px solid;
    border-radius: 3px;
    width: 100%;
    height: 25px;
    text-indent: 10px;
}
form input:hover{
    border: #008f2b 1px solid;
}
form input:active{
    border: #008f2b 1px solid;
}
form input:focus{
    border: #008f2b 1px solid;
}
form p{
    text-align: left;
    margin-bottom: 0px;
}
form textarea{
    border: #4b4b4b 1px solid;
    border-radius: 3px;
    width: 100%;
    font-family: sans-serif;
    resize: none;
    text-indent: 10px;
}
a{
    text-decoration: auto;
    color: #777777;
    font-size: 15px;
}
.g-recaptcha{
    display: flex;
    justify-content: center;
}