﻿body {
    background-image: url('../../../../production/images/bgggg.png');
    background-size: 150%;
    background-position-x: top/*-180px*/;
}
.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right,#7e7e7e 0,#fff 100%);
    left: 0;
    display: none!important;
}
.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(right,#7e7e7e 0,#fff 100%);
    left: 0;
    display: none !important;
}

div#login_panel {
    margin-left: 150px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 0 10px 100px 10px;
}

div#copyright {
    position: absolute;
    top: 350px;
    margin-left: 180px;
    margin-right: -149px;
}

@media only screen and (max-width: 1024px) {

    body {
        background: url('../../../../production/images/bgggg.png') no-repeat center center fixed;
        background-size: 500%;
        background-position-x: -445px;
    }

    div#login_panel {
        margin-left: 0;
        margin-top: 70px;
        border: 2px solid white;
        border-radius: 10px;
        padding: 0 10px 100px 10px;
    }

    div#copyright {
        position: absolute;
        top: 450px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*Preloader*/
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.loader:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 6px solid #7b5270;
    border-radius: 50%;
    border-top-color: #630367;
    animation: spin 1s linear infinite;
    z-index: 999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Preloader*/

/*Forgot password*/

    .card {
        z-index: 1;
        justify-content: center;
        align-items: center
    }

    .card h6 {
        color: #fff;
        font-size: 20px
    }

    .card span, small {
        color: #fff;
    }

    .card .mt-4 {
        margin-top: 10px;
    }

    .card-2 span {
        color: #fff;
    }

    .card-2 a {
        color: #ffffff;
    }

    .inputs input {
        width: 40px;
        height: 40px;
        font-size: 30px;
        text-align: center;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0
    }
    /*Forgot password*/

