body{
    background:rgb(24, 184, 233);
    color: black;
    font-family: font-family: Bahnschrift ;
}

.formulario-login{

    background:white;
    color:black;
    width:25%;
    height:auto;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 15px;
    border-radius: 1rem;
    transition: all .20s;
    justify-content: center;
    position: fixed;
    top: 100px;

}


 a{
 color:rgb(24, 184, 233);
 text-decoration: none;
}

 a:hover{
 color:black;
 text-decoration: none;
}

 img{

    width: 20px;
    height: 20px;
    margin: 2px;
    border-radius:2rem;
}


input{
    width:95%;
    height: 40px;
    color:black;
    padding: 10px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 15pt;
    background-color:#ddd;
    border-radius: 0.5rem;
}

 select{
    width:92%;
    height: 35px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:#ccc;
    border-radius: 0.6rem;
}

 textarea{
    width:100%;
    height:160px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:white;
    border-radius: 0.6rem;
    flex-wrap: wrap;
}


 button{
    width:90%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: white;
    background-color:rgb(24, 184, 233);
    border-radius: 0.5rem;
    cursor: pointer;
        transition: all .5s;
}

 button:hover{
    width:90%;
    height: 40px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: rgb(24, 184, 233);
    background-color:white;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all .5s;
    border: solid rgb(24, 184, 233) 2px;
}


.formulario-criar-conta{

    background:white;
    color:black;
    width:25%;
    height:auto;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 15px;
    border-radius: 0.3rem;
    transition: all .20s;
    justify-content: center;
    position: fixed;


}

input[type="checkbox"]{

    display: none;
    cursor: pointer;
}


@media (max-width: 768px){


    .formulario-login{

    background:white;
    color:black;
    width:80%;
    height:auto;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 10px;
    border-radius: 1rem;
    transition: all .20s;
    justify-content: center;

}


.formulario-criar-conta{

    background:white;
    color:balck;
    width:80%;
    height:auto;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 15px;
    border-radius: 1rem;
    transition: all .20s;
    justify-content: center;
    position: fixed;


}

input{
    width:95%;
    height: 30px;
    color:black;
    padding: 10px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:#ddd;
    border-radius: 0.5rem;
}

 select{
    width:100%;
    height: 35px;
    color:black;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    background-color:#ccc;
    border-radius: 0.6rem;
}

 button{
    width:95%;
    height: 30px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: white;
    background-color:rgb(24, 184, 233);
    border-radius: 0.5rem;
    cursor: pointer;
        transition: all .5s;
}

 button:hover{
    width:95%;
    height: 30px;
    padding: 5px;
    outline: none;
    font-weight: 400;
    border: none;
    font-size: 12pt;
    color: #32324f;
    background-color:white;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all .5s;
    border: solid rgb(24, 184, 233) 2px;
}


}