#affiliate-signup-page{
    display: block;
    width: 96%;
    margin: 30px auto;
    position: sticky;
    top: 150px;
    max-width:1190px;
}
#affiliate-signup-page .info_fieldset{
    width: 96%;
    margin: 30px 44px;
	padding:20px 0;
}
table{
    width: 100%;
    border-collapse:collapse;
}
td{
    width: 50%;
}
#affiliate-signup-page h3{
    margin:32px 0 16px 0;
    color:#1D2128;
}

@media only screen and (max-width: 900px) {

#affiliate-signup-page{
    width:100%
}
#affiliate-signup-page .info_fieldset{
    width: 96%;
    margin:30px auto;
    
}
#affiliate-signup-page h3{
    margin: 0;
}
td{
    width: 40%;
}
}
@media only screen and (max-width: 900px) {
td{   width: 30%;}
}

body .layout main .info_fieldset ul {
    margin-bottom: 0;
	display:flex;
	flex-direction:column;
}
.affiliate-img-new {
	width:25px;
	height:25px;
	margin-right:25px;
}
#affiliate-h2-new {
	text-align:left;
	font-size:34px;
	color:#1D2128;
	margin-bottom:48px;
}

#affiliate-ul-new {
	color:#000000;
	font-size:16px;
}
#affiliate-ul-new li {
	margin-bottom:28px;
}
#affiliate-ul-new svg {
	height:40px;
	max-width:40px;
    min-width:20px;
    margin-top:3px;
  
}
body .layout main .info_fieldset {
	background:none;
}
.info-fieldset-new {
	background:#F7F7F9;
    margin-bottom:24px;
    padding:24px;
    border-radius:8px;
    max-width:456px;
}
.affiliate-new-program{
    max-width:406px;
}
.info-fieldset-terms{
    background:#F7F7F9;
    margin-bottom:40px;
    padding:16px;
    border-radius:8px;
}

.affiliate-info-new {
    display:flex;
    gap:16px;
}

.info-fieldset-new input {
    border:1px solid #C5C8CC;
    background-color:#FFFFFF;
    margin-bottom: 16px;
}
.info-fieldset-new select {
    border-radius:6%;
    border:1px solid #C5C8CC;
    background-color:#FFFFFF;
    margin-bottom: 16px;
}
#a_city, #a_state {
    min-width:196px;
}
.info-fieldset-new label {
    font-size:14px;
    color:#383F4B;
    display:block;
    margin-bottom:6px;
}
#terms-new {
    padding:16px 24px;
    margin:0 0 40px 0;
}
#terms-new input {
    position:relative;
    width:24px;
    height:24px;
    margin:0 24px 0 0;
    top:5px;
    
}
#terms-new label {
    font-size:16px;
    margin:0;

}
.affiliate-join-btn {
    background-color: #0368C9;
    color:#FFFFFF;
    width:163px;
    height:52px;
    border-radius: 8px;
    padding:12px 64px;
    border:none;
}
.dropdown-wrapper {
    position:relative;
}
.dropdown-wrapper .dropdown-svg {
    top:8px;
}
#affiliate-login-btn {
    background-color: #0368C9;
    color:#FFFFFF;
    width:336px;
    height:44px;
    border-radius: 8px;
    padding:8px 64px;
    display:block;
}
body .layout .button {
    background-image:none;
    padding:0px;
    box-shadow: none;
    color:#fff;
}
.forgot-password-affiliate{
    margin-bottom:24px;
    text-align: left;
}
#affiliate-login {
    color:#fff;
}
.container_inside{
    display:flex;
    flex-direction: column;
    text-align: center;
    width:400px;
    padding:32px;
    margin:0 auto;
}
.affiliate-login-h3{
    margin:0 0 32px 0;
    font-size:24px;
    text-align: left;
}
.afiliate-login-new{
    text-align: left;
}
.affiliate-new {
    display:flex;
    justify-content:space-between;
}
body .layout main .info_fieldset p{
    margin:0;
    font-size:16px;
}
.underline {
    text-decoration: underline;
    font-weight:500;
    color:#0368C9;
    font-size:16px;
}
#affiliate_username,
#affiliate_password {
    width:100%;
}
#affiliate-login-new{
    width:100%;
    margin:0 auto;
    padding:32px;
    margin-bottom:16px;
}

#a_firstname,
#a_lastname,
#a_email_address,
#a_company,
#a_payment_check,
#a_postcode,
select[name="a_country"],
#a_telephone,
#a_fax,
#a_homepage,
#a_password,
#a_confirmation,
#a_street_address,
#a_suburb,
#a_city,
#a_state,
#a_captcha,
#affiliate_username,
#affiliate_password,
#email_address {
    width: 100%;
    height: 40px;
    border-radius:6px;
    color:#383F4B;
    padding:0 12px;
}
#captcha {
    margin-bottom:24px;
}

@media (max-width: 1107px) {
    body .layout .button {
        background-color: #fff;
    }
    .affiliate-new{
        flex-direction: column;
        gap:0;
        max-width:480px;
    }
    #affiliate-ul-new li {
        margin-bottom:24px;
    }
    #affiliate-h2-new{
        margin-bottom:40px;
        margin-top:8px;
    }
    #affiliate-signup-page .info_fieldset{
        max-width:500px;
        width: 96%;
        margin:30px auto;
    }
    .affiliate-info-new {
        display:block;
        gap:16px;
    }
    #affiliate-login-btn {
        width:100%;
    }
    
}
