﻿#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;
}
