.login .form-error {
    width: 294px;
    height: 40px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.form .error-message {
    display: block;
    /*padding: 0.375rem 0.5625rem 0.5625rem;*/
    padding: 5px 5px 5px;
    margin-top: -1px;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.54);
}
.first_pwd{
    position: relative;
}
.first_pwd input{
    background:#fff;
    display:block;
    width: 100%;
    box-sizing: border-box;
}
.first_pwd img{
    position: absolute;
    top: 9px;
    right: 5px;
    cursor: pointer;
}
/*IE10以上　パスワードの既定目アイコンを消す*/
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
.modal {
    z-index: 100 !important;
    width: 100% !important;
    max-width: 100% !important;
    /*    max-width: 1400px !important; */
}
.modal_contents {
    margin: auto;
    width: 100%;
    height: calc(100% - 10px);
}
.close-modal  {
}
