﻿
html {
    height: 100%;
}

.body_css {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: monospace;
    /*background-size: cover;*/
    min-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    background-size: 100% 100%;
}

#btn_show_pass {
    position: relative;
    top: -30px;
    right: 10px;
    float: right;
    color: #adadad;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    #div_container .col-md-4.col-md-offset-4 {
        margin-left: 0 !important;
    }
}

.pload {
    background-color: transparent;
    margin-top: 20px;
    font-family: Helvetica;
}


.loader {
    height: 20px;
    width: 20px;
    margin-left: 22%;
}

.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;
    }

@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: 29% !important;
}

.cloud-absolute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: rotate(180deg);
}

.login100-form-btn {
    background-color: transparent;
    width: 100% !important;
    margin: auto;
}

.preloader {
    display: none;
}

.pload {
    display: none;
}

.container-login100 {
    background-image: url('../../login_new/bg-01.jpg');
}

#img_logo {
    width: 76px;
    position: absolute;
    margin-left: 23px;
}