/* estilos da pesquisa */
body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, #293949, transparent),
                radial-gradient(ellipse at bottom, #f9f9f9, transparent);
}

main  {
    clear: both;
    width: 100%;
    min-height: 100vh;
    right: 0px;
    left: 0px;
    background: radial-gradient(ellipse at top, #293949, transparent),
                radial-gradient(ellipse at bottom, #f9f9f9, transparent);
}

.userdiv {
    width: 145px;
    display: flex;
    justify-content: center;
    background-color: rgba(83, 96, 124, 0.2);
    border-radius: 55%;
    margin-left: 70px;
}

.userdiv .user {
    font-size: 90px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.7);
}

main div#janela_login {
    clear: both;
    width: 100%;
    height: 440px;
    margin: auto;
    margin-top: 100px;
    min-width: 280px;
    max-width: 65em;
    position: absolute;
    right: 0px;
    left: 0px;
}

main div#janela_login {
    width: 280px;
    margin: 10px auto;
    background: radial-gradient(ellipse at top, #aeb2b7, transparent),
                radial-gradient(ellipse at bottom, #5D5F63, transparent);
    border-radius: 45px;
    padding: 45px 40px 75px 30px;
}

main div#janela_login h1  {
    font-family: sans-serif;
    color: #3f4353;
    margin-bottom: -17px;
    margin-left: 7px;
    font-size: 21px;
    font-weight: 500;
}

main div#janela_login h2  {
    font-family: sans-serif;
    color: #e0e0e0;
    margin-bottom: 2px;
    margin-left: 7px;
    font-size: 24px;
    font-weight: 600;
}

main div#janela_login p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    background: #f9f9f9;
    color: #293949;
    padding: 10px;
    border-radius: 5px;
    width: 120px;
    text-align: center;
}

.single-input {
    position: relative;
    margin: 20px 0;
}

.single-input label {
    font-family: sans-serif;
    font-size: 17px;
    position: absolute;
    bottom: 5px;
    left: 0;
    color: rgb(228, 227, 227);
    cursor: text;
    transition: 0.5s ease-in-out;
}

.input {
    width: 100%;
    padding: 2px;
    margin-left: 7px;
    border: 0;
    border-bottom: 2px solid rgb(200, 200, 200);
    outline: 0;
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.5s ease-in-out;
    background-color: transparent;
}

.input:focus,
.input:valid {
    border-bottom: 2px solid rgb(250, 250, 249);
}

.input:focus ~ label,
.input:valid ~ label {
    transform: translateY(-24px);
    font-size: 14px;
    color: rgb(221, 221, 221);
}

main div#janela_login form input[type="submit"] {
    font-family: sans-serif;
    font-size: 1em;
    display: block;
    width: 300px;
    padding: 10px 20px;
    margin-top: 45px;
    color: #f9f9f9;
    border: 0;
    border-radius: 15px;
    background: radial-gradient(ellipse at top, #23313f, transparent),
                radial-gradient(ellipse at bottom, #5D5F63, transparent);
    outline: none;
    cursor: pointer;
    line-height: 1.5;
}
/* fim do estilo da pesquisa */
