/*******************FONTS IMPORT**********************************************************************************************************/

@font-face {
    font-family: roboto-condensed;
    src: url(../fonts/roboto-condensed.woff);
    /*Replace with font path */
}

/******************************************************************************************************************************/

body {
    background-color: #004c9b;
    font-family: roboto-condensed;
}

/* Login Button Id*/
#next {
    color: #fff;
    background-color: #317ed9 !important;
    font-size: 1.5vh;
}

.logo {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* Container for social Badges*/



.social .intro > h2 {
    color: #3A8DDE;
}

.social .options > div > button:nth-child(n) {
    background-color: #fff;
    font-size: 1em;
    color: #000;
}


/* END SOCIAL */

.loginContainer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}


.SemiBoldText {
    color: #002856;
}

/* Error Message */
.error {
    background-color: transparent;
    color: red;
}
/*contains the error for the input */

.itemLevel {
    background-color: transparent;
    color: red;
}

    .itemLevel > p {
        font-family: inherit;
        font-weight: normal;
        font-size: 14px;
    }

.pageLevel > p {
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
}

/* contains the authentication element such as Email/Password and login button*/


a {
    text-decoration: none;
}

input {
    background-color: #fff;
    padding-left: 10px;
    font-size: 1.5vh;
}

    input:focus {
        outline: none;
        color: #002856;
    }

/* entry-item  contains the input fild for one item */

.entry-item {
    color: black;
}

    .entry-item > label {
        color: #002856;
    }

input[value=""] {
    color: #CCCCCC;
}

.entry-item > input {
    color: #002856;
}

    .entry-item > input:focus {
        color: #002856;
    }


.entry-item .password-label {
    display: contents;
}

    .entry-item .password-label > label {
        color: #002856;
    }

.password-label {
    color: #002856;
}

    .password-label > a {
        font-size: 1.7vh;
        color: #002856;
        text-decoration: underline;
    }

label[for=password] {
    margin-bottom: 2%
}

label[for=email] {
    margin-bottom: 2%
}


/* contains the login button. It is contained in entry div */

.buttons {
    background-color: transparent;
}


/* Login Button Id*/

#next {
    color: #fff;
    background-color: #002856;
    font-size: 1.5vh;
}

/*Duplicate css to use addClass method in js file on custom Button*/

.button {
    color: #002856;
    background-color: #fff;
    font-size: 1.5vh;
    color: #000;
}

.rememberMe > label {
    font-size: 1.5vh;
    color: #002856;
}

/* contains the sign up text | contains an p element*/


.create > p {
    font-size: 1rem;
    color: #002856;
}

.infoCreateText {
    font-size: 1.8vh;
    color: #002856;
}

.create > p > a {
    color: #002856;
}


/* Media Query */

/* Media query for IE and Microsoft Edge (Old Version) */

@media screen and (max-width: 700px) {

    .infoText {
        letter-spacing: 0;
        color: #3A8DDE;
        font-size: .8em;
    }
}

@media screen and (max-width: 360px) {
    .itemLevel > p {
        font-size: 12px;
    }
}


/* END Media Query */
