
#paidac_section{
    padding-bottom: 20px;
}
.paidac_button{
    background-color: #9786bd;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12pt;
    width: 100%;
}
.paidac_button:hover{
    color: #ffffff;
    background-color: #432f70;
}
#paidac_text1{
    border: 2px solid #9786bd;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 20px;
}

#paidac_text1 span{
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.paidac_form_row{
    margin-top: 30px;
}
#paidaccess_form input{
    border-color: #9786bd;
}

.paidac_form_row2 {
    margin-top: 30px;
}
.paidac_form_row2 img{
    margin-left: 20px;
    display: inline-block;
    width: 90%;

}


.paidac_form_row2 label{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paidac_form_row2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 12px;
}

.paidac_form_row2 label:hover input ~ .checkmark {
    background-color: #513986;
}

.paidac_form_row2 label input:checked ~ .checkmark {
    background-color: #9786bd;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.paidac_form_row2 label input:checked ~ .checkmark:after {
    display: block;
}

.paidac_form_row2 label .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.field-paidaccessform-paysystem .help-block-error{
    clear: both;
    text-align: center;
}

#paidaccess_form .btn{
    width: 100%;
    background-color: #9786bd;
    border: none;
    font-size: 12pt;
}
#paidaccess_form .btn:hover{
    background-color: #432f70;
}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .paidac_form_row2 img{
        width: 40%;
    }
}
@media screen and (max-width: 499px) and (min-width: 300px) {
    .paidac_form_row2 img{
        width: 60%;
    }
}