.wrapper {
    width: 100%;
}

.header {
    margin: 30px 0;
}

.body {
    margin: 0 20px;
}

.logo-top {
    text-align: center;
    width: 100%;
}

.logo-top img {
    width: 70%;
}

.login-form {
    font-family: HiraKakuProN-W6;
}

.login-form .form-input {
    margin-bottom: 16px;
}

.login-form label{
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #657786;
}

.login-form input[type="text"], .login-form input[type="password"] {
    font-family: HiraKakuProN-W3;
    margin-top: 5px;
    width: 100%;
    padding: 10px 16px;
    background-color: #f4f8f9;
    border: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: normal;
    color: #2d373e;
    box-sizing: border-box;
}

.form-autofill {
    margin-top: 24px;
}

.form-autofill label {
    display: block;
    font-size: 18px;
    font-family: HiraKakuProN-W3;
    font-weight: normal;
    color: #2d373e;
    padding: 0;
    margin: 0;
    position: relative;
}

.form-autofill input[type="checkbox"] {
    filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
    position: absolute;
}

.form-autofill span {
    background: url(/img/plus_diary/btn_checkbox.png) no-repeat left top;
    background-size: 20px 40px;
    width: 25px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0; 
    cursor: pointer;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.form-autofill span.c_on {
    background-position: left bottom;
}

.form-submit-btn {
    width: 100%;
    margin-top: 24px;
}

.login-form-footer {
    text-align: center;
    margin: 20px 0;
}

.login-form-footer .link-text {
    font-size: 13px;
    margin-top: 10px;
}

.login-form-footer .link-text a {
    color: #1da1f2;
}

.login-form-footer .link-text img {
    width: 13px;
}

.link-btn {
    margin: 30px 0;
}

.body-footer-divider {
    background-color: #f4f8f9;
    width: 100%;
    height: 8px;
}

.footer {
    width: 100%;
}

.footer-body {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.footer-body .footer-item {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: center;
    padding: 30px 0;
}

.hr-text {
    margin: 36px 0 20px 0;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
}

.hr-text:before {
    content: '';
    background: #d5e0e3;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 8px;
    color: #657786;
    background-color: #fcfcfa;
}

.error-wrapper {
    text-align: center;
    width: 100%;
}

.error-message {
    padding: 13px 0 8px 0;
    width: 100%;
    background-color: #fff4f6;
    color: #fd8c8c;
    border-radius: 4px;
}

.error-sub-message {
    margin: 25px 0;
    font-size: 13px;
    color: #2d373e;
}

.error-sub-message p {
    line-height: 14px;
}

.message-title {
    font-size: 13px;
    font-weight: bold;
}

.message-text {
    font-size: 10px;
    font-weight: bold;
}

.message-text p {
    line-height: 9px;
}

.btn {
    display: block;
    position: relative;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #b1bec9;
}

.btn.active {
    background-color: #00aac9;
}

.twitter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #1da1f2;
}

.twitter-btn img {
    width: 19px;
}

a {
    text-decoration: none;
    color: #1da1f2;
}
