


/*login page*/

.grid__main-content {
    margin-top: 85px;
    width: 100%;
    flex: 1;
    flex-basis: 100%;
    margin-top: 68px;
    margin-bottom: 40px;
}
.container {
    margin: 0 auto;
    background-size: 100%;
    max-width: 1000px;
    padding: 0 15px;
}
div, p {
    font-size: 1.6rem;
    line-height: 1.5;
}
.login__head {
    max-width: 540px;
    margin: 0 auto;
}
.login__title {
    margin-bottom: 60px;
    color: #0e106a;
    margin-top: 20px;
}
.title {
    font-size: 2.4rem;
}
.title {
    font-weight: 400;
    font-size: 1.4rem;
    color: #333;
}
.form--default {
    max-width: 540px;
    margin: 0 auto;
}
.form__wrapper {
    display: block;
    margin-bottom: 30px;
}
.form__label {
    text-align: left;
    display: block;
    padding-bottom: 13px;
    color: #333;
    font-size: 1.4rem;
}
.form__input {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    font-size: 1.8rem;
    border-radius: 3px;
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 10%);
    transition: all .3s;
    height: 54px;
}
.form__wrapper--relative {
    position: relative;
}
.login__link--absolute {
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.u-text-center {
    text-align: center;
}
.login__remind {
    margin: 25px 0 60px;
}
.btn--primary {
    border: 1px solid #0e357f;
    background-color: #0e357f;
}
.btn {
    min-width: 180px;
    max-height: 54px;
    line-height: 52px;
    font-size: 1.6rem;
    display: inline-block;
    max-height: 44px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    line-height: 42px;
    padding: 0 15px;
    color: #fff;
    transition: background .25s ease;
    font-size: 1.5rem;
    user-select: none;
    font-family: Noto Sans Japanese,sans-serif;
}




