﻿


body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

.login-title {
    color: #0078AB;
    font-size: 36px;
    font-weight:lighter;
}

.min-h-100vh {
    min-height: 100vh;
}

.cursor-pointer {
    cursor: pointer;
}

.not-a-customer-label,
.forgot-password-label,
.remember-me-label {
    font-size: 16px;
    color: #283248 !important;
    font-weight:normal;
}

.remember-me-checkbox-box {
    width: 14px;
    height: 14px;
}

.login-btn {
    font-size: 20px;
    text-align: center;
    width: 100%;
    max-width: 208px;
    background-color: #0078AB;
    color: #ffffff;
    border-radius: 6px;
}

    .login-btn:hover,
    .login-btn:focus {
        background-color: #003B6D;
    }

.login-input-field {
    font-size: 22px;
}

.register-btn {
    font-size: 16px;
    border-color: #0078AB;
    color: #0078AB;
    line-height: 16px;
    background-color: white;
    min-width: 115px
}

    .register-btn:hover,
    .register-btn:focus {
        background-color: #003B6D;
        border-color: #003B6D;
        color: white;
    }

.login-left-section-col {
    background-image: url(../../assets/images/login-banner-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tracker-logo-desktop {
    max-width: 170px;
}

.powered-by-logo-label {
    font-size: 14px;
    color: #A1A1A1;
    font-weight:normal;
}

.powered-by-container-mobile {
    background-color: #003B6D;
}

@media only screen and (min-width:768px) {
    .login-form-container {
        max-width: 369px;
    }

    .login-title {
        font-size: 42px;
    }

    .tacker-logo-column {
        min-height: 100vh;
    }

    .tracker-logo {
        width: 82%;
        margin-bottom: 42%;
        margin-left: -18%;
    }

    .powered-by-logo-container {
        width: 200%;
    }
}
