﻿
/*---------- login.aspx用 ----------*/
.input_errmsgbox{
    width: 75%;
    padding: 15px 25px 0 25px !important;
    /*margin:20px 0 0 0;*/
}
/*レスポンシブ表示時*/
@media screen and (max-width: 720px) {
    .input_errmsgbox {
        width: 100% !important;
    }
}

/*---------- req_changepass.aspx用 ----------*/
.input_errmsgbox_reqPage{
    width: 80%;
    padding: 15px 25px 0 25px !important;
    /*margin:20px 0 0 0;*/
}
/*レスポンシブ表示時*/
@media screen and (max-width: 720px) {
    .input_errmsgbox_reqPage {
        width: 100% !important;
    }
}


/*---------- 共用 ----------*/

.errMsgBox{
    width:100%;
    padding: 15px 15px;
    border:#F00 solid 1px;
    color:#F00;
    font-size: 14px;
}
        
.input-error{
    border:#F00 solid 1px !important;
    background:#FEE !important;
}


