@charset "UTF-8";

#container {
    display: flex;
    justify-content: center;
}

#register-form {
    text-align: center;
}

#register-form > div {
    margin-bottom: 10px;
    width: 400px;
}

#register-form label {
    display: block;
    width: 120px;
    float: left;
    text-align: left;
}