body {
    -ms-flex-align: center !important;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(15deg, #64bcf4, #c2e59c) no-repeat fixed;
}

@media only screen and ( min-width: 576px) {
    body {
        align-items: center !important;
    }
}

.bg-admin {
    background: linear-gradient(15deg, #e66465, #9198e5) no-repeat fixed;
}

.easter-egg-logo {
    transition: .3s;
}

.easter-egg-logo:hover {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 1rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 25px;
    width: 100%;
    height: 100%;
}

.form-login {
    width: 100%;
    padding: 50px;
    max-width: 400px;
    margin: auto;
}

@media only screen and (max-height: 576px) {
    .form-login {
        padding: 20px;
    }
}

.notification-area {
}

@media only screen and (max-width: 576px) {
    .notification-area {
        position: fixed;
        width: calc(100% - 30px);
        top: 5%;
    }
}

@media only screen and (min-width: 576px) {
    .notification-area {
        position: fixed;
        max-width: 350px;
        top: 30px;
        right: 30px;
    }
}

.form-signin {
    max-width: 450px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
