
/* Login box ---------------------------------- START -- */

.admin-login {
    margin: 5rem auto;
    padding: 30px 20px 10px;
    text-align: center;

    background: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    box-shadow: 0 0 75px -25px rgba(0, 0, 0, 0.25);
}

input {
    text-align: center;
}
/* Login box ------------------------------------ END -- */



/* Background image --------------------------- START -- */

body {
    overflow: hidden;
}

.bg {
    position: absolute;
    z-index: -1;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    width: auto;

    min-width: 102%;
    height: 102%;
    filter: blur(9px);
}
/* Background image ----------------------------- END -- */
