﻿/*****************************  Login Page  *****************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body, html {
    text-align: center;
    color: white;
    font-family: Roboto !important;
    font-size: 12pt !important;
    height: 100% !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    padding-top: 10vh !important;
    background-color: #54085f;
    background-image: url('../images/overlay4c.png') !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}

a {
    color: #5895c8;
    text-decoration: none;
}

    a:hover {
        color: #bbd9f3;
    }

h1 {
    color: #fff !important;
    padding: 0 !important;
    font-weight: 100;
    font-family: Lato;
    text-align: center;
}

p {
    text-align: justify;
}

.help-mobile {
    display: block;
    height: 100%;
    margin-bottom: 50px;
}

    .help-mobile a,
    .help-mobile span {
        color: white !important;
        font-size: small;
    }

.login-container {
    display: d-flex;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    text-align: center;
    height: 100%;
}

    .login-container div {
        display: block;
        margin-bottom: 1rem;
        text-align: left;
    }


    .login-container .login-logo {
        text-align: center;
        display: block !important;
        width: 100%;
        height: 100%;
        margin-bottom: 5vh;
        position: relative;
    }

        .login-container .login-logo img {
            width: 70% !important;
            height:auto;
        }

    .login-container div.login-title {
        font-size: 1.5rem;
        font-weight: 280 !important;
        text-align: left;
    }


#goto.link-wrapper a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.locked {
    margin: 50px auto;
    width: 70%;
    max-width: 700px;
    border: .01em ghostwhite solid;
    border-radius: 5px;
    padding: 60px 60px;
    background-color: rgba(255, 255, 255, 0.20);
}

    .locked p {
        margin-top: 30px;
        font-weight: 300;
    }

.message-container {
    border: 10px solid rgba(245, 245, 245, 0.15);
    width: 80vw;
    max-width: 980px;
    margin: 5vw auto !important;
    padding: 2.5vw;
    background-color: rgba(245, 245, 245, 0.15);
    border-radius: 10px;
    font-weight: 200;
    font-family: Roboto;
    display: block;
}

    .message-container p {
        display: block !important;
        font-size: 11pt !important;
        padding: 2rem 0 !important;
    }



@media only screen and (max-width: 800px) {
    .message-container {
        width: calc(100% - 10vw) !important;
        margin: 5vw auto 0 auto !important;
    }

        .message-container p {
            display: none;
        }

        .message-container h1 {
            font-size: x-large;
        }
}

.prog.progress-button {
    max-height: 35px;
    overflow-wrap: normal;
}

.progress-button .inner-text {
    display: inline;
    z-index: 0;
}

.progress-button span.progress div {
    display: inline;
    background-color: #428bca;
    position: relative;
    top: -23px;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1000;
}

.progress-button:hover span.progress div {
    background-color: #749a00;
}



.outdated {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0;
    z-index: 9998;
    text-align: center;
}

    .outdated .dropdown {
        width: 50%;
        min-height: 280px;
        position: relative;
        top: 0;
        z-index: 9999;
        color: #666;
        background-color: whitesmoke;
        border-radius: 10px;
        box-shadow: 0px 0px 18px 5px #000;
        margin: 20vh auto;
    }

        .outdated .dropdown div {
            margin: 0 auto;
            padding: 60px;
        }

            .outdated .dropdown div a {
                margin: 5px 10px;
            }

.login-logo .xs-copyright {
    display: none;
}


.copyright {
    position: fixed;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 9pt;
    line-height: 1.6;
    color: rgba(192, 192, 192, .55) !important;
}


.help {
    position: fixed;
    top: 100px;
    left: 0px;
}

    .help .link-wrapper {
        float: left;
        padding: 0 !important;
        background-color: rgba(0, 0, 0, 0.71);
        color: lightgray;
        width: 0px;
        height: 100%;
        font-size: 11pt;
        text-align: right;
        border-color: transparent;
        border-radius: 0 0 6px 0;
    }

        .help .link-wrapper a {
            display: block;
            color: lightgray !important;
            text-decoration: none;
            visibility: hidden;
            border-top: thin solid rgba(255, 255, 255, 0.18);
            padding: .41em 25px;
        }

            .help .link-wrapper a:hover {
                color: #6fbe41 !important;
            }

    .help .tab {
        cursor: pointer;
        background-color: #0077cc;
        color: white;
        float: right;
        font-size: x-large;
        padding: 8px 15px 4px 10px;
        border-radius: 0 6px 6px 0;
        border-color: #0a4b74;
        border-width: 1px;
        border-style: solid solid solid none;
    }

.form-group.register-link {
    font-size: initial !important;
}


@media only screen and (max-width: 896px) {

    .login-container .login-logo img {
        width: 60% !important;
        height: auto;
    }

    .form-group.register-link {
        font-size: small !important;
    }

    .copyright {
        position: relative !important;
        margin-top: 30px !important;
    }
}

@media only screen and (max-device-width: 1200px) and (orientation: landscape) {

    .copyright {
        position: relative !important;
        margin-top: 30px !important;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1112px) {
    body, html {
        text-align: center;
        color: white;
        font-family: Roboto !important;
        font-size: 12pt !important;
        height: 100% !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #54085f !important;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10vh !important;
    }
}

@media screen and (min-width : 992px) {

    body, html {
        height: 100%;
        background-image: url(../images/children-bg.png) !important;
        background-size: 3200px;
        background-position: center bottom !important;
    }
}

.btn-secondary {
    color: #333 !important;
    background-color: #f2af58;
}

    .btn-secondary:hover {
        background-color: #facf9e !important;
        color: #262B40 !important;
    }

.alert ul {
    padding: 0 1rem !important;
    margin-bottom: 0 !important;
}
