html{
    height: 100%;
}

body{
    min-height: 100%;
}
.main_column{
    padding: 5%;
}

/* Login styles */
.form {
    max-width: 327px;
    margin: auto;
}

.help-text {
    font-size: 14px;
    display: block;
    text-align: center;
}
.help-text:hover {
    text-decoration: none;
}

/* error styles */
.error span.help-block{
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 8px 0px;
    color: #FF1744;
    max-width: 327px;
    text-align: left;
}

.error input, .error textarea{
    background-color: rgba(255, 23, 68, 0.1) !important;
    border: 1px solid #FF1744 !important;
}
.error .birthday-dropdown{
    background-color: rgba(255, 23, 68, 0.1) !important;
    border: 1px solid #FF1744 !important;
}
.login .alert-block{
    display: flex;
    max-height: 327px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    padding: 12px 16px;
    color: #333333;
    font-weight: 400;

    background: #FFF3F6;
    border: 1px solid #FF1744;
    box-sizing: border-box;
    border-radius: 4px;
}
.login .alert-block svg {
    margin-right: 12px;
}
.login .alert-block ul{
    margin: 0;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 0px;
}
.reset-button{
    background: rgb(255, 23, 68);
    color: white;
    border: none;
}
.entry .asteriskField{
    color: #FF1744;
}

/* Specific styles */
.login img{
    height: 208px;
}
.login span{
    font-weight: bold;
    /* color: #700C29; */
}
.login input::placeholder{
    /* color: #7f7f7f; */
    text-align: center;
}
.login .branded-button{
    background-image: none;
}
.help-text {
    margin-bottom: 16px;
    text-decoration: none;
    color: #cdcdcd !important;
}
.invitation-accepted{
    padding: 16px 0px;
    margin-bottom: 16px;
    border-radius: 3px;
    border: 1px solid #7EB827;
    color:#7EB827;
    min-width: 327px;
}
.registration {
    display: flex;
    justify-content: center;
}
.registration h2{
    margin-top: 0;
}
.registration label {
    margin-bottom: 13px;
}
.registration_title{
    margin: 0 !important;
    display: inline-block;
}
.icon-ic_leftarrow{
    height: 24px;
    width: 24px;
    margin-bottom: 2px;
}
.icon-ic_rightarrow{
    height: 24px;
    width: 24px;
    margin-bottom: 2px;
}
.registration_content_block{
    max-width: 327px;
}
.registration-header{
    display: flex;
    justify-content: space-between;
    width: 327px;
    margin-bottom: 30px;
}
.registration-paginator{
    display: flex;
    align-items: center;
    margin: 0;
    color: #cdcdcd;
    font-size: 16px;
}
.page-one{
    margin-right: 5px;
}
.page-two{
    margin-left: 5px;
}
.registration-step .button{
    cursor: pointer;
    height: 54px;
}
.registration-step .branded-button{
    background-image: none;
}
.registration h2 {
    /* color: #700C29; */
}

.registration h3 {
    margin-bottom: 16px;
    margin-top: 0px;
    /* color: #700C29; */
}

.registration label{
    text-transform: capitalize;
}


.input{
    height: 40px;
    width: 327px;
    font-size: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}
.input::placeholder{
    font-size: 16px;
    margin: 16px;
}

.input[type=text]:focus, [type=password]:focus{
    border-color: #0008FB;
    border-radius: 4px;
    box-shadow: none;
    border-radius: 3px;
}
.input[type=submit]{
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: capitalize;
    text-align: center;
    height: 54px;
    width: 327px;
    padding: 0;
    font-weight: bold;
}
.input[type="submit"]:disabled{
    background: #F2F2F2;
    border-color: #F2F2F2;

    color: #bfbfbf;
}

.input[type=checkbox]{
    height: auto;
    width: auto;
    margin-right: 12px;
}
textarea.input {
    padding: 12px;
    min-height: 84px;
    line-height: 20px;
}
.form-field {
    margin-bottom: 24px;
}

.birthday-dropdown-area .controls{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

#id_birthday_1{
    flex-grow: 1;
    margin: 0 5px;
}
.birthday-dropdown,
.sex-dropdown{
    padding: 8px 12px !important;
}
.birthday-dropdown{
    height: 40px;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    background: #ffffff;
}
.help-block {
    color: rgb(127, 127, 127);
    font-size: 12px;
    font-weight: normal;
    margin-top: 1em;
}
.birthday-text {
    color: rgb(127, 127, 127);
    font-size: 12px;
    font-weight: normal;
    margin-top: -1em;
}
.sex-dropdown{
    height: 40px;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    background: #ffffff;
    flex-grow: 1;
}
.sex-dropdown-area .controls{
    display: flex;
}
.plain_button{
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}
.plain_button:hover, .plain_button:active, .plain_button:active:focus, .plain_button:focus {
    background-color: transparent !important; /* override bootstrap */
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
}
.active{
    color: #333333;
}

.required-field-text{
    font-size: 16px;
    color: rgb(127, 127, 127);
    padding-bottom: 67px;
}
.email_message{
    font-weight: 400;
}
.join-text{
    margin-top: 48px;
}
.confirmation{
    text-align: center;
}
.confirmation img{
    margin-bottom: 16px;
    filter: grayscale(100%);
}
.btn{
    height: 54px;
    width: 327px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #000000;
}
.positive-button {
    background: #28a745;
    color: #FFF;
}
.positive-button:hover, .positive-button:active, .positive-button:focus, .positive-button:hover {
    background: #FFF !important;
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
    box-shadow: none !important;
    text-decoration: none;
}
.login-button{
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid rgb(127, 127, 127);
    cursor: pointer;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.login-button:hover, .login-button:active, .login-button:focus, .next-button:hover {
    background: #363636 !important; /* override bootstrap */
    color: #EBE9E9;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none;
}
@media only screen and (min-width: 1000px) {
    .branded-image-section{
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;

    }
    .entry {
        width: 50%;
        margin: auto;
    }
}

/* Actually only applies to subscription form */
.register-form {
    max-width: 327px;
    margin: auto;
}

.subscription_header h3 {
    text-align: center;
}

.form_note, .note {
    max-width: 500px;
    margin: 0 auto;
}

.form-row {
    margin: 0;
}

.main_column {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .main_column {
        width: 50%;
    }
}
.column_image {
    background-repeat: no-repeat;
    background-size: cover;
}
.login_logo {
    margin-bottom: 72px;
    height: 208px;
    width: 375px;
    align-self: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.community-name-wrapper{
    display: flex;
    height: 208px;
    width: 375px;
    background-color: #f2f2f2;
    margin-bottom: 3rem;
}
.community-name{
    align-self: center;
    text-align: center;
    flex-grow: 1;
    color: rgb(51, 51, 51);
    font-size: 1.5rem;
}
.styled-input {
    position: relative;
    background: #FFF;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 12px 16px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}
.styled-input .styled-text-input {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 100%;
    resize: none;
}

/* Login styles to match entry.css for normal community_login */
.login .svg-icon_gray {
    fill: #7F7F7F !important;;
}
.login #div_id_password {
    margin-bottom: 36px;
}
.login .forgot_password {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 48px;
    text-align: center;
}
.login .forgot_password a {
    color: #7F7F7F;
}
.login .no_account {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #333333;
    display: flex;
    justify-content: center;
}
.login .no_account a {
    font-weight: bold;
    color: #0074FF;
}
.login .no_account .sign_up {
    margin-left: 6px;
    text-decoration: underline;
}
.login .login-button {
    transition: none !important;
    background: #0074FF;
    border: none;
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 24px !important;
}
.login .login-button:disabled {
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #bfbfbf;
}
.login .svg-icon-error {
    fill: #FF1744 !important;
}

.registration-step .button:disabled {
    background: #F2F2F2;
    border-color: #F2F2F2;
    color: #bfbfbf;
}

.login .control-label {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

#div_id_password .controls, #div_id_password1 .controls, #div_id_password2 .controls {
    position: relative;
}
#div_id_password .controls svg, #div_id_password1 .controls svg, #div_id_password2 .controls svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    fill: #7F7F7F !important;
}

#div_id_password .controls .icon-ic_eye_disable, #div_id_password1 .controls .icon-ic_eye_disable, #div_id_password2 .controls .icon-ic_eye_disable {
    display: none;
}

#div_id_password .controls.password_hidden .icon-ic_eye_disable, #div_id_password1 .controls.password_hidden .icon-ic_eye_disable, #div_id_password2 .controls.password_hidden .icon-ic_eye_disable {
    display: block;
}

#div_id_password .controls.password_hidden .icon-ic_eye, #div_id_password1 .controls.password_hidden .icon-ic_eye, #div_id_password2 .controls.password_hidden .icon-ic_eye {
    display: none;
}

/* Change Password */
.strength_area .strength_bar {
    height: 4px;
}
.strength_area .bar {
    background-color: #e5e5e5;
}
.strength_area.strength_message {
    color: #FF1744;
}
.strength_area.strength_1 .bar_1 {
    background-color: #FF1744;
}
.strength_area.strength_2 .bar_1, .strength_area.strength_2 .bar_2 {
    background-color: #7f7f7f;
}
.strength_area.strength_2 .strength_message {
    color: #7f7f7f;
}
.strength_area.strength_3 .bar_1, .strength_area.strength_3 .bar_2, .strength_area.strength_3 .bar_3 {
    background-color: #7ECA8F;
}
.strength_area.strength_3 .strength_message {
    color: #7ECA8F;
}
.strength_area.strength_4 .bar_1, .strength_area.strength_4 .bar_2, .strength_area.strength_4 .bar_3, .strength_area.strength_4 .bar_4 {
    background-color: #28A745;
}

.strength_area.strength_4 .strength_message {
    color: #28A745;
}

.password_must {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 700;
}

.requirement {
    color: #7f7f7f;
}
.requirement .requirement_failed {
    fill: #7f7f7f;
}
.requirement.failed {
    color: #FF1744;
}

.requirement.failed .requirement_failed {
    fill: #FF1744;
}
.requirement .requirement_passed {
    fill: #0040C1;
    display: none;
}
.requirement.passed {
    color: #0040C1;
}
.requirement.passed .requirement_passed {
    display: block;
}
.requirement.passed .requirement_failed {
    display: none;
}
#password_match_section {
    margin-top: 13px;
}
#password_match_section .match {
    color: #28A745;
}
#password_match_section .no_match {
    color: #FF1744;
}
#password_match_section.empty .no_match {
    color: #7f7f7f;
}
