#module-btob-form .form-group {
    margin-bottom: 0rem;
    float: none;
    width: 50%;
    margin-left: 0;
}
#module-btob-form  .form-control-label {
    text-align: left;
   
}
#module-btob-form .form-group input {
    display: block;
    width: 100%;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #ebebeb;
    background: #ebebeb;
}
#module-btob-form .form-group input:focus {
    border: 1px solid #000000;
    outline: none;
}
#module-btob-form .form-control-submit {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 29px;
    float: right;
    background: #000000;
    color: white;
    outline: none;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    width: max-content;
	margin-top:20px;
}
#module-btob-form .form-control-submit:hover {
    box-shadow: none;
    border: 0;
    border: 1px solid black;
    background-color: white;
    color: black;
}
.have-account {
    color: #000;
    font-size: 16px;
    line-height: 18px;
}
.register-form-text {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
p.show-prices {
    color: #000;
    font-size: 16px;
    line-height: 18px;
}
.register-form--b2b .required {
    color: #FF0000;
    font-weight: bold;
}
#module-btob-form #wrapper .breadcrumb {
    box-shadow: none;
    background: transparent;
    padding-left: 0;
	margin-bottom:0;
}
#module-btob-form  .cms-content {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: rgba(0,0,0,0.03);
    padding: 50px 0;
}
section.register-form.register-form--b2b {
	display: block;
	margin: auto;
	max-width: 1000px;
	background: white;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	padding: 40px 100px;
}
section.register-form.register-form--b2b h2{
	font-size: 30px;
    font-weight: bold;
}
section.register-form.register-form--b2b h3 {
    background: rgba(0,0,0,0.03);
    text-transform: uppercase;
    padding: 5px 15px;
    /*border-radius: 15px;*/
    margin-top: 30px;
}
#module-btob-form .page-content .js-customer-form{
	width:100%;
	max-width:100%;
}
#module-btob-form  .js-customer-form .form-group{
	display:flex;
	flex-direction:column;
}
#module-btob-form .js-customer-form .form-group input {
    background: transparent;
    border: unset;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 0;
}
.row.form-group-container {
    margin-top: 20px;
}
#module-btob-form .js-customer-form .form-group select{
    padding: 0;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#module-btob-form .js-customer-form input#postcode {
    margin-top: 13px;
}
#module-btob-form .categories-checkbox-container{
	margin:30px 5px;
}
#module-btob-form textarea#message {
    width: 100%;
    border: unset;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-top:20px;
}
#module-btob-form .custom-control.custom-radio.custom-control-inline{
    display: inline-flex;
    /*width: auto;*/
    border: unset!important;
    cursor: pointer;
    margin-bottom: 34px!important;
    width: calc(50% - 1.5rem);
}

#module-btob-form .custom-control.custom-checkbox{
	cursor:pointer;
}
#module-btob-form .contact-form-container{
	margin-top:20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#module-btob-form .contact-form-container:after{
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #e2e2e2;
    top: 32px;
}
section#content.page-content--module-btob-form {
    padding-top: 0;
}
#module-btob-form .js-customer-form .form-group input::placeholder,  #module-btob-form .js-customer-form  textarea::placeholder{
    opacity: 0.4;
   
    font-style: italic;
}
#module-btob-form body [id="main"] > br{
    display: none;
}
#module-btob-form #main > br{
    display: none;
}
#module-btob-form #wrapper{
    padding-top:0!important;
}
#module-btob-form #wrapper > .container{

    width: 100%;
    padding: 0;
}
#module-btob-form #main .page-content{
    margin-bottom: 0px!important;
    
}
#module-btob-form .row.form-group-container{
    display: flex;
    justify-content: space-between;
    margin-left:5px;
    margin-right:5px;
}
#module-btob-form .custom-control.custom-checkbox{
    margin-left:0px!important;
}
#module-btob-form #content .custom-checkbox input[type=checkbox]{
    opacity: 1;
    top:1px;
    z-index: 1;
    position: relative;
}
#module-btob-form textarea#message{
    margin: 20px 1.5rem 0;
    max-width: calc(100% - 3rem);
    padding: 5px;
}
#module-btob-form .form-group.col-md-4{
   max-width: 33.333%;
}
#module-btob-form .custom-radio input[type=radio]{
    opacity: 1;
    z-index: 1;
    position: relative;
    margin-right: 7px;
    top: 4px;
}
#module-btob-form .custom-control.custom-radio.custom-control-inline + .custom-control-inline{
    margin-left:0px;
}
#module-btob-form .contact-form-container .custom-control.custom-checkbox{
    flex-basis: 108%;
}
#module-btob-form .contact-form-container + div{
    margin-left:5px;
    margin-right:5px;
    max-width: calc( 50% - 10px);
}
#module-btob-form .contact-form-container + div + div{
    margin-left: 20px!important;
    display: inline-flex!important;
    border-radius: 0;
}
@media only screen and (max-width: 778px) {
    section.register-form.register-form--b2b{
        padding: 20px 2vw!important;
    }
    #module-btob-form #main .page-content{
        padding-top:0px!important;
    }
    section.register-form.register-form--b2b h2{
        font-size:20px;
        text-align: center;
    }
    #module-btob-form .row.form-group-container{
        flex-wrap:wrap;

        margin-top: 3px!important;
    }
    #module-btob-form .form-group.col-md-4{
        max-width:50%;
    }
    #module-btob-form .form-group.col-md-4:nth-child(1){
       max-width: 100%;
    }
    #module-btob-form .form-group{
        width: 100%;
    }
    #module-btob-form .form-group.col-md-4{
        width: 100%;
    }
}

#module-btob-form .form-control-submit {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 29px;
    float: right;
    background: black;
    color: white;
    outline: none;
    border: none;
    padding: 5px 20px 5px;
    border-radius: 0px;
    width: max-content;
    margin-top:20px;
   
    font-size: 17px;
    font-weight: 300;
    height: 55px;
    line-height: 23px;
    letter-spacing: 1.2px;
    box-shadow: none;
	border: 1px solid black;
	border-radius:25px;
	font-size: 16px;
    font-weight: 600;
}

section.register-form.register-form--b2b{
    border-radius: unset;
    box-shadow: unset;
    background: #F1F1F1;
}
section.register-form.register-form--b2b h3{
    background:black;
    color:white;
}
#module-btob-form .custom-control.custom-radio.custom-control-inline,#module-btob-form .js-customer-form .form-group select{
    background:transparent;
}
#module-btob-form .form-control:focus{
    outline:unset;
    
}