﻿body {
}
ul,li{
    list-style:none;
    margin:0;
    padding:0;
}
.section{
    padding:40px 0;
}

/*Login type 1*/
.Login1{
    background-image: linear-gradient(to bottom right,#0c0080 0,#a7456f 100%);
    position:relative;
    /*min-height:600px;*/
}
.LoginInn{
    background:url(/assets/img/bg-01.png) no-repeat center center;
    background-size:cover;
    padding:40px 0;
}
.tagLineBttm{
    position: relative;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    margin: 30px 0;
}
.tagLineBttm span{
    display: inline-block;
    background-color: #fff;
    /* margin-top: -12px; */
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    bottom: 0;
    top: 0;
    height: 25px;
    margin: auto;
    /* color: #fff; */
    line-height: 21px;
}
.SocialList{

}
.SocialList ul{
}
.SocialList ul li{
        display: inline-block;
    width: 32%;
    text-align: center;
}
.SocialList ul li:nth-child(1) a{
    border-color:#3b5998;
    color:#3b5998;
}
.SocialList ul li:nth-child(2) a{
    border-color:#dd4b39;
    color:#dd4b39;
}
.SocialList ul li:nth-child(3) a{
    border-color:#007bb6;
    color:#007bb6;
}
.SocialList ul li a{
    border: 2px solid;
    display: block;
    border-radius: 15px;
    font-size: 20px;
    padding: 3px;
}

.Login2{
position: absolute;
    width: 90%;
    background-color: #fff;
    /* margin: 5%; */
    border-radius: 20px;
    z-index: 99;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    overflow-y: auto;
    padding: 20px;
    background-image:url(/assets/img/clip.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}
.body{
background: url(/assets/img/bg.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.Login3 {
  background-image: url(../../assets/img/bg-06.png);
  background-repeat: no-repeat;
  background-size: cover;     
  background-position: center; 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  width: 100%;
  height: 100%; 
  background-color:black;
}


.layout3{
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #dcdcdc;*/ 
    background-color: #000000a8; 

    /*background-image: linear-gradient(to bottom right,#0c0080 0,#a7456f 100%);*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        z-index: -9;
}
.section3{
    z-index:999;
    /*padding:80px 0 20px 0;*/
    width: 80%;
    margin-left: 10%;
    margin-top: 7%;
}
/*..................4.................*/
.body4{
    background-image:url(/assets/img/bg-02.png);
    background-repeat:no-repeat;
    background-size:cover;
}
.Log5part{
    display:table-row
}
.Log5part>div{
    display:table-cell;
        width: 50%;
    vertical-align: middle;
    padding: 20px;
}
.Log5part>div:nth-child(1){
        border-right: 1px solid #f0f0f0;
        padding: 60px;
    text-align: center;
}
.Log5part>div:nth-child(2){
    padding: 20px 70px;
}
.PrdTitle{
    border-top:1px solid #f0f0f0;
    margin-top: 10px;
}
.PrdTitle h4{
        /*color: dimgrey;
    font-size: 15px;*/
        padding-top: 5px;
        font-size: 15px;
}
.FixLinks{

}
.cstmShadow{
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}
.bxcntr{

}
.form-group em {
    color: #f75a5a;
    font-size: 13px;
}
.topSocialList{
    margin-top: 15px;
}
.topSocialList li{
        font-weight: 500;
}
.topSocialList li a{
    text-decoration: none;
}
.WlcmCld{
    font-size:19px !important;
}
@media (max-width: 1200px){
    .Log5part>div:nth-child(2) {
    padding: 20px 40px;
    }
}
@media (max-width: 1000px){
    .section3{
        width: 90%;
    margin-left: 5%;
    margin-top: 10%;
    }
    .Log5part>div:nth-child(2) {
    padding: 20px 20px;
    }
}
@media (max-width: 893px){
    .WlcmCld{
        font-size: 20px !important;
    }
}
@media (max-width: 768px){
    .section3{
            width: 96%;
    margin-left: 2%;
    margin-top: 10%;
    margin-bottom:20px;
    }
    .Log5part>div:nth-child(1){
        display:none;
    }
}
@media (max-width: 468px){
  
    .Log5part>div:nth-child(2){
        padding:0;
    }
    .section3{
        margin-top:20%;
    }
    .Log5partInn{
        text-align:center;
    }
   .cstmShadow {
       border-top-left-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    
   }
}
@media (max-width: 361px){
    .WlcmCld {
    font-size: 18px !important;
    }
}