@import url("_variables.css");

#logout_container, #login_container, #pwdcompl{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-items: center;
    overflow: hidden;
}

.bye-message{
    font-size: 36px;
    margin-top: 5vh;
}

.img_logo_loginout{
    margin-bottom: 5vh;
}

.img-logo-bye{
    position: relative;
    width: 20rem;
    height: auto;
}

.add_btn_loginout{
    width: 30%;
    border-radius: 20px;
    padding: 0.6rem 1rem;
    background-color: var(--metalgrey);
    box-shadow: 10px 10px 20px -5px var(--black-32);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Rubik';
    border: 4px solid var(--seafoam);
    margin-bottom: 2vh;
    margin-top: 5vh;
    transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
    text-align: center;
}

.add_btn_loginout:hover{
    background: var(--bluelight);
    border: 4px solid var(--seafoam);
    cursor: pointer;
    transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
}

.rstpwd:hover{
    color: var(--seafoam);
}

.center_me{
    text-align: center;
    align-self: center;
    justify-self: center;
}

form{
    min-height: 65vh;
}

.title_pwdcompl{
    margin-bottom: 4vh;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 250px) and (max-device-width : 768px) {
    .bye-message{
        font-size: 60px;
    }

    form{
        font-size: 34px;
    }

    input{
        font-size: 28px;
    }

    .add_btn_loginout{
        width: 50%;
        font-size: 40px;
    }


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}
