/*
Template Name: Resto - Admin Panel
Author: KodingStudio
Website: https://kodingstudio.com/
Contact: contact@kodingstudio.com
File: Custom Css File
*/

.error-notification {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #f17171;
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(to right, #283a5a, #34425a);
    opacity: 0.9;
}

.auth-bg-cover {
    background: linear-gradient(-45deg, #283a5a 50%, #34425a);
}

#circle {

    width: 30px;
    height: 30px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 5px solid #162534;
    border-top: 5px solid #09f;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.grid-item {
    width: 200px;
}

.grid-item--width2 {
    width: 400px;
}

