.form_bg {
    background: url('https://support3.you.gr/you/redesign/b2b_banners/form_bg.jpg') center top no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.business_form_wrapper {
    background-color: white;
    border-radius: 30px;
    padding: 50px 40px;
    margin-top: -60px;
}

.business_form {
    padding-left: 40px;
    border-left: solid thin #ffbf39;
}

    .business_form .inputField input, .business_form .inputField label {
        text-align: left;
    }

 .business_form .inputField{
	 min-height:70px;
	 padding-block:20px;
 }
 
.disclaimer {
    margin-bottom:20px;
    height: 80px;
    width: 100%;
    padding: 10px;
    overflow-y: auto;
    background-color: #f5f5f5;
    font-size:12px;
    line-height:1.4;
}

.CheckBoxesWrapper {
    margin-block: 10px;
}

    .CheckBoxesWrapper input {
        float: left;
        width: 20px;
    }

  .CheckBoxesWrapper {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

    .CheckBoxesWrapper .EditingFormControlNestedControl {
        position: absolute;
        top: 2px;
        left: 0;
    }

.SubmitInput input {
    background-color: #fdbe38;
    border-radius: 5px;
    border: none;
    width: fit-content;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    transition: all linear .1s;
    font-family: 'Proxima Nova', sans-serif !important;
    transition: all linear .1s;
}

    .SubmitInput input:hover {
        opacity: .8;
    }
	
.business_form_wrapper #thank_you{
	background-color:#bff1cf;
    font-size: 12px;
    color:#216a49;  
    margin-top:20px;
    border-radius: 8px;
    padding:10px 15px; 
	display:flex;
	align-items:center;
}	
.business_form_wrapper #thank_you img{
	width:15px;
	margin-right:15px;
	filter: invert(66%) sepia(23%) saturate(465%) hue-rotate(100deg) brightness(97%) contrast(89%);
}

.ElegxosAFM_wrapper {
    position: relative;
    background: url('https://support3.you.gr/you/redesign/b2b_banners/ElegxosAFM_bg.jpg') center center no-repeat;
    background-size: cover;
    max-width: 1600px;
    width: 100%;
    -webkit-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.10);
    box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.10);
    border-radius: 20px;
    margin-block: 30px;
}

    .ElegxosAFM_wrapper img {
        position: absolute;
        top: 50%;
        left: 25%;
        max-width: 89px;
        transform: translateY(-50%);
    }

.loginBtn {
    color: black !important;
    background-color: #fdbe38 !important;
}

.partnersIcons {
    width: 16.66%;
    padding: 10px;
}

    .partnersIcons img {
        max-width: 120px;
        width: 100%;
        margin: 0 auto;
    }
	
	.youBusiness_benefits .item {
    width: 16.66%;
    padding: 10px;
}

    .youBusiness_benefits .item img {
        max-width: 100px;
        margin: 0 auto;
    }

@media (max-width:1200px) {
    .ElegxosAFM_wrapper img {
        left: 15%;
    }
}

@media (max-width:768px) {
    .business_form {
        padding-left: 0;
        border-left: none;
        border-top: solid thin #ffbf39;
        margin-top: 40px;
        padding-top: 40px;
    }

    .form_bg {
        background: #ffbf39;
        padding-inline: 10px;
    }

    .partnersIcons {
        width: 33.3%;
        padding: 10px;
    }
	.youBusiness_benefits .item {
        width: 33.3%;
    }
}

@media (max-width:576px) {
	  .business_form {
        margin-top: 20px;
        padding-top: 20px;
    }
    .youBus_header {
        text-align: center;
    }

        .youBus_header img {
            margin: 10px auto;
            max-width: 230px !important;
        }

    .business_form_wrapper {
        padding: 50px 20px;
    }

        .business_form_wrapper .f24 {
            font-size: 18px;
        }

        .business_form_wrapper img {
            max-width: 200px !important;
        }
		  .youBusiness_benefits .item {
        width: 50%;
    }
}
