#profile-img{
	width: 100%;
    height: 42px;
    margin: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-style: italic;
    color: #1f866a;
    text-align: center;
}
#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: 50% 50%;
  	position: fixed;
  	top: 0px;
  	z-index:1;
}
.login-block{
/* fallback for old browsers *//* Chrome 10-25, Safari 5.1-6 *//* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*	background: #DE6262;  
	background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); 
	background: linear-gradient(to bottom, #FFB88C, #DE6262);  
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4ce8ca), color-stop(100%, #29695c)), #567972;
    background: -webkit-linear-gradient(#4ce8ca, #29695c), #567972;
    background: -moz-linear-gradient(#4ce8ca, #29695c), #567972;
    background: -o-linear-gradient(#4ce8ca, #29695c), #567972;
    background: linear-gradient(#4ce8ca, #29695c), #567972;
	background: rgb(255, 255, 255) !important; */
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
	float:left;
	width:100%;
	padding : 50px 0;
}
.back_grnd_clr{
	width:28%;
	margin-left: 3%;
	border: 1px solid #b5b5b5 !important;
	margin-top: 6%;
}
.back_grnd_clr_1{
	/* background: rgb(255, 255, 255) !important; */
	height: -webkit-fill-available;
}
.banner-sec{background:url("../images/Login_page_banner.jpg")  no-repeat left bottom; background-size:cover; min-height:530px; border-radius: 0 10px 10px 0;}
.container	{	
	/* background:#fff; */
	border-radius: 10px;
}
.login-sec {
	padding: 50px 10px;
	position:relative;
	min-height: 300px;
	background-size: 100% 100%;
	background: #ffffffd1;
	/* background: url('../images/login_form_bg.jpg') repeat no-repeat; */
}
/*background: url('../images/login_form_bg.jpg') repeat no-repeat;*/

.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:30px; font-weight:800; font-size:30px; color: #DE6262;}
.login-sec h2:after{content:" "; width:100px; height:5px; background:#FEB58A; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.btn-login{background: #DE6262; color:#fff; font-weight:600;}
.banner-text{width:90%; position:absolute; bottom:5px; padding-left:20px;text-align: justify;}
.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;}
@media (max-width: 767px) {
  .back_grnd_clr{width: 94% !important;}
  .login-block{
background-size: cover !important;
height: 100vh !important;
background-position: -840px 0px !important;  
}
}