.container {
    width: 100vw;
    height: 100vh;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box {
    width: 90vw;
    height: 90vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body {
    margin: 0px;
}

#logo {
    width: 330px;
    padding-bottom: 20px;
}

#form_login {
    width: 350px;;
}

#font {
    font-weight:bold;
}