#form_terms {
    position: relative;
}
#form_gender{
    line-height: 33px !important;
    height: 33px !important;
}

/*This code is specific to the dropship kit order form*/
#dropshipDeliveryDetails #form_dial_code{
    font-size: small;
}
#dropshipDeliveryDetails form input,
#dropshipDeliveryDetails form select {
    padding: 6px;
}
#form_patientCollectionAddress select {
    height: 33px;
}

/* Remove stepper from Chrome, Safari, Edge, Opera */
#dropshipDeliveryDetails input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove stepper fromFirefox */
#dropshipDeliveryDetails input[type=number] {
    -moz-appearance: textfield;
}

#dropshipDeliveryDetails .light-text {
    color: #bfbfbf;
}

#dropshipDeliveryDetails .heading-label-wrapper label {
    color: #6C54A3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

#dropshipDeliveryDetails .kit-quantity-input-wrapper input {
    color: #6C54A3;
    text-align: center;
    font-size: 18px;
    height: auto;
    padding: 6px;
}

#dropshipDeliveryDetails .kit-quantity-calculation-wrapper {
    margin-top: 3px;
}

#dropshipDeliveryDetails .higlighted-text {
    color: #6C54A3;
}

#dropshipDeliveryDetails .kit-quantity-copy {
    margin-top: 4px;
}

.kit-quantity-calculation-wrapper {
    position: absolute;
    right: 20px;
    font-size: 20px;
}
#kitQuantity  {
    width: 120px;
    height: 30px;
    border: 1px solid black;
    font-size: 18px;
}


@media screen and (min-width: 379px) {
    #dropshipDeliveryDetails .kit-quantity-copy {
        margin-top: 13px;
    }
}

.register-form h1 {
    text-align: center;
}

.progress-steps {
    margin-left: auto;
    margin-right: auto;
}

#mobile_field {
    padding-right: 30px;
}

#addressErrorMessage{
    margin-bottom:33px;
}
.clickable:hover {
    cursor: pointer;
}
.register-form .form .row.kit-image-center {
    display: flex;
}
.kit-image-center {
    justify-content: center;
}
/* Coupon Code */
.register-form .form-group,
.register-form .form-control {
    max-width: 100%;
}
.coupon {
    margin: 12px 3px 32px 3px;
}
#expandCouponLink {
    text-transform: none;
    margin-top: -8px;
    font-size: 13px;
    font-weight: 400;
    color: #6a54a3;
}
#expandCouponLink:hover {
    cursor: pointer;
    text-decoration: underline;
}
.btn.apply-coupon,
input.coupon-code {
    width: 108px !important;
    height: 28px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 9px;
    letter-spacing: 0.8px;
}
input.coupon-code::placeholder {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
}
input.coupon-code {
    border-radius: 30px 0 0 30px !important;
    border: 2px solid #707070 !important;
    border-right: none !important;
    flex: none;
}
.register-form .form > .row {
    display: inline;
}
.register-form h3 {
    margin: 0 auto 10px;
    font-weight: 700;
    color: #878787;
}
.register-form .btn-primary {
    border-radius: 40px;
    font-weight: 700px;
}
.btn.apply-coupon {
    border-radius: 0 30px 30px 0 !important;
    border: 2px solid #69B2A5 !important;
    background: #fff !important;
    color: #69B2A5;
}
.register-form button[type="submit"],
.btn.make-payment {
    background-color: #6b54a3;
    min-width: 170px;
    height: 48px;
    border-radius: 40px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.register-form .form.green button[type="submit"]:hover,
.register-form .form.green button[type="submit"]:active,
.register-form .form.green button[type="submit"]:focus {
    background-color: #71a79f !important;
}
/* Sample return */
.sample-return {
    border-top: 4px solid #7AB7AE !important;
}
.form.sample-return {
    padding: 20px;
}
.sample-return .sample-icon {
    width: 100%;
    height: 115px;
    line-height: 115px;
    text-align: center;
}
.sample-return .sample-icon img {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.sample-return .sample-number {
    font-size: 35px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
    