.card-login {
box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.2);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.main-panel-alone {
    background: rgba(203, 203, 210, 0.15);
    position: relative;
    float: right;
    width: calc(100% - 2px);
    min-height: 100%;
}

label {
    text-transform: inherit!important;
}

.fontsize1 {
    font-size: 100% !important;
}

.fontsize2 {
    font-size: 125% !important;
}

.fontsize3 {
    font-size: 150% !important;
}
.fsize {
    padding-left:5px;
    padding-right:5px;
}

#loaderDiv {
    background: grey;
    position: fixed;
    z-index: 1;
    left: 0;
    opacity: 0.4;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.loader {
    opacity: 1;
    margin: 20% auto;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.alert-success {
    background-color: #5b8a0e;
    color: white;
}

a[href="#navigation"] {
    color: #888888;
    font-size: 20px;
    display: none;
}

@media (max-width: 991px) {
    a[href="#navigation"] {
        display: block!important;
    }
}
