body {
    grid-template-rows: 0px 1fr 20px;
    background-color: rgb(235, 235, 235) !important;
}

main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#div-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#titulo {
    background-color: rgba(240, 240, 240, 0);
    font-size: 50px;
    height: 70px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 5px black;
    font-weight: 700;
}

.input-login {
    outLine: none;
    display: block;
    height: 44px;
    width: 255px;
    margin: 20px auto 10px 3px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    color: black;
    border: 0;
    box-shadow: 3px 3px 6px rgb(0, 0, 0);
}

.input-login:hover {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    box-shadow: 1px 1px 3px rgb(0, 0, 0);
}

#btn-acessar {
    background-color: rgb(0, 150, 0);
    height: 44px;
    width: 255px;
    font-weight: 900;
    cursor: pointer;
    cursor: pointer;
    border-radius: 30px;
    color: white;
    background-image: linear-gradient(rgb(100, 255, 100), rgb(0, 92, 0));
    outLine: none;
    display: block;
    margin: 3px auto 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    box-shadow: 3px 3px 6px rgb(0, 0, 0);
}

#btn-cadastrar {
    /*background-color: rgb(0, 0, 150);*/
    background-color: gold;
    height: 44px;
    width: 255px;
    font-weight: 900;
    cursor: pointer;
    cursor: pointer;
    border-radius: 30px;
    color: white;
    /*background-image: linear-gradient(rgb(255,215,80), rgb(255,90,0));*/
    /*background-image: linear-gradient(rgb(100, 100, 255), rgb(0, 0, 92));*/  /* Azul forte */
    background-image: linear-gradient(rgb(150, 150, 255), rgb(0, 0, 200));
   /* background-image: linear-gradient(rgb(255, 255, 255), rgb(0, 0, 0));*/

    outLine: none;
    display: block;
    margin: 3px auto 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    box-shadow: 3px 3px 6px rgb(0, 0, 0);
}

#termos {
    width: 100%;
    text-align: center;
}

#termos>p {
    height: 0.5rem;
    font-size: 0.7rem;
}

#termos>a {
    font-weight: bold;
    font-size: 0.7rem;
}

.container-dados {
    display: flex;
    flex-direction: column;
    padding: 10px;
}