body {
    font-family: Microsoft YaHei, "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    color: #d4d4d4;
    line-height: 30px;
    text-align: center;
    background: #FFC107;
    min-height: 100vh;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #4aaf51;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4aaf51;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #4aaf51;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
    background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
    background: #dd4b39;
}

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover, .top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    margin-top: 50px;
    /* background: #0b1026d6; */
    padding: 0px;
    /* box-shadow: 0px 0px 62px -20px #2196F3; */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    font-size: 25px;
    color: white;
    /*background: linear-gradient(to bottom,#0169ca00,#0169ca,#0169ca00);*/
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 0px 25px 30px 25px;
    /* background: #eee; */
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
    background: linear-gradient(to  right, #4073ff,#4186ff);
    /*border-radius: 50px;*/
    padding: 12px 20px;
    height: auto;
    line-height: 100%;
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 100%;
}

.form-bottom form .input-error {
    border-color: #4aaf51;
}

.social-login {
    margin-top: 35px;
}

.social-login h3 {
    color: #fff;
}

.social-login-buttons {
    margin-top: 25px;
}

/*custom*/

.future {
    /*background: url(../images/future.jpg);*/
    background-size: cover;
    background-position: center;
    padding: 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.login {
    padding: 0px;
}

.heading {
    color: #ffffff;
    padding: 22px 4px;
    font-weight: bold;
}

.form-bottom form button.btn i {
    position: absolute;
    right: 20px;
}

.form-bottom form button.btn:active:focus {
    background: linear-gradient(to bottom, #bd9853 10%, #fdee8a 80%, #fdee8a);
    opacity: 1;
}

.form-control, input[type="text"], input[type="password"], textarea, textarea.form-control, select {
    border: 0px;
    box-shadow: none;
    border: 0px solid #535f92;
    border-bottom: 2px solid #3d4352;
    border-radius: 0px;
    width: 100%;
    color: #fff;
    background: #171a21;
    font-size: 100%;
    padding: 10px;
    height: auto;
}

.textcode_box img {
    margin: 0px auto;
    display: block;
}

.textcode_box .input-field {
    display: flex;
}

.form-control:focus {
    border-color: #088bc9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.future h2 {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    color: #e5e7ed;
}

canvas {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 2;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 100%;
    max-width: none;
}

.carousel-inner > .item, .carousel-inner, .carousel {
    height: 100%;
}

.backstretch {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 1920px;
    z-index: -999999;
    position: fixed;
}

.backstretch img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 1920px;
    height: auto;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: -90px;
}

.rev_slider_wrapper, #rev_slider_1_1 {
    height: 100% !important;
    position: absolute !important;
}

.tp-bgimg.defaultimg {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

input::placeholder {
    color: #f1f1f1 !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
/*loader*/

#preloader {
    background-color: #18191d;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    perspective: 500px;
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.square-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #25d697, #fdb22a);
    -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 1200px) {
    .login {
        /* padding: 20px; */
    }
}

@media (max-width: 770px) {
    .inner-bg {
        padding: 60px 0 110px 0;
    }

    .form-box {
        margin-top: 50px;
        background: transparent;
        padding: 0px;
        box-shadow: none;
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        float: none;
        transform: none;
        z-index: 9;
        width: 80%;
        margin: 50px auto;
    }

    .future {
        display: none;
    }
}

@media (max-width: 415px) {
    h1, h2 {
        font-size: 32px;
    }

    .form-box {
        width: 100%;
        margin: 0px;
        /* background: #0b1026d6; */
    }
}