.section-divider {
    height: 100px;
    background: #fab702;
    margin: 20px 0;
}

.section-divider-caption {
    height: 100%;
    padding: 0 25px;
}

.section-divider-heading > * {
    color: #222;
    margin: 0;
}

.section-divider-heading {
    min-width: 300px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.section-divider-heading h2 {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}

.section-divider-row {
    display: flex;
}

/**/
.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding-left: 50px;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.login_slogan {

}

/*form*/
.login_form .form-group{
    height:95px;
    margin-bottom: 0;
}
.login_form {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.form_group_left input {
    width: 100%;
}

.form_group_left label {

}

.form_group_right input {
    width: 100%;
}

.form_group_right label {
    color: red;
}

.login_form input {
    outline: none;
    padding: 10px;
    width: 400px;
    color: #222;
}

.login_form label {
    display: block;
    color: #5f5e5c;
    font-weight: normal;
    width: 400px;
    text-align: left;
    padding: 0 10px;
}

/*button*/

.btn-overlay {
    border: none;
    display: block;
    width: 400px;
    color: #f5f5f5;
    padding: 8px;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

.btn-fade:focus, .btn-bounce:focus, .btn-overlay:focus, .btn-shake:focus {
    outline: none;
}

#reg_section .button-group {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.button-group h1 {
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    font-weight: 200;
}

.rotate {
    padding-top: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.btn-overlay {
    background: #FF1205;
    position: relative;
    overflow: hidden;
}

.btn-overlay:after {
    content: '';
    position: absolute;
    width: 115%;
    height: 200px;
    background: #0052a8;
    transform: translateY(-45%) skew(25deg) scale(0);
    left: -5%;
    transition: 200ms ease-in-out;
}

.btn-overlay:hover:after {
    transform: translateY(-45%) skew(25deg) scale(1);
}

.btn-overlay span {
    position: relative;
    z-index: 1;
}

/*button end*/

/*registration_part*/
#reg_btn .btn-overlay {
    width: 400px;
}

.chek_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 400px;
    margin: 0 auto;
    color: #000;
    margin-bottom: 20px;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}

.chek_block label {
    font-weight: normal;
}

.active_reg {
    color: #F9B90D;
}

.section-divider-heading h2 span {
    cursor: pointer;
}

/*registration_part emd*/

.reg_first a {
    transition: 300ms ease;
}
.reg_first a:hover {
    color: #0053a4;
}

.active_reg a {
    transition: 300ms ease;
}
.active_reg a:hover {
    color: #0053a4;
}
.chek_register{
    width: 100%;
    text-align: right;
}