.registration-body {
    background: #0d0d0d;
    padding-top: 4.5rem;
}

.registration-body footer {
    background: #0d0d0d;
}

.registration-body fullwidth-footer {
    height: 15%;
}

.registration-body main {
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-height: 500px) {
    .registration-body main {
        height: 50vh;
    }
}

@media (min-height: 1300px) {
    .registration-body main {
        height: 80vh;
    }
}

.registration-main {
    background: white;
    min-width: 400px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

.form-header {
    display: flex;
    padding: 32px 48px 28px;
    border-bottom: 1px solid #dedede;
}

.form-content {
    padding: 30px 48px;
}

.form-actions {
    padding: 32px 48px;
}

.logo-text {
    font-family: 'Effra-Light';
    font-size: 18px;
    padding-top: 2px;
    text-align: end;
    width: 100%;
}

.form-header-text {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.input-hint {
    font-family: Effra-Medium;
    font-size: 14px;
    line-height: 20px;
}

.text-input-field {
    border: 1px solid #ececec;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    height: 44px;
    padding: 10px;
    background-color: transparent;
    font-family: Effra-Light;
    line-height: 1.5;
    width: 100%;
}

.select-input-field {
    background-color: #fff;
    border: 1px solid #ececec;
    font-size: .9rem;
    height: 44px;
    border-radius: unset;
    color: #6c757d;
    font-family: Effra-Light;
    padding: 0 0 0 5px;
    width: 100%;
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px;
}

.registration-input-dob {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.dob-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.input-group-registration {
    margin: 16px 0 0;
}

.password-hint-group {
    font-size: 12px;
    text-align: left;
}

.input-hint-light {
    margin: 8px 0 16px;
}

.requirements-title {
    margin-bottom: 8px;
}

.warning-hint {
    color: silver;
    display: flex;
    margin-top: 25px;
}

.alert-icon {
    align-self: center;
    text-align: center;
    width: 30%;
}

.warning-hint-text {
    font-size: .9rem;
}

.submit-next {
    margin-top: 1.5rem;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1.2px;
    width: 100%;
    cursor: pointer;
    border-radius: 2px;
    background-color: #BE9379;
    border: 2px solid #BE9379;
    color: #fff;
}

.registration-button-transparent {
    background: 0 0;
    border: 0;
    color: #BE9379;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    grid-column: 1/-1;
    line-height: 1.5;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 5px;
}

.gold-text {
    color: #BE9379;
}

/* Remove Arrows/Spinners from <input type=number>*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* */