/* bootstrap 上書き */
.form-control.is-invalid {
    background-image: none;
}
.form-control {
    width: 100%;
}
.form-group {
    margin-bottom: 16px;
}
.email-margin {
    margin-bottom: 24px;
}
.tab-content  {
    margin: 80px auto;
}
.invalid-feedback {
    text-align: left;
}
.alert  {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    padding: 16px 40px;
    font-weight: 700;
}
.alert-success {
    background: #272737;
    color: #fff;

}
.nav-tabs a {
    background-color: #EAEFF2;
    color: #272737;
    text-decoration: none;
    height: 48px;
    padding: 12px 8px;
}
.nav-tabs .nav-link.active {
    background-color: #272737;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 700;
}
/* /bootstrap 上書き */
.box {
    background-color: #F8F8F8;
    width: 944px;
    height: 100%;
    margin: 150px auto 0;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.password-forgot-link {
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
}
.password-forgot-link a {
    color: #272737;
}
.input-wrapper {
    width: 100%;
    max-width: 618px;
    margin: 0 auto;
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #272737;
}
.form-control {
    border: 1px solid #D7DADF;
}
.form-control::placeholder {
    color: #86919E;
}
a{
    text-decoration: underline;
}
.password-forgot-link a {
    text-decoration: none;
}
.custom-control.custom-checkbox{
    margin-bottom: 8px;
}
.nav-link.isAdmin {
    pointer-events: none;
    text-decoration: none;
}
.button-area {
    margin-top: 40px;
    max-width: 618px;
    margin-left: auto;
    margin-right: auto;
}
.btn-confirm {
    width: 120px;
}
p {
    margin-bottom: 0;
}
.alert-dismissible .close {
    padding-top: 16px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
    padding-bottom: 16px !important;
}
@media screen and (max-width: 798px){
    /* bootstrap 上書き */
    .tab-content  {
        width: 100%;
        margin: 48px auto;
        padding: 0 16px;
    }
    /* /bootstrap 上書き */
    .box {
        width: 100%;
        margin: 64px 16px 8px;
    }
    .input-wrapper {
        width: 100%;
        margin: 48px auto 40px;
    }
    .btn {
        width: 100%;
    }
    .new-register {
        margin-bottom: 48px;
    }
    .alert  {
        padding: 16px 42px 16px 16px;
        font-weight: 400;
    }
    .form-group {
        margin-bottom: 16px;
    }
    .password-forgot-link a {
        font-size: 14px;
        line-height: 21px;
    }
    .email-margin {
        margin-bottom: 24px;
    }
    .alert-dismissible .close {
        padding-right: 16px !important;
    }
    .login-wrapper {
        height: 100%;
    }
}

/* IEの場合 */
@media all and (-ms-high-contrast: none){
    .wrapper {
        margin-top: 10vh;
    }

}
