﻿body.login-bg {
    background: url(../images/Skynet_bg_img.jpg) bottom center;
    background-size: cover;
}

.form-control:focus {
    border-color: #e23636;
    box-shadow: none;
}

.login-main1 {
    padding: 30px;
    /* background: #fff; */
    height: 400px;
    width: 65%;
    position: absolute;
    transform: translate(-0%, -50%);
    right: 0;
    top: 50%;
    overflow: hidden;
    /* border: 1px solid #fff; */
    border-radius: 5px;
}

.inner {
    position: relative;
    text-shadow: 0 0 black;
    display: table;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.inner-text {
    \: translate(-50%,-50%);
    \: 50%;
    \: 50%;
    \: absolute;
    \: 50%;
    \: block;
    display: table-cell;
    vertical-align: middle;
}

.login-area1 {
    background: #fff;
    height: 120%;
    position: relative;
    top: -51px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 3px; /* width: 400px; */ /* right: 100px; */
}

.login-block {
    background: #DE6262;
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
    background: linear-gradient(to bottom, #FFB88C, #DE6262);
    float: left;
    width: 100%;
    padding: 50px 0;
}

.heading {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.login-sec1 img {
    width: 80px;
}

.form-check {
}

.spna2 {
    width: 100%;
    float: right;
}

@media (min-width:768px) {
    .login-main1 {
        /* background:none; */
        padding: 30px;
        overflow: visible;
    }

    .img-hedden {
        display: none;
    }
}

@media (max-width:550px) {
    .login-main1 {
        width: 80%;
    }

    .heading-h1 {
        font-size: 20px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .login-main1 {
        width: 80%;
    }
}

@media (max-width:767px) {
    .login-sec1 {
        position: relative !important;
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        /* height: 100%; */
        display: table-cell;
        vertical-align: middle;
    }

        .login-sec1 h2 {
            font-size: 24px !important;
        }

    .spna2 {
        width: 100%;
        float: right;
        display: inline-block;
        margin-top: 20px;
    }

    .img-hedden {
        display: block;
        width: calc(100% - 30%);
    }

    .login-area1 {
        top: 0px !important;
        width: 100% !important;
        height: 100%;
        display: table;
    }

    .login-main1 {
        /* background:none; */
        padding: 0;
        height: 500px;
    }

    .inner-text {
        background: #000;
    }

    .login-main1 .col-sm-4 {
        display: none;
    }
}

.banner-sec {
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec1 {
    position: absolute;
    width: 100%;
    padding: 5%;
    box-sizing: border-box; /* height: 100%; */
}

    .login-sec1 .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec1 .copy-text i {
            color: #FEB58A;
        }

        .login-sec1 .copy-text a {
            color: #E36262;
        }

    .login-sec1 h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #0554bb;
        text-align: left;
        display: inline-block;
    }

        .login-sec1 h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #f2411a;
            display: block;
            margin-top: 20px;
            border-radius: 3px; /* margin-left:auto; */
            margin-right: auto;
        }

.btn-login {
    background: #0554bb;
    color: #ffffff;
    font-weight: 600;
    border-radius: 19px;
    border: 1px solid #fff;
}

    .btn-login:hover {
        border: 1px solid #e23636;
        color: #e23636;
        background: #fff;
    }

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

.footer {
    position: absolute;
    bottom: 0;
    left: 45%;
}

    .footer ul li {
        list-style: none;
    }

        .footer ul li, .footer ul li a {
            color: #ffffff;
        }


.heading-h1 {
    color: #c962d0;
    /*text-shadow: 2px 1px 1px #383978;*/
    position: relative;
    z-index: 99;
    font-size: 28px;
    margin-right: 2px;
    font-family:Arial;
    font:100;
    margin-top:30px;
}

.img-left {
    width: 100px;
    margin-top: 10px;
}

.footer-bg {
    background: #0554bc;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
}
