body{
    background-image:radial-gradient( circle at left, rgba(238, 172, 3, 1) 90%, rgb(255, 255, 255) 90%);
    width: 98vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0
}

@media (min-width: 768px)  {

        .title_system{
        display: flex;
        color: #ffff;
        text-align: center;
    }

    .login{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 34em;
        height: 23em;
        background-color: #F7F7F7;
        border-radius: 1em;

        input[type="text"], input[type="password"]{
            width: 80%;
            height: 1.5em;
            border: 1px solid black;
            border-radius: 0.5em;
        }

        input[type="submit"]{
            margin-top: 5%;
            width: 05em;
            height: 2em;
            border: 1px solid black;
            border-radius: 0.5em;
                align-items: center;
        }
    }
}


#select_acess{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #d9d9d95f;
    border-radius: 2em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    #buttons_select_acess{
        width: 100%;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:1em
    }


    button{
        width: 10%;
        height: 20%;
        border-radius: 2em;
        gap:1em;
        border: 1px solid black;
        cursor:pointer
    }
}

.title_system{
    display: flex;
    color: #ffff;
    text-align: center;
}

.login{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 34em;
    height: 23em;
    background-color: #F7F7F7;
    border-radius: 1em;

    input[type="text"], input[type="password"]{
        width: 80%;
        height: 1.5em;
        border: 1px solid black;
        border-radius: 0.5em;
    }

    input[type="submit"]{
        margin-top: 5%;
        width: 05em;
        height: 2em;
        border: 1px solid black;
        border-radius: 0.5em;
            align-items: center;
            cursor: pointer;
    }
}
