.login-bg {
    background-image: url("../../assets/images/flat-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#login-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

#login-page .card-panel.border-radius-6.login-card {
    margin-left: 0 !important;
}

.bg-opacity-8 {
    background-color: rgba(255, 255, 255, 0.8);
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
    position: absolute !important;
    padding: 40px;
    width: 35% !important
}

.bg-opacity-8 {
    background-color: rgba(255, 255, 255, 0.8);
}

.border-radius-6 {
    border-radius: 6px !important;
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

@media only screen and (min-width: 993px) {
    .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

@media only screen and (min-width: 601px) {
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .form__group {
        position: relative;
        padding: 15px 0 0;
        margin-top: 10px;
        width: 50%;
    }
    .form__group i {
        font-size: 22px;
        color: darkgray;
        margin-top: 8px;
    }
    .signintext {
        font-size: 26px;
        font-weight: 400;
    }
    .form__field {
        margin-left: 10px;
        font-family: inherit;
        width: 100%;
        border: 0;
        border-bottom: 2px solid #9b9b9b;
        outline: 0;
        font-size: 1.3rem;
        color: #4e4e4e;
        background: transparent;
        transition: border-color 0.2s;
    }
    .form__field::placeholder {
        color: transparent;
    }
    .form__field:placeholder-shown~.form__label {
        font-size: 1rem;
        cursor: text;
        top: 20px;
        left: 45px;
    }
    .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #9b9b9b;
        left: 45px;
    }
    .form__field:focus {
        padding-bottom: 6px;
        font-weight: 700;
        border-width: 3px;
        border-image: linear-gradient(to right, #11998e, #38ef7d);
        border-image-slice: 1;
    }
    .form__field:focus~.form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #11998e;
        font-weight: 700;
    }
    /* reset input */
    .form__field:required,
    .form__field:invalid {
        box-shadow: none;
    }
    [type="checkbox"]+span:not(.lever):before,
    [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 3px;
        -webkit-transition: .2s;
        transition: .2s;
    }
    [type="checkbox"]+span:not(.lever) {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    [type="checkbox"]:checked+span:not(.lever):before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #ff4081;
        border-bottom: 2px solid #ff4081;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    /*# sourceMappingURL=login.css.map */
    .gradient-45deg-purple-deep-orange {
        background: #8e24aa;
        background: linear-gradient( 45deg, #8e24aa, #ff6e40) !important;
    }
    .btn:hover,
    .btn-large:hover,
    .btn-small:hover,
    .btn-floating:hover {
        -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    }
    .admin_login_button {
        color: white;
        text-transform: uppercase;
        border-radius: 26px !important;
        width: 90% !important;
        margin: auto !important;
        display: flex !important;
        justify-content: center;
    }
    .headre-admin {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .red-text {
        margin-left: 40px;
        color: #f96a46;
    }
}

@media(max-width: 576px) {
    #login-page .card-panel.border-radius-6.login-card {
        width: 95% !important;
    }
    .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #9b9b9b;
        left: 45px;
    }
    .form__field:placeholder-shown~.form__label {
        font-size: 1rem;
        cursor: text;
        top: 20px;
        left: 45px;
    }
    .headre-admin {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .form__group {
        position: relative;
        padding: 15px 0 0;
        margin-top: 10px;
        width: 50%;
    }
    .form__group i {
        font-size: 22px;
        color: darkgray;
        margin-top: 8px;
    }
    .signintext {
        font-size: 26px;
        font-weight: 400;
    }
    .form__field {
        margin-left: 10px;
        font-family: inherit;
        width: 100%;
        border: 0;
        border-bottom: 2px solid #9b9b9b;
        outline: 0;
        font-size: 1.3rem;
        color: #4e4e4e;
        background: transparent;
        transition: border-color 0.2s;
    }
    .form__field::placeholder {
        color: transparent;
    }
    .form__field:placeholder-shown~.form__label {
        font-size: 1rem;
        cursor: text;
        top: 20px;
        left: 45px;
    }
    .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #9b9b9b;
        left: 45px;
    }
    .form__field:focus {
        padding-bottom: 6px;
        font-weight: 700;
        border-width: 3px;
        border-image: linear-gradient(to right, #11998e, #38ef7d);
        border-image-slice: 1;
    }
    .form__field:focus~.form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #11998e;
        font-weight: 700;
    }
    /* reset input */
    .form__field:required,
    .form__field:invalid {
        box-shadow: none;
    }
    [type="checkbox"]+span:not(.lever):before,
    [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 3px;
        -webkit-transition: .2s;
        transition: .2s;
    }
    [type="checkbox"]+span:not(.lever) {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    [type="checkbox"]:checked+span:not(.lever):before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #ff4081;
        border-bottom: 2px solid #ff4081;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    /*# sourceMappingURL=login.css.map */
    .gradient-45deg-purple-deep-orange {
        background: #8e24aa;
        background: linear-gradient( 45deg, #8e24aa, #ff6e40) !important;
    }
    .btn:hover,
    .btn-large:hover,
    .btn-small:hover,
    .btn-floating:hover {
        -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    }
    .admin_login_button {
        color: white;
        text-transform: uppercase;
        border-radius: 26px !important;
        width: 90% !important;
        margin: auto !important;
        display: flex !important;
        justify-content: center;
    }
    .headre-admin {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .red-text {
        margin-left: 40px;
        color: #f96a46;
    }
}