body {
  background: #f1f7fc;
}
.login-clean, .register-photo {
  padding: 10px 0;
}

/* 登録画面 */
.agreement_box {
    overflow: scroll;
    background: #f7f9fc;
    font-size: 10px;
    height: 100px;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
}

.register-photo .radio-inline {
    margin-bottom: 0;
}

.register_link:hover {
    text-decoration: none;
}

.alert {
    width: 90%;
    margin: 1rem auto;
}

form .already {
    display:block;
    text-align:center;
    font-size:12px;
    color:#6f7a85;
    opacity:0.9;
    text-decoration:none;
}
