/*!
 * Mimin v1.0 (http://)
 * Copyright 2020
 * Mimin License
 */

/* ---
	HTML tag.
	*/

body {
    background-image: url(../src/auth.png?v=3) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.auth-wrapper {
    background: none;
}

.card {
    background: rgb(255 255 255 / 90%);
}

/* ---
    loading
    */
.loading {
    /*width: 36px;*/
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}