
.body_css {
    background: url("login_new/bg-01.jpg") no-repeat 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


@media screen and (max-width: 480px) {
    .body_css {
        background-size: auto;
    }

    .col-md-offset-4 {
        margin-left: 0 !important;
    }

    .panel-heading h5 {
        font-size: 34px !important;
    }
}

#txt_username_p {
    background-color: #d9edf7;
}

#txt_captcha {
    width: 50%;
    background-color: #d9edf7;
    margin-bottom: -56px;
}

#txt_emailid_p {
    background-color: #d9edf7;
}


.pload {
    background-color: transparent;
    height:;
    width:;
    font-family: Helvetica;
}


.loader {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 75%;
    bottom: 0;
    left: 0;
    right: 220px;
    margin: auto;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

    .loader--text:after {
        content: "Loading";
        font-weight: bold;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}

.alert {
    font-size: 16px;
    color: white;
    border: 1px solid white;
    width: 28% !important;
}

.cloud-absolute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: rotate(145deg);
}

.container-login100 {
    background-image: url('../login_new/bg-01.jpg');
}

.wrap-login100 {
    height: 512px;
}

#fp_1 {
    margin-top: 18px;
}

#fp_2 {
    width: 215px;
}

#fp_3 {
    width: 77%;
    text-align: right;
}

#fp_4 {
    width: 70%;
    text-align: left;
    padding-top: 1%;
    padding-left: 1%;
}

.form-group {
    width: 50%;
    margin-left: 50%;
    margin-top: 12px;
    margin-bottom: 5px;
}

.container-login100-form-btn {
    margin-top: 35px;
}

#btn_send_password {
    background-color: transparent;
    width: 40%;
    margin: auto;
}

#plogin, .preloader {
    display: none
}

#img_logo {
    width: 76px;
    position: absolute;
    margin-left: 23px;
}

#label_close {
    cursor: pointer;
}
