/*! Tequila v3.0.0 | MIT License | http://github.com/thinkxl/tequila.scss */

.row {
    width: 100%;
    grid-template-columns: 1fr;
}
/*
    .row:before, .row:after {
        content: ' ';
        display: table;
    }

    .row:after {
        clear: both;
    }*/


.any-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-page .page-logo, .login-page .form-container, .login-page .nv-form, .login-page .forgot-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #333;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.618;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

a {
    color: #3498db;
    text-decoration: none;
}


h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.125;
    text-rendering: optimizeLegibility;
    color: #717074
}

h2 {
    font-size: 2.118rem;
}

    h2.page-heading {
        font-size: 25px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 1em;
    }

a.nv-btn, .nv-btn, button.nv-btn-primary, .nv-btn-primary {
    display: inline-block;
    padding: .8em 2.75em;
    margin: 0 0 1em;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowarp;
    line-height: 1;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
}

    .nv-btn:focus, .nv-btn-primary:focus {
        outline: none;
    }

a.nv-btn, .nv-btn {
    color: #555;
    background-color: #eee;
}



    a.nv-btn:active, .nv-btn:active {
        background-color: #c8c8c8;
    }

button.nv-btn-primary, .nv-btn-primary {
    color: #fff;
    background-color: #3498db;
}

    button.nv-btn-primary:hover, .nv-btn-primary:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2383c4;
    }

    button.nv-btn-primary:active, .nv-btn-primary:active {
        background-color: #1d6fa5;
    }

.nv-form input, .nv-form button, .nv-form fieldset {
    outline: none;
    vertical-align: top;
    display: block;
    border-radius: 37px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nv-form label {
    display: block;
    margin-bottom: 0;
    margin-left: 23px;
    font-size: 16px;
    font-weight: 600;
    color: #5f5f5f;
}
.nv-form .input-area {
    position: relative;
}
.nv-form input[type="text"], .nv-form input[type="password"] {
    width: 100%;
    max-width: 400px;
    padding: 14px 40px;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    border-radius: 37px;
    border: 1px solid #ccc;
}
.nv-form .input-area i {
    position: absolute;
    top: 16px;
    left: 18px;
    color: #3498db;
}
.nv-form input[type="text"], .nv-form input[type="password"] {
    -webkit-appearance: none;
}


.nv-form .field-help {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin: -15px auto 30px;
    color: #3498db;
}

.nv-form fieldset {
    padding: 10px 25px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.nv-form input:focus, .nv-form button:focus {
    background-color: #fbfbfb;
    border-color: #3498db;
}
.nv-form .nv-form-help {
    display: block;
    text-align: right;
}
.nv-form .nv-form-help a{
    margin: 0;
    font-style: italic;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
}
    .nv-form .nv-form-help a:hover {
        color: #a8d7ff;
    }
    .field-bottom {
        display: flex;
        justify-content: space-between;
        margin: 15px;
        font-size: 12px;
    }
.nv-form .password-toggle {
    position: absolute;
    right: 1rem;
    top: 52%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6b7280;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    z-index: 3;
}

    .nv-form .password-toggle:hover {
        color: #ccc;
        background: rgba(14, 165, 233, 0.08);
        transform: translateY(-50%) scale(1.05);
    }

    .nv-form .password-toggle i {
        font-size: 1rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        position: relative;
        top: 0;
        left: 0;
    }

    .nv-form .password-toggle:hover i {
        transform: scale(1.1);
    }
    
    
    .terms-and-privacy {
        display: flex;
        justify-content: space-around;
        gap: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .terms-and-privacy a {
        color: #252525;
        text-decoration: none;
        font-size: 0.675rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0.25rem 0;
        border-bottom: 2px solid transparent;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }

        .terms-and-privacy a:hover {
            color: #3498db;
        }


        .terms-and-privacy a::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #2383c4;
            transition: width 0.3s ease;
        }

    .terms-and-privacy a:hover::before {
        width: 100%;
    }



img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 1rem;
}

[class^="col-"]:first-child {

    align-items: center;
    align-content: center;
}

/*.col-1-2 {
    float: none;
    margin-left: 0;
    width: 100%;
}*/

/*.col-1-1 {
    float:none;
    width:100%;
}
*/

.container {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.container {
    max-width: 100%;
}

main {
    padding-top: 2em;
}

main {
    padding-top: 0;
}

.login-page {
    padding-left: 0;
    padding-right: 0;
}

    .login-page header {
        text-align: center;
    }

    .login-page .page-logo {
        max-width: 90%;
        margin: 10% auto 0 auto;
    }

    .login-page .form-container {
        max-width: 90%;
        margin: 10% auto;
        border: thin solid transparent;
        border-radius: 30px;
        box-shadow: 8px 6px 20px 1px #00000036;
        min-width:350px;
    }

        .login-page .form-container fieldset {
            border: 0;
        }

    .login-page forgot-container {
        max-width: 90%;
    }

    .login-page forgot-container, fieldset {
        border: 0;
    }

    .login-page .nv-input {
        max-width: 100% !important;
    }

    .login-page .nv-form {
        max-width: 90%;
    }

    .login-page .btn-login {
        width: 100%;
        margin-top: 29px;
    }

    .login-page .col-1-2 {
        position: relative;
    }

.login-page-info .service-box {
    display: block;
    width: 100%;
    padding: 1em 2em 1em 2em;
    box-shadow: 5px 5px 3px 2px rgba(50,50,50,.1);
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    background-color: rgba(52,152,219,.8);
}

    .login-page-info .service-box.greener {
        background-color: rgba(0,135,16,.8);
    }

    .login-page-info .service-box.allianceBlue {
        background-color: rgba(2, 115, 173, 0.90);
    }

        .login-page-info .service-box.allianceBlue a.nv-btn.service-box-btn {
            background-color: #f27c21;
            color: #FFF !important;
            font-size: 24px;
        }

    .login-page-info .service-box a {
        color: #fff;
    }

.login-page-info .service-box-buttons {
    margin-top: 1em;
}

.login-page-info .service-box-btn {
    font-size: .7em;
    color: rgba(52,152,219,.8) !important;
    box-shadow: 2px 2px 3px 2px rgba(50,50,50,.4)
}

    .login-page-info .service-box-btn:hover {
        box-shadow: inset 0 0 1px 1px rgba(0,0,0,.5);
    }

.productTitle {
    font-weight: bold;
    display: block;
    text-shadow: 2px 2px rgba(50,50,50,.4);
}

.warning {
    text-align: center;
    color: #900;
    font-weight: bold;
    font-style: oblique;
    font-size: 15px;
    margin: 5px 5px 14px;
}

@media only screen and (min-width: 31em) {
    .login-page .form-container {
        max-width: 80%;
    }

    .login-page .forgot-container {
        max-width: 80%;
    }
}

@media only screen and (min-width: 48em) {
    .login-page {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    [class^="col-"]:first-child {
        height: 100vh;
    }

    .row {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .any-slide {
        background-size: 50% auto;
    }
    .login-page-info .service-box {
        top: 40%;
        position: absolute;
        left: 0;
    }

    .login-page-info {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 50%;
        background-position-y: 0;
    }
}

@media only screen and (min-width: 82em) {
    .login-page .form-container {
        max-width: 45%;
        margin-top: auto;
        min-width:500px;
    }

    .login-page .forgot-container {
        max-width: 30%;
    }
    .login-page .form-container{
        margin-top: auto;
    
    }
}
