.reg_form_top {
    padding: 0px;
    margin-top: 50px;
    max-width: 815px;
    margin: 0 auto;
}

.reg_form_top p {
    color: #626262;
}

.reg_form {
    padding: 15px 15px 30px;
    border: solid 1px #c8c8c8;
    margin-top: 50px;
    max-width: 815px;
    margin: 0 auto;
}

.reg_head {
    font-size: 18px;
    color: #c6262e;
    margin-bottom: 30px;
    font-weight: bold;
}

.reg_head_1 {
    font-size: 16px;
    color: #c6262e;
    font-weight: bold;
    margin-top: 10px;
}

.red_btn_r {
    padding: 6px 30%;
    font-size: 18px;
    background: #c6262e;
    color: #fff;
    border: solid 2px #c6262e;
    font-weight: bold;
    border-radius: 3px
}

.red_btn_r:hover {
    background: transparent;
    color: #c6262e;
}

.reg_input_r {
    padding: 9px;
    height: auto;
}

.signin {
    display: none;
}

.custom-control-input:checked~.reg_radio::before {
    color: #c6262e;
    border-color: #cfcfcf;
    background-color: white;
}

.custom-radio .custom-control-input:checked~.reg_radio::after {
    background-image: url(//axeon.net/wp-content/themes/axeon/images/radio_inner.svg);
}


@media (max-width: 814.98px){

.reg_form_top {
    padding: 0 15px;
}

}

@media (max-width: 767.98px){

.discount img {
    margin: 0 auto;
    max-width: 101px;
    margin-bottom: 15px;
}

}

@media (max-width: 575.98px){

.discount .col-sm-2 {
    text-align: center;
}

.discount-inner {
    padding: 0px;
}

.reg_input_r {
    margin-bottom: 15px;
}

}