@font-face {
    font-family: "HaufeMerriweatherSans;";
    src: url("../../../common/fonts/haufemerriweathersans.ttf");
}

* {
    font-family: 'HaufeMerriweatherSans';
}

a {
    font-size: 12px;
    color: #005DA5;
    font-family: 'HaufeMerriweatherSans';
    float: right;
    text-decoration: none;
}

a:hover {
    color: #005DA5;
    text-decoration: underline;
}

.clear {
    clear: both;
    height: 5px;
}

.logo {
    margin: 1em 1.5em;
    height: auto;
    max-width: 23em;
}

.push {
    height: 1em;
}

.navigation {
    list-style: none;
    padding: 1em 1.5em;
    display: inline-block;
}

.header {
    padding: 0.29em;
    border-bottom: none;
    text-align: left;
    background: #E9E9E5;
    box-shadow: 0 1px 4px 0 rgba(204,204,199,0.8);
}

.footer {
    height: initial;
    text-align: center;
    background: #E9E9E5;
    box-shadow: 0 1px 4px 0 rgba(204,204,199,0.8);
}

.footer-link {
    color: #666661;
    font-family: 'HaufeMerriweatherSans';
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.footer-link:hover {
    color: #666661;
    font-family: 'HaufeMerriweatherSans';
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
}

.page-title {
    color: #33332E;
    font-family: 'HaufeMerriweatherSans';
    font-size: 24px;
    line-height: 31px;
    text-align: left;
}

.intro-text {
    color: #33332E;
    font-family: 'HaufeMerriweatherSans';
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}


.button {
    height: 44px;
    width: 100%;
    color: #FFFFFF;
    background: #005DA5 !important;
    font-family: 'HaufeMerriweatherSans';
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    text-align: center;
    border: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: inherit;
    display: table;
    margin: auto;
}

.button.pressed {
    height: 44px;
    width: 100%;
    color: #FFFFFF;
    background: #005DA5 !important;
    font-family: 'HaufeMerriweatherSans';
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    border: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: inherit;
    display: table;
    margin: auto;
}

.input-group,
.radio-group,
.checkbox-group {
    display: block;
    margin-bottom: 0.8em;
    width:100%;
}


.input-group input[type="email"],
.input-group input[type="text"],
.input-group input[type="password"] {
    height: 44px;
    border: 1px solid #CCCCC7;
    border-top: 1px solid #9c9a9a;
    background-color: #FFFFFF;
    width: 100%;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
}

.radio-replace {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.8em;
    border: none;
}

.radio-replace-value {
    display: inline-block;
    vertical-align: middle;
    width: 21px !important;
    height: 21px !important;
    border-radius: 0.7em;
    border: 1px solid #999994;
}

.radio-replace-value.checked {
    border: 1px solid #41A500;
    background: #FFFFFF !important;
}

.radio-replace-value.checked:before {
    content:'';
    display:block;
    width: 60%;
    height: 60%;
    margin: 23% auto;
    border-radius: 0.7em;
    background: #666661;
}


.checkbox-replace {
    width: 20px;
    height: 21px;
    float: left;
    border: none;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
}

.checkbox-replace {
    background: url("../images/blank_arrow.png") no-repeat;
}

.checkbox-replace.checked {
    background: url("../images/grey_arrow.png") no-repeat;
}

.wrapper {
    background: #FFFFFF;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    text-align: center;
}

.register-link {
    height: 50px;
    width: 201px;
    line-height: 20px;
    text-align: center;
    margin: auto;
}

.register-question {
    font-family: 'HaufeMerriweatherSans';
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px;
}

.register-link-text {
    color: #005DA5;
    font-family: 'HaufeMerriweatherSans';
    font-size: 16px;
    text-align: center;
    float:none;
}

.register-link-text:hover {
    color: #005DA5;
    font-family: 'HaufeMerriweatherSans';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    float:none;
}

.radio-grouptext {
    height: 22px;
    width: 41px;
    color: #666661;
    font-family: 'HaufeMerriweatherSans';
    font-size: 12px;
    line-height: 22px;
}

.stayloggedin-group label {
    height: 15px;
    color: #666661;
    font-family: 'HaufeMerriweatherSans';
    font-size: 12px;
    line-height: 15px;
}

.register-description-text {
    color: #33332E;
    font-family: 'HaufeMerriweatherSans';
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.email-label {
    height: 15px;
    color: #666661;
    font-family: 'HaufeMerriweatherSans';
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

.activate-label {
    height: 19px;
    width: 131px;
    color: #33332E;
    font-family: 'HaufeMerriweatherSans';
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.password-label {
    height: 15px;
    width: 147px;
    color: #666661;
    font-family: 'HaufeMerriweatherSans';
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

.password-input-field {
    position:relative;
    height: 53px;
    border: 1px solid #CCCCC7;
    border-top: 1px solid #9c9a9a;
    display: block;
    text-align: left;
    width: 100%;
}

.hidden-input-field {
    border: none !important;
    height: initial !important;
    margin-top: 10px !important;
    width: 90% !important;
    display: initial !important;
    background-color: transparent;
}

.eye-button {
    display: initial;
    outline:none !important;
    position: absolute;
    height: inherit;
    width: 10%;
    border: none;
    background: transparent url('../images/eye-open.svg') no-repeat center left;
    background-size: 80%;
}

.eye-closed-button {
    outline:none !important;
    position: absolute;
    height: inherit;
    width: 10%;
    border: none;
    background: transparent url('../images/eye-closed.svg') no-repeat center left;
    background-size: 80%;
}

.forgotpassword {
    font-size: 12px;
    color: #005DA5;
    font-family: 'HaufeMerriweatherSans';
    float: right;
    text-decoration: none;
    margin-top: 5px;
}

.content {
    padding: 0.71em 1.43em;
    margin-bottom: 1em;
    display: inline-block;
}

.content-registration {
    display: none;
}

.password-group .msgs {
    margin-left: 0em !important;
    clear: left !important;
    text-align:left !important;
}

.passwordstrength-field {
    float: left;
    background: #ccc;
    -moz-border-radius: 0em;
    -webkit-border-radius: 0em;
    border-radius: 0em;
    height: 7px;
    margin-left: 0.1em;
    width: 37px;
}


@media screen and (min-width: 38em) {

    .input-group {
        margin-left: 0em;
    }
}

.aurora-no-show {
    display: none;
}
