﻿.form-panel input {
    outline: none;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

#btn-submit-login {
    outline: none;
    border: none;
    background: #46627f;
    padding: 0.8rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    color: #fff;
}


@media (max-width: 500px) {
    .panel {
        /* display: flex;
        flex-direction: column;*/
        margin: 15px;
        justify-content: center;
        height: 90vh;
    }

    .form-panel {
        display: flex;
        flex-direction: column;
        justify-self: center;
        margin: 5px;
        width: 100%;
    }
}

@media (min-width: 501px) {
    .panel {
        /*display: flex;
        flex-direction: row;*/
        justify-content: center;
        align-items: center;
        height: 90vh;
    }

    form {
        display: flex;
        flex-direction: column;
        justify-self: center;
        background: #fff;
        padding: 2rem;
        width: 530px;
        height: auto;
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    }

    .form-panel {
        display: flex;
        flex-direction: column;
        margin: 5px;
        background: #fff;
        padding: 2rem;
        width: 530px;
        height: auto;
        border-radius: 0.5rem;
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    }
}

#logo {
    /*   margin-right: 5rem;*/
    max-width: 500px;
}


