header {
    position: relative !important;
    top: 0;
}

.header-v2.fixed-menu {
    position: relative !important;
}

.wrap-content {
    margin-top: 100px;
}

h1.entry-title,
.wrap-message-box h2 {
    font-family: Spectral;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.woocommerce-form-register {
    max-width: 366px;
    margin: auto;
}

.woocommerce-form-register input {
    border-bottom: 1px solid gray;
    width: 100%;
    padding: 10px 0;
}

.register-dob {
    display: flex;
    gap: 20px;
}

p.woocommerce-form-row {
    margin-bottom: 24px;
}

p.reg-bottom-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
}

input.woocommerce-Button.button {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
    background-color: black;
    color: white;
    margin-top: 24px;
    cursor: pointer;
}

* {
    outline: none !important;
}

p.span-error,
.wp-message {
    color: red;
}

input.error {
    border-color: red;
}

.wrap-message-box h2 {
    margin-bottom: 64px;
}

.wrap-message-box,
.wrap-content {
    min-height: 55vh;
}

a.cta-btn-black {
    background-color: black;
    color: white;
    padding: 10px 50px;
    border: 1px solid black;
}

a.cta-btn-border {
    border: 1px solid black;
    padding: 10px 50px;
}