﻿.navbar {
    display: none;
}

footer {
    display: none;
}

.app-navigation {
    display: none;
}

body {
    padding: 0;
    background: #F6F6F6;
    overflow: hidden;
}

#splash {
    display: none;
    background: url('../../images/splash-image.png') no-repeat center;
    height: 100vh;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
}

.overlay {
    background: rgba(15, 152, 59, 0.8);
    overflow: hidden;
    height: 100vh;
}

.splash-client-logo {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 34vw;
    top: 15vh;
}

.splash-text {
    position: relative;
    top: 45vh;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
    text-align: center;
}

.splash-powered-text {
    position: absolute;
    width: 82px;
    height: 22px;
    left: calc(50% - 82px/2 - 33px);
    bottom: 24px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F2FAF5;
}

.powered-by-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    gap: 10px;
    position: absolute;
    width: 63.67px;
    height: 32.21px;
    left: calc(52%);
    bottom: 28px;
    background: #FFFFFF;
    border-radius: 5px;
}

#account-section {
    display: none;
}

.acc-client-logo {
    position: relative;
    width: 100px;
    height: 100px;
    left: calc(50% - 99px/2 - 5px);
    top: 50px;
}

.login-title {
    position: absolute;
    width: 150px;
    height: 41px;
    left: 25px;
    top: 160px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    display: flex;
    align-items: center;
    color: #000000;
}

.login-subtitle {
    position: absolute;
    width: 311px;
    height: 27px;
    left: 25px;
    top: 210px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.5);
}

#loginForm {
    position: absolute;
    top: 180px;
}

.remember-me {
    position: absolute;
    left: 38px;
    top: 0.5px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #262641;
}

input[type=checkbox] {
    height: 14px;
    width: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    border: none;
    outline: none;
    transition-duration: 0.3s;
    background: url('../images/icons/unchecked-box.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: url('../images/icons/check-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-login {
    position: absolute;
    top: 30px;
    background: var(--primary-color);
    border-radius: 8px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #FFF;
}

    .btn-login.disabled, .btn-login[disabled], fieldset[disabled] .btn-login {
        background: var(--disabled-background);
        border-radius: 8px;
        color: var(--subtle-text);
    }

    .btn-login:hover, .btn-login:focus {
        background: var(--primary-dark-color);
        color: #FFF;
    }

.powered-by {
    position: fixed;
    width: 82px;
    height: 22px;
    left: calc(50% - 82px/2 - 33px);
    bottom: 20px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--primary-color);
    z-index: -1;
}

.powered-by-logo {
    /*
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 5px;
        gap: 10px;
    */
    position: fixed;
    width: 63.67px;
    left: calc(52%);
    bottom: 23px !important;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: -1;
}

.login-account-icons {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 30px;
    top: 15px;
    display: none;
}

.login-pass-icon {
    position: absolute;
    top: 23px !important;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

@media (max-width: 320px) {

    .login-pass-icon {
        position: absolute;
        top: 23px !important;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000000;
    }
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fullscreen {
    position: relative;
    top: -20vh;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    height: 120vh;
    z-index: 50;
}

.loader {
    position: relative;
    margin: 50vh auto;
    border: 6px solid #FFFF;
    border-top: 6px solid var(--primary-color);
    border-radius: 50%;
    width: 63px; /*83*/
    height: 63px;
    animation: spin 2s linear infinite;
}

#login-loader {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.validation-summary-errors {
    position: relative;
    top: -15px;
    color: var(--error);
}
