/*------------- membership --------------*/
.form .form_elment #telephoneCodeContainer{
    width: 28.8% !important;
}
.form .form_elment #telephone{
    width: 70% !important;
}
/*------------- join --------------*/
#joinForm #price{
    background-color: #eee;
    color: green;
}
/*------------- payment --------------*/
#payment{
    box-sizing: border-box;
    min-width: 450px;
    width: 50%;
    padding: 40px 0 10px;
    margin: 50px auto 0;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 2px rgba(0 , 0, 0, 0.3);
}
#payment_title{
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 20px;
    text-align: center;
}
#payment_image{
    display: block;
    width: 45%;
    min-width: 200px;
    margin: 0 auto;
}
#paymentFrm {
    box-sizing: border-box;
    width: 450px;
    margin: 20px auto 0;
    padding: 20px 10px 10px;
}
.form-group {
    box-sizing: border-box;
    display: inline-block;
    width: 100px;
}
#paymentFrm > .form-group:first-of-type{
    width: 220px;
}
label.payment{
    width: 90px;
    height: 40px;
    margin-bottom: -10px;
    line-height: 40px;
}
label > span {
    width: 80px;
    text-align: right;
    margin-right: 30px;
}
.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}
.field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }

#paument_status h1{
    font-size: 24px;
    margin: 20px 0;
}
#paument_status h4{
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px;
}
#paument_status p{
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
}
#paument_status p b{
    display: inline-block;
    width: 160px;
    font-size: 18px;
    font-weight: 500;line-height: 24px;
}
#paument_status a{
    text-decoration: none;
    cursor: pointer;
    color: #38005c;
    font-size: 18px;
    font-weight: 500;
    margin-left: 50px;
}