/*auth*/

#section_auth{
    margin: 0 auto;
    padding: 60px 0;
    max-width: 600px;
    line-height: 160%;
}
#section_auth h1{
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#section_auth h1 strong{
    display: block;
    text-align: left;
}
#section_auth h1 sub{
    display: block;
    text-align: left;
    font-size: 18px;
    margin: 10px 0 0 0;
}
#section_auth ul.expl{
    list-style-position: outside;
    margin-bottom: 30px;
    padding: 20px 20px 20px 40px;
    background-color: #efefef;
    line-height: 180%;
}
#section_auth ul li{
    list-style-type: disc;
}
#section_auth .msg_err{
    padding: 15px;
    background-color:#eee;
    color:#000;
}
#section_auth form{
    padding: 20px;
    border: 1px dashed #c7c7c7;
}
#section_auth form input{

}
.form_input{
    margin: 10px auto;
    text-align: center;
}
.form_input label{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    vertical-align: middle;
}
.form_input input{
    display: inline-block;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    padding: 7px;
    vertical-align: middle;
}
#section_auth .form_submit{
    text-align: center;
}
#section_auth form button[type="submit"]{
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 10px 0px;
    width: 287px;
    font-size: 18px;
    font-weight: bold;
    background-color: #bb6565;
    color: #fff;
    border: 0;
}



#section_result{
    max-width: 600px;
    margin: 0 auto;
}
#section_result h1{}
#section_result .expl{}

#section_result ul.expl{
    list-style-position: outside;
    margin-bottom: 30px;
    padding: 20px 20px 20px 40px;
    background-color: #efefef;
    line-height: 180%;
}
#section_result ul li{
    list-style-type: disc;
}
.payment_result{
    padding: 20px;
    border: 1px dashed #9a9a9a;
}
.error_w{display:flex;}
.error_t{margin:10px 0;padding:10px;width: 100px;font-weight: bold;font-size: 1rem;}
.error_c{
    width: calc(100% - 100px);
    margin: 10px 0;
    padding: 10px;
    font-weight: 700;
    font-size: 1rem;
    background-color: #ffeded;
    color: #000;
}