#zuuro-email-signup-form, #zuuro-email-confirmation, #zuuro-email-otp-form {
    padding: 30px;
    display: inline;
}

.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;*/
    width: 100%;
    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;*/
}
input#telephone {
    height: 50px !important;
}

input#street2 {
    margin-top: 10px;
}

.zuuro-email-resend-btn {
    display: flex;
    gap: 45px;
}

button#resend-email {
    width: 46%;
    height: 51px;
    font-size: 16px !important;
    font-weight: 100 !important;
}

button#change-email {
    width: 46%;
    height: 51px;
    font-size: 16px !important;
    font-weight: 100 !important;
}

button.action.primary.send_otp {
    margin-top: 30px;
}

fieldset.fieldset.contact-info {
    width: 50%;
}
fieldset.fieldset.address-info  {
    width: 50%;
}