@import "/public/res/css/common/front.css";
@import "/public/res/css/elements/front-common.css";

#error {
    color: red;
}

#login-form {
}

#login-form label {
    font-weight: bold;
}

#login-form button {
    position: relative;
    margin-left: 300px;
}

* html #login-form button {
    margin-left: 290px;
}
