body {

    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.globalContainer {

    width: 100%;
    margin: 0 auto;
}

.globalContainer.defaultContainer {

    max-width: 1360px;
}

.globalContainer.largeContainer {

    max-width: 1024px;
}

.componentHeader .componentHeading {

    font-size: 1.2rem;
}

.componentFooter {

    margin-top: 30px;
    font-size: 0.8rem;
}

.formComponent  {

    margin-bottom: 12px;
}

.formButtonArea {

    margin-top: 25px;
}

.formButton {

    display: inline-block;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    min-width: 128px;
}

.formButton.formButtonDefault {

    background-color: #266abd;
    color: #fff;
}

.formComponent label {

    font-size: 0.8rem;
    margin-bottom: 2px;
    font-weight: 400;
    color: #111;
}

.formComponent input[type="text"],
.formComponent input[type="password"],
.formComponent input[type="email"] {

    border-radius: 3px;
    border: solid 1px #d0d0d0;
    padding: 5px 8px;
    width: 100%;
    height: 42px;
    font-size: 0.8rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.formComponent .formText {

    font-size: 0.8rem;
}

.required-sign {

    color: red;
    font-size: inherit;
}

.horizontalSplit {
    display: block;
    margin: 0 auto 20px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
}

.horizontalSplit span {

    position: relative;
    display: inline-block;
}

.horizontalSplit span:before,
.horizontalSplit span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #dfdfdf;
}

.horizontalSplit span:before {
    right: 100%;
    margin-right: 30px;
}

.horizontalSplit span:after {
    left: 100%;
    margin-left: 30px;
}

.messageContainer .errorMessage {

    background-color: #f9d8d8;
    color: #484848;
    padding: 6px 10px;
    display: block;
    font-size: 0.8rem;
    border: solid 1px #fbb4b4;
    border-radius: 3px;
}

.messageContainer .successMessage {

    background-color: #e1f5dc;
    color: #484848;
    padding: 6px 10px;
    display: block;
    font-size: 0.8rem;
    border: solid 1px #b9eaba;
    border-radius: 3px;
}

.messageContainer p {

    margin-bottom: 0;
}

/* Sign In Family Pages */

.signFamilyPage {

    margin-top: 10px;
    margin-bottom: 10px;
    padding: 35px;
    background-color: #fffffff2;
}

.forgottenPasswordPage,
.signInPage {

    margin-top: 170px;
}

.signFamilyPage .presentation {

    border-right: solid 1px #d0d0d0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signFamilyPage .action {

    width: 80%;
    margin: 0 auto;
}

.signFamilyPage .action .componentFooter {

    color: #5a5959;
}

.signFamilyPage .logoWrapper > img {

    max-width: 420px;
    max-height: 250px;
    width: 100%;
}

.signFamilyPage .link {

    font-size: 0.8rem;
    color: #0c5dde;
}

/* /Sign In Page */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .signFamilyPage{

        margin-top: 48px;
        padding: 5px;
    }

    .signFamilyPage .presentation {

        border-right: none;
    }

    .signFamilyPage .action {

        width: 100%;
        margin: 0 auto;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }
