.backoffice_body {
    background: url(asset/bg_bo.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    
}

.backoffice_input{
    height: 2rem;
    font-size: 1rem;
    margin-top: 2rem;
}

.backoffice{
    display: flex;
    flex-direction: column;
}

