/* Super Registration Page Styles */
html {
	font-size: 1em;
    background-color: white;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Proxima Nova", sans-serif;
}

body#register,
#regwrapper,
.super-register-container
{
    background-color: white;
}

.super-register-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.super-register-container form{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.super-register-container .logo-holder {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-direction: row;
}

.email-holder {
    text-align: center;
}

.email-suggestion-holder {
    text-align: center;
    color: #ff0000;
}

#emailSuggestionAnchor.custom {
    color: #03709c !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}

#emailSuggestionAnchorError.errorCustom {
    color: #ff0000;
    font-weight: normal !important;
    text-decoration: none !important;

}

#emailSuggestionAnchorError.errorCustom:hover {
    text-decoration: none !important;
    color: #FF0000;
}
.email-field {
    max-width: 300px;
    width: 100%;
    height: 30px;
}

.email-error-message,
.backend-error-message {
    color: red;
    font-size: 0.95em;
    padding: 5px 0;
    display: none;
    margin-top: 10px;

}

.adp_logo {
    width: 45%;
    border-right: 1px solid black;
    margin: 10px 0 10px 10px;
    box-sizing: border-box;
    padding: 12px 0 12px 50px;
}

.aetna_logo {
    width: 45%;
    border-right: 1px solid black;
    margin: 10px 0px 12px 10px;
    box-sizing: border-box;
    padding: 12px 13px 12px 39px;
}

.lm_logo {
    width: 49%;
    box-sizing: border-box;
    padding: 22px 50px 22px 0;
}

.terms-title {
    color: #000;
    font-size: 32px;
    text-align: center !important;
    margin: 0 !important;
}

.sub-head-holder {
    color: grey;
    font-size: 1.2em;
    text-align: center;
}

.sub-head-holder p {
    margin: 12px !important;
}

.button-holder {
    text-align: center;
}

.button-holder button {
    background-color: #00B4FA;
    border: 0;
    border-radius: 1em;
    text-shadow: none;
    background-image: none;
    text-transform: none;
    -webkit-appearance: none;
    padding: 10px;
    width: 80%;
    min-height: 65px;
    min-width: 220px;
    cursor: pointer;
}

.button-holder button:disabled {
    opacity: 0.6 !important;
}

.lfr-btn-label {
    color: #000;
    font-size: 1.75em;
    font-weight: 600;
}

.error-message{
    height: max-content;
    border-radius: 1em;
    text-align: center;
    padding: 20px;
    background-color: #fcedee;
    margin: 0 10px;
}

.error-holder{
    display: none;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    height: max-content;
    border-radius: 1em;
    text-align: center;
    padding: 20px;
    background-color: #fcedee;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.invisible-field{
    display: none;
}

@media screen and (max-width: 350px) {
    .lfr-btn-label {
        font-size: 1.5em !important;
    }
}

.legal {
    text-align: center;
}