@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/open-sans/OpenSans-Light.ttf) format("ttf");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/open-sans/OpenSans-Regular.ttf) format("ttf");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/open-sans/OpenSans-Bold.ttf) format("ttf");
	font-weight: 700;
	font-style: normal
}
body {
	margin: 0;
	font: 400 13px 'Open Sans', sans-serif;
	line-height: 18px;
	color: #333;
	background: #35404f
}
.error-container p, h5 {
	font-weight: 500;
	text-align: center
}
body.error {
	background-image: url(../img/error-bg.jpg);
	background-size: cover
}
body.forgot-pwd, body.login {
	background-color: #2a303e
}
body.lock-screen {
	background-color: #47b7c0
}
a {
	color: #1a1a1a;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: underline
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #000
}
.login-wrapper {
 width: 96%;
margin: 0 auto;
overflow: hidden;
position: relative;
}

.login-wrapper .panel-light .panel-heading {    border-bottom: 1px solid #8e8e8e;}

    .login-wrapper .panel-light .panel-heading h4 img { width:300px;    }


.login{ background-image:url(../img/sign-bg.jpg); background-size:100%; background-repeat:no-repeat;    background-attachment: fixed;}
.login .btn { margin:0 6px 0 0;}
.login-wrapper .login-box{width: 400px;
	 background: -webkit-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));  
                                                   background: -moz-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));
                                            	   background: -ms-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));
                                                   background: -o-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78)); 
	margin: 25px auto 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 0 20px}
	
	.login-wrapper .login-box .panel-body{ background-color:transparent;}
	
	.panel.panel-light.login-box
	.sign-up-wrapper .sign-up-box{width: 960px;
	
	margin: 90px auto 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 0 20px}
	
.sign-up-wrapper {width: 80%;
overflow: hidden;
position: relative;
margin: 0 auto;}

.sign-up-wrapper .panel-body{ background-color:transparent; }

.sign-up-box::before{  position:absolute ; border-bottom:5px solid #000}

.sign-up-wrapper .panel.panel-light.sign-up-box {  background: -webkit-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));  
                                                   background: -moz-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));
                                            	   background: -ms-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));
                                                   background: -o-linear-gradient(top,#fff,rgba(81, 162, 161, 0.78));  margin-top: 30px;}

.sign-up-wrapper .checkbox {  display: inline-block;  margin: 0 20px 0 0; }

#login_header { margin: 0 20px; text-align: center }

#login_header img.logo { text-align: center; margin: 0 auto 30px;}

.login-user {	margin: 0 auto;	text-align: center}
#inputs, #login_footer {
	margin: 0 20px
}
.login-user img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	max-width: 60px
}
h5 {
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	padding: 20px
}
.form-block {
	position: relative
}
.form-block i {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #4d4d4d;
	font-size: 16px
}
#inputs {
	position: relative
}
input[type=email], input[type=password], input[type=text] {
	width: 100%;
	height: 35px;
	position: relative;
	margin: 0 auto 10px;
	display: block;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: thin solid #bed2e5;
	color: #000;
	font-size: 13px
}
input[type=email]:hover, input[type=password]:hover, input[type=text]:hover {
	border: thin solid #3a86c8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus {
	border: thin solid #9ab8d7;
	border-left: thin solid #e84f4c;
	outline: 0
}
input[type=submit] {
	color: #fff;
	font-size: 18px;
	background-color: #3B5998;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	width: 100%;
	margin: 0 auto 10px;
	display: block;
	padding: 15px
}
input[type=submit]:hover {
	background-color: #4568b2;
	color: #fff
}
input[type=submit]:focus {
	outline: 0;
	border: 0
}
#login_footer p {
	margin: 0;
	font-size: 12px
}
#login_footer a {
	color: #e84f4c
}
.lockscreen-wrapper {
	padding: 150px 0 20px;
	text-align: center;
	color: #fff;
	width: 70%;
	margin: auto
}
.lockscreen-wrapper .avatar {
	position: relative;
	margin: auto;
	width: 90px
}
.lockscreen-wrapper .avatar img {
	padding: 3px;
	border: 3px solid rgba(255,255,255,.2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 78px
}
.lockscreen-wrapper .avatar .lock {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: #e84f4c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.lockscreen-wrapper .avatar .lock i {
	color: #fff;
	line-height: 32px
}
.lockscreen-wrapper h3 {
	margin: 0 0 30px
}
.lockscreen-wrapper h5 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px
}
.lockscreen-wrapper a i {
	vertical-align: middle
}
.subscribe-form {
	margin: 10px auto;
	height: 52px;
	text-align: center;
	width: 300px;
	position: relative
}
.subscribe-form input.subscribe-email {
	width: 300px;
	height: 52px;
	padding: 13px 5px 11px 20px;
	float: left;
	font-size: 16px;
	line-height: 52px;
	border: 0;
	color: #000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.subscribe-form .subscribe-btn {
	position: absolute;
	right: 2px;
	top: 2px;
	border: none;
	height: 48px;
	width: 70px;
	text-align: center;
	color: #fff;
	background-color: #e84f4c;
	-webkit-border-radius: 10px 30px 30px 10px;
	-moz-border-radius: 10px 30px 30px 10px;
	border-radius: 10px 30px 30px 10px
}
.subscribe-form .subscribe-btn:focus, .subscribe-form .subscribe-btn:hover {
	background-color: #e53935;
	outline: 0;
	cursor: pointer
}
.subscribe-form .subscribe-btn i {
	font-size: 21px;
	vertical-align: middle;
	line-height: 48px
}
.error-container {
	text-align: center;
	width: 300px;
	height: 300px;
	margin: 150px auto 20px
}
.error-container h1 {
	font-size: 132px;
	color: #fff;
	line-height: 132px;
	margin: 0 0 10px
}
.error-container h1 i {
	font-size: 140px
}
.error-container p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 50px;
	text-shadow: 0 0 3px #000
}
.error-container .btn {
	font-size: 16px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background: #fed541;
	color: #000;
	font-weight: 600;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	margin: auto;
	padding: 20px 32px;
	width: 120px;
	text-decoration: none
}
.error-container .btn:hover {
	background: #fdc90f
}

.sign-up-wrapper textarea.form-control {
   
    margin-bottom: 10px;
}


.e-helpline {
    margin: 0px 8px 10px 0 !important;
}

@media (max-width: 1024px) {
	
.login {   background-size: cover; }
.login .btn { margin: 5px 8px 5px 0; border:none; }	
}

@media (max-width: 480px) {

.login-wrapper .login-box {    width: 280px; }
	

	
}









