* {
    box-sizing: border-box;
}

html {
    font-family: Roboto;
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
    background-color: #eaeaea;
}

a, img {
    border: none;
    outline: none
}

.nec {
    background-color: #033a52;
    color: white;
}

.container {
    max-width: 450px;
    margin: 20px auto;
    background-color: #ffffff;
    min-height: 80vh;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px grey;
}

.welcome {
    font-size: 0.8em;
    margin: 20px auto;
    width: 90%;
    text-align: justify;
}

.errMsg {
    font-weight: bolder;
    color: red;
    text-align: left;
}

.form-group {
    padding: 5px;
    text-align: center;
}

.form-control {
    display: block;
    width: 90%;
    padding: 6px 12px;
    margin: 0 auto;
}

header {
    text-align: center;
    padding: 5px;
}

footer {
    font-size: 0.8em;
    padding: 20px 5px 5px 5px;
    text-align: center;
}

    footer p {
        text-align: justify;
        margin: 3px 0;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    display: block;
}

    li a {
        display: inline-block;
        padding: 0 8px 5px 8px;
    }

footer li {
    display: inline-block;
}

.logins {
    margin: 5px auto;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.ssologin {
    border-color: rgba(0,0,0,0.2);
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 47px;
    padding-right: 10px;
    line-height: 1.6em;
    height: 40px;
    min-width: 70%;
    margin-bottom: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    box-sizing: border-box;
}

    .ssologin span {
        font-family: Roboto;
        display: inline-block;
        font-weight: normal;
        white-space: nowrap;
        padding: 7px 0;
    }

        .ssologin span:first-child {
            border-left: solid rgba(255,255,255,0.5) 1px;
            padding-left: 5px;
        }

a.externallogin {
    text-decoration: none;
    font-size: smaller;
    padding: 3px;
    color: darkgray !important;
}

.anytime {
    color: #fff;
    background-color: #000;
    background-image: url("../Content/Images/icons/any.png");
}

    .anytime:hover {
        border-color: #eb6e00;
    }

.anycolor {
    color: #fff !important;
}

    .anycolor:hover {
        color: #eb6e00 !important;
    }
