﻿body {
    font-family: roboto;
    background-color: #ffffff !important;
}


/* main container */
.main-row {
    height: 100%;
}

@media (max-width: 959px) {
    .main-row {
        background-color: #ffffff !important;
    }
}


/* left column */
.left-tab {
    background-color: #ffffff;
}

@media (min-width: 1360px) {
    .left-tab {
        min-width: 390px;
        max-width: 500px;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .left-tab {
        min-width: 390px;
    }
}

@media (min-width: 320px) and (max-width: 959px) {
    .left-tab {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 319px) {
    .left-tab {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}


/* left column floating contianer */
.left-tab-floating-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 659px) {
    .left-tab-floating-container {
        margin-top: 60px;
        margin-bottom: 50px;
    }
}


/*title*/
.title {
    color: #252525;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 1360px) {
    .title {
        line-height: 32.81px;
        font-size: 28px;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .title {
        line-height: 32.81px;
        font-size: 28px;
    }
}

@media (min-width: 320px) and (max-width: 959px) {
    .title {
        line-height: 21.09px;
        font-size: 18px;
    }
}

@media (max-width: 319px) {
    .title {
        line-height: 21.09px;
        font-size: 18px;
    }
}


/* primary (banner) image container */
.primary-image-container {
    padding: 100px;
}

@media (max-width: 959px) {
    .primary-image-container {
        display: none;
    }
}

.primary-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
}


/* main-logo container*/
.main-logo-container {
    top: 30px;
    position: absolute;
    display: grid;
    text-align: center;
}

.admin-container {
    bottom: 15px;
    position: absolute;
    display: grid;
    text-align: center;
}

.text-decoration-none {
    text-decoration: none !important;
}

.back-button {
    display: flex;
    align-items: center;
}

@media (max-width: 959px) {
    .back-button {
        display: none;
    }
}

/* main-logo */
.main-logo {
    max-height: 50px;
}

@media (max-width: 959px) {
    .main-logo {
        max-height: 35px;
    }
}

/* mobile (banner) image */
@media (min-width: 960px) {
    .mobile-banner {
        display: none !important;
    }
}


/* password icon */
.field-icon {
    margin-top: 10px;
    z-index: 2;
    font-size: 19px;
    color: #666666;
    margin-left: -40px;
}


/* controls width */
@media (min-width: 1360px) {
    .control-width {
        width: 326px;
        min-width: 326px;
        max-width: 326px;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .control-width {
        width: 326px;
        min-width: 326px;
        max-width: 326px;
    }
}

@media (min-width: 320px) and (max-width: 959px) {
    .control-width {
        width: 288px;
        min-width: 288px;
        max-width: 288px;
    }
}

@media (max-width: 319px) {
    .control-width {
        width: 288px;
        min-width: 288px;
        max-width: 288px;
    }
}


/* submit button */
.submit-btn {
    height: 40px;
    color: white !important;
    text-transform: uppercase;
}

@media (min-width: 1360px) {
    .submit-btn {
        margin-top: 25px;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .submit-btn {
        margin-top: 20px;
    }
}

@media (min-width: 320px) and (max-width: 959px) {
    .submit-btn {
        margin-top: 15px;
    }
}

@media (max-width: 319px) {
    .submit-btn {
        margin-top: 10px;
    }
}

/* external login text */
.external-login {
    font-weight: 400;
}

@media (min-width: 1360px) {
    .external-login {
        white-space: nowrap;
        margin-top: 34px;
        font-size: 14px;
    }
}

@media (min-width: 690px) and (max-width: 1359px) {
    .external-login {
        margin-top: 34px;
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 659px) {
    .external-login {
        margin-top: 16px;
        font-size: 14px;
    }
}

@media (max-width: 319px) {
    .external-login {
        margin-top: 16px;
        font-size: 14px;
    }
}


/* registration text */
.registration-text {
    font-weight: 400;
}

@media (min-width: 1360px) {
    .registration-text {
        text-align: center;
        margin-top: 45px;
        font-size: 12px;
        line-height: 14.06px;
    }
}

@media (min-width: 320px) and (max-width: 1359px) {
    .registration-text {
        text-align: center;
        margin-top: 25px;
        font-size: 12px;
        line-height: 14.06px;
    }
}

@media (max-width: 319px) {
    .registration-text {
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        line-height: 14.06px;
    }
}


/* input text */
.input-text {
    font-size: 14px !important;
    height: 40px;
    border: 1px solid #666666 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #252525;
}

@media (min-width: 1360px) {
    .input-row {
        margin-top: 35px;
    }
}

@media (min-width: 960px) and (max-width: 1359px) {
    .input-row {
        margin-top: 35px;
    }
}

@media (min-width: 320px) and (max-width: 959px) {
    .input-row {
        margin-top: 30px;
    }
}

@media (max-width: 319px) {
    .input-row {
        margin-top: 25px;
    }
}


/* input control placeholder */
.input-container {
    position: relative;
    display: inline-block;
}

label {
    padding-left: 4px;
    padding-right: 4px;
    pointer-events: none;
    position: absolute;
    left: 13px;
    top: 10px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
    background: #ffffff;
    color: #666666;
    font-size: 14px;
}

input:focus + label, input:not(:placeholder-shown) + label {
    opacity: 1;
    transform: translateY(-105%) translateX(0px);
    font-size: 12px;
    color: #252525;
}

input:-webkit-autofill + label {
    opacity: 1;
    transform: translateY(-105%) translateX(0px);
    font-size: 12px;
    color: #252525;
}


/* checkbox color */
input[type=checkbox]:checked:before {
    background-color: #000000 !important;
    border-radius: 3px;
}

.remember-me-input {
    vertical-align: middle;
    margin-left: 10px;
    height: 18px;
    width: 18px;
}


button:disabled {
    background-color: #e1e5ea !important;
    color: #666666 !important;
}

.contact-admin, .forgot-password {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #252525;
    min-width: 163px;
    max-width: 163px;
    width: 163px;
    white-space: nowrap
}

.register-link {
    text-align: center;
    color: #252525 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
}

.logo {
    height: 40px;
    width: 40px;
}

.invalid-border {
    border: 1px solid #B00020 !important;
}

.active-border {
    border: 1px solid green !important;
}

.invalid-color {
    color: #B00020 !important;
}

.valid-border {
    border: 1px solid gray !important;
}

.valid-color {
    color: gray !important;
}

.active-color {
    color: green !important;
}

.hide {
    display: none;
}

.check-icon {
    font-size: 20px;
    color: gray;
}

.check-icon-valid {
    color: green !important;
}

.check-icon-container {
    margin-top: -14px;
}

.validation-message {
    font-size: 12px;
    position: absolute;
    line-height: 25px;
}

/*Legacy bootstrap support*/
.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

label {
    margin-bottom: 0.5rem;
}
