@media (min-width: 1200px) {
    .loginformarea h3 {
        margin: 80px 0 0 !important
    }

    .sliderarea {

        height: 100%;
    }

    

    .carousel {

        height: 100%;
    }

    .carousel-indicators {
        bottom: 20px !important;
        padding: 0;

    }

    .leftsiderSlider {
        position: absolute;
        right: 0;
        width: 60%;
        height: 100%;
    }

    .rightsidecontent {
        width: 40%;
        position: absolute;
        top: 0;
        left: 0;

    }




    .form-group {
        padding-left: 8%;
    }


    .rightsidecontent .logo {
        text-align: left;
        width: 20%
    }

    .rightsidecontent .logo img {
        width: 100%
    }

    .logocol  {
        padding:0px !important;
        
    }

}




.logocol  {
    text-align:center !important;
    padding-left:20% ;
    
}
.logocol > a {
    display: inline!important;
    float:left;
    width:  150px!important;
    
    margin-left: 10px!important;
}
.logocol  a img {
    width:  150px!important
}
.logocol h2 {
    text-align: left!important;
    font-size: 0.75vw!important;
    line-height: 2!important;
    display: inline!important;
    width: unset!important;
    margin-top: 10px!important;
    
    border: none!important;
    margin-left: 5px!important;

    color: #44a1e8!important;
    padding-left: 0px!important;
    font-weight: 500!important;
}

.logocol h2 span {
    font-size: 14px!important;
    color: rgb(145,155,157)!important;
    letter-spacing: 0.3px;
    margin-left: 0px!important;
}





.loginbtnarea input.signinbtn:hover {

    background: rgb(145,155,157)!important;
}
.loginbtnarea input.signinbtn {

    font-size: 0.65vw;
    margin-bottom: 20px;
    background-color: rgb(63,159,235);
    width: 90px;
}

.loginbtnarea  a {
    font-size: 0.65vw;
    font-weight: 200;
}

.loginformarea h3  a {
    font-size: 0.65vw;
    font-weight: 800;
    color:#3ea0eb;
}

.loginformarea h3 {
    color: #737373;
    font-size: 0.65vw;
    font-weight: 200;
}


input.form-control {
    font-size: 0.600rem;
    -webkit-box-shadow: 1px 0px 5px #d2d2d6;
    -moz-box-shadow: 1px 0px 5px #d2d2d6;
    box-shadow: 1px 0px 5px #d2d2d6;
}



.loginfooter ul li a {


    border-right: 1px solid #ccc;
    font-size: 0.65vw;
    color:#737373;
    font-weight: 200
}
.loginfooter ul li:last-child a {


    border-right: none;
    color:#3ea0eb;
}
.loginfooter ul li a:hover {
    color:#3ea0eb;
}

#main-login > div.rightsidecontent > div > div > div.col-sm-12.loginbtnarea > a:hover {
    color:#3ea0eb;
}
.loginfooter {
    padding: 0px;
    font-weight: 200;
}
.loginfooter ul li:first-child {
    border:none;
}

.loginfooter p {
    float: left;
    font-size: 0.65vw;

    font-weight: 200;
}

.loginfooter p a {

    font-size: 0.65vw;
}

.loginfooter ul {
    width: unset;
    float: right;
    clear: none;

}

.leftsiderSlider {
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    background: #13c6dc;
    background: -moz-linear-gradient(left, rgb(76,190,253) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgb(76,190,253)  0%, #ffffff 100%);
    background: linear-gradient(to left, rgb(76,190,253)  0%, #ffffff 100%);
}
.loginbtnarea button.signinbtn:hover {


    background: rgb(145,155,157) !important;
}
.loginbtnarea button.signinbtn {

    font-size: 10px;
    margin-bottom: 20px;
    background-color: rgb(63,159,235);
    width: 90px;
}