@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;
	 
}
.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 {
	 
	background-color:#fff;
	margin:0px auto 60px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:0px 0px 0px;
	 
}

.logo-login  img{ padding-top:50px;
	
}

#login_header {
	margin:0 20px;
	text-align:center
}
#login_header img.logo {
	max-width:110px;
	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:42px;
	position:relative;
	margin:0 auto 10px;
	display:block;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:thin solid #782669;
	color:#000;
	font-size:13px;
	border-radius:3px;
}
input[type=email]:hover, input[type=password]:hover, input[type=text]:hover {
	border:thin solid #782669;
-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:#782669;
	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:#6b105a;
	color:#fff
}
input[type=submit]:focus {
	outline:0;
	border:0
}


input[type=submit] {
	color:#fff;
	font-size:18px;
	background-color:#782669;
	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:#6b105a;
	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
}


.form-block select{
	background-color:#6b105a;
	color:#ffffff; 
  border: thin solid #782669;
    border-radius: 3px;
    box-sizing: border-box; 
    display: block;
    font-size: 13px;
    height: 42px;
    margin: 0 auto 10px;
	line-height:42px;
 padding:0px 10px;
    position: relative;
    width: 100%;
}

.form-block select option{
	color:#FFF;
	padding:5px;
	border:none;
	
}

.form-block select option:focs, option:hover{
 
	border:none;
	
}

.form-block select:hover {
	background-color:#6b105a;
	color:#fff;
}

.form-block select:focus {
	outline:0;
	border:0
}
 

@media (max-width:360px) {
#login-wrapper {
    background-color: #fff;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 0;
	min-height: 0px;
}

.logo-login  img{ padding-top:0px;
	
}

}