﻿#login-body {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Assistant', sans-serif;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.6);
}

#footer {
    color: white;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.sidebar-section {
    background-color: rgba(0,0,0,0.4);
}



input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #808080 !important;
}

#tokenInput {
    letter-spacing: 8px;
}



.unload {
    display: normal;
}

.load {
    display: none;
}

input[type=button], button {
    cursor: pointer;
}

    input[type=button]:disabled, button:disabled {
        cursor: not-allowed;
    }

.loginCardWrapper {
    height: 550px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.logingHeaderDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.imgWrapper {
    margin: .5rem 0;
    background: #fff;
    padding: 0.1rem;
    border-radius: 50%;
    box-shadow: 1px 1px 10px 2px #a1a1a1;
}

.logoImg {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
}

.loginInfoCard {
    height: 100%;
    background: #014686;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .loginInfoCard h1 {
        color: #fff;
        margin-top: 1rem
    }

@media only screen and (max-width: 600px) {
    .loginInfoCard {
        display: none;
    }
}
