.bts_form_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#bts-form{
    width: 100%;
}
.note {
    margin-top:-28px !important;
    font-size: 13px;
    
}
.bts_submit_btn{
    width: 100%;
    height: 55px;
    border: solid #0069ab;
    color: white;
    background-color: #0069ab;
    border-radius: 10px;
    cursor: pointer;

    font-family: var(--button_typography-font-family);
    font-weight: var(--button_typography-font-weight);
    font-size: var(--button_font_size, 14px);
}
.bts_submit_btn:hover{
    background-color: #0069ab;
    box-shadow: 0px 0px 1px  #0069ab;
}
#bts-form-message{
    width: 100%;
}
#bts-form-message2{
    width: 100%;
}
.bts-send{
    font-size: 20px;
    text-align: center;
    width: 100%;
    background-color: rgba(144, 238, 144, 0.404);
    border-radius: 5px;
    border: solid 1px green;
}
.bts-not_send{
    font-size: 20px;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.226);
    border-radius: 5px;
    border: solid 1px red;
}
.bts_agb_con{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
#bts_label_agb{
    width: 100%;
    font-size: 15px;
}
.bts_opt{
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.check{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.is_time_label{
    font-size: 15px;
    margin-top: 10px;
}
.online_school_label{
    
    font-size: 15px;
    margin-top: 10px;
}
#is_time{
    margin-top: 15px;
}
#online_school{
    margin-top: 15px;
}
#bts_notes{
    width: 100%;
}
.bts_licensmodel{
    width: 100%;
}
.bts_implement{
width:100%;
}
#bts_coupon::placeholder {
    text-transform: none;
}
