#zuuro-email-signup-form, #zuuro-email-confirmation, #zuuro-email-otp-form, .zuuro-email-new-address {
	padding: 30px;
	width: 600px;
}

.email-signup-page-title, .otp-signup-page-title, .signup-address-page-title  {
	text-align: center;
}

input.signup_email {
	height: 50px;
}

.signup.field.agree.required {
	margin-top: 10px;
}

.send_link, .send_otp, .new_address_signup {
	width: 600px;
    height: 51px;
    font-size: 16px !important;
    font-weight: 100 !important;
}

input.otp_signup {
    height: 50px;
}

.zuuro-email-new-address input.signup_address,
.zuuro-email-new-address select.signup_address {
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
    width: 500px;
}
.zuuro-email-new-address input.signup_address_telephone {
	height: 50px;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
    width: 400px;
}

.custom-shipping-address {
	display: flex;
    gap: 50px;
    justify-content: center;
}
.signup_control {
	display: flex;
    align-items: center;
}
#country_code {
	height: 50px;
    width: 100px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 4px;
}