/*HEADER*/
.intro {
    font-family: FuturaPT-Demi,Futura,"Trebuchet MS",Arial,sans-serif;
    font-weight: normal;
    text-align: center;
    max-width: 320px;
    margin: auto;
}

.intro h2 {
    margin: 0.5rem auto 1.8rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bolder;
    letter-spacing: .75px;
}

.divider, .social {
    display: none;
}

/*SIGN UP LINK*/
.create {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    border-top: 1px solid #EEEEEE;
}

/*LOGIN BUTTON*/
#next {
    width: 180px;
    height: 40px;
    margin: 1.5rem auto;
    display: block;
}

/*FORGOT PASSWORD*/
#forgotPassword {
    display: block;
    font-style: italic;
    text-decoration: underline !important;
    margin-top: .8rem;
    font-family: 'FuturaPT-BookObl';
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .25px;
}

.member-ui #forgotPassword {
    color: rgba(255,255,255,.69) !important;
}

#forgotPassword:hover {
    color: #BA9E5E;
}

#page_container a{
    text-decoration: none;
}

#page_container a:hover {
    color: #BA9E5E!important;
    text-decoration: underline;
}

/*SIGN UP LINK*/
#createAccount {
    margin-left: 5px;
}

div[data-name="Phonefactor"] {
    text-align: center;
    padding: 0 4rem;
}

div[data-name="Phonefactor"] .buttons {
    margin: 1.5rem 0;
}

div[data-name="Phonefactor"] .buttons #sendCode {
    margin-right: .25rem;
}

#cancel, #helpText {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #636366;
}

#cancel, .sendNewCode {
    background: none;
    color: rgba(0, 0, 0, 0.54);
    text-decoration-line: underline;
    padding: 1rem;
    border: none;
    cursor: pointer;
    outline: none !important;
    letter-spacing: normal;
    text-transform: none !important;
}

#helpText {
    margin: 0;
    line-height: 30px;
    padding: .6rem 0;
}

.member-ui #helpText {
    color: rgba(255,255,255,.69) !important;
}

.member-ui #helpText a {
    color: rgba(255,255,255,.69) !important;
}

.sendNewCode {
    font-style: italic !important;
    text-align: center;
}
