﻿@import url('/Content/site.css?v=2');

.bodylogin {
    background-color: white !important;
    font-family: 'Brandon Grotesque', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    background-size: cover; /* Ensures the image covers the viewport */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    background-image: url('images/v2/LoginPageREV2.png');
    display: flow;
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.box {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.field {
    font-family: "Brandon Grotesque", sans-serif;
    outline: solid;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 1px;
    padding: 1px;
    box-sizing: border-box;
    font-size: 14px;
}

.loginbutton {
    font-family: "Brandon Grotesque", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: var(--true-primary-color-orange);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.aspbutton {
    font-family: "Brandon Grotesque", sans-serif;
    text-transform: uppercase;
    outline: 0;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.loginbutton:hover, .form button:active, .form button:focus {
    background: var(--true-secondary-color-pink);
}

.form .title {
    margin: 15px 0 0;
    color: var(--true-primary-color-orange);
    font-weight: bold;
    font-size: 16px;
}

.form .error {
    margin: 15px 0 0;
    color: #bf1111;
    font-weight: bold;
    font-size: 10px;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form .instruct {
    margin: 15px 0 0;
    padding: 11px;
    color: #FFFFFF;
    background-color: var(--true-secondary-color-blue);
    font-size: 1.25em;
}

.form .message a {
    color: #4CAF50;
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }

.loginTrueConnect {
    position: relative;
    top: 10px;
    left: 20px;
    width: 500px;
    font-family: Brandon Grotesque;
    font-size: 50px;
    color: var(--true-primary-color-grey);
    letter-spacing: 1px;
    word-spacing: 5px;
    line-height: 1.6;
    z-index: 500;
}

@media (max-width: 768px) {
    .loginTrueConnect {
        font-size: 40px; /* Smaller screens */
    }
}

@media (max-width: 480px) {
    .loginTrueConnect {
        font-size: 25px; /* Even smaller screens */
    }
}
