@charset "utf-8";
@import "common/reset.css";
@import "common/common.css";

.login {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 640px;
    height: 100vh;
    padding: 0 50px;
    background: #FFF;
}
section.bg {
    width: 100vw;
    height: 100vh;
    background: url(../img/bg_login.jpg) right center/cover no-repeat;
}

.textOption {
    color: #898989;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}
label { margin-bottom: 10px; }
label ~ input { margin-bottom: 20px; }
button {
    margin-top: 40px;
    width: 130px;
}