html , .login-block {
    background: #fa7e01; /* Old browsers */
    background: -moz-linear-gradient(top,  #fa7e01 0%, #fa7e01 50%, #fa7e01 61%, #fa7e01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7e01), color-stop(50%,#fa7e01), color-stop(61%,#fa7e01), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-fa7e01-gradient(top,  #fa7e01 0%,#fa7e01 50%,#fa7e01 61%,#fa7e01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fa7e01 0%,#fa7e01 50%,#fa7e01 61%,#fa7e01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fa7e01 0%,#fa7e01 50%,#fa7e01 61%,#fa7e01 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fa7e01 0%,#fa7e01 50%,#fa7e01 61%,#fa7e01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7e01', endColorstr='#fa7e01',GradientType=0 ); /* IE6-9 */
    min-height: 100%;
    display: flex;
     justify-content: center;
    align-items: center;
}
.login-block{
    background: #fa7e01;  /* fallback for old browsers */
background: -webkit-linear-gradient(top,  #fa7e01 0%,#fa7e01 50%,#fa7e01 61%,#fa7e01 100%); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(top,  #fa7e01 0%,#fa7e01 50%,#fa7e01 61%,#fa7e01 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
float:left;
width:100%;
    padding: 85px 0; 
    height: 100%;
      display: flex;
    justify-content: center;
    align-items: center;
        
}
.ffelx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-sec{ border-radius: 0 10px 10px 0; padding:0;}
.container{background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.carousel-inner{border-radius:0 10px 10px 0;}
.carousel-caption{text-align:left; left:5%;}
.login-sec{padding: 50px 30px; position:relative; margin-top: 4%;}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:#FEB58A;}
.login-sec .copy-text a{color:#E36262;}
.login-sec h2{margin-bottom:7px; font-weight:800; font-size:30px; color: #000;}
.login-sec h2:after{content:" "; width:100px; height:5px; background:#fa7e02; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.btn-login{background: #fa7e01; color:#fff; font-weight:600;}
.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;}
#bord{
   border-right: 2px solid #000;
    margin-top: 4%;
}
.margiin {
    width: 50%;
    display: block;
    margin: auto;
    margin-top: 15px;
}

ul {
	list-style: none;
    color: #fff;
}
ul li {
	width: 50px;
	height: 50px;
	background: #e59500;
	margin: 10px 0;
	border-radius: 35px;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
ul li .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
}
ul li.facebook {
	background: #3b5999;
}
ul li.twitter {
	background: #55acee;
}
ul li.instagram {
	background: #e4405f;
}
ul li.google {
	background: #dd4b39;
}
ul li.whatsapp {
	background: #25d366;
}
.slider {
	position: absolute;
	top: 0;
	left: 51px;
	width: 0px;
	height: 50px;
	line-height: 50px;
	background: #eebb5c;
	text-align: center;
	border-radius: 3px;
	transition: all 0.2s ease;
}
.slider p {
	text-transform: uppercase;
	font-size: 16px;
	opacity: 0;
	font-weight: 900;
	transition: all 0.2s ease;
}
ul li.facebook div.slider {
	background: #624aac;
}
ul li.twitter div.slider {
	background: #7fd5f6;
}

ul li.google div.slider {
	background: #eea59c;
}

ul li:hover .slider {
	width: 180px;
}
ul li:hover .slider p {
	opacity: 1;
}


@media(max-width:992px){
    #bord{
   border-right: 0px;
     border-bottom: 2px solid #000;    
    margin-top: 4%;
}
}

@media(max-width:786px){
    #bord{
   border-right: 0px;
     border-bottom: 2px solid #000;    
    margin-top: 4%;
}
    .margiin {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 15px;
}
}
.form-check {
    margin-top:1%;
}

