
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald.regular-webfont.eot');
    src: url('../fonts/oswald.regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald.regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald.regular-webfont.woff') format('woff'),
         url('../fonts/oswald.regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald.regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light_0-webfont.eot');
    src: url('../fonts/proximanova-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light_0-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-light_0-webfont.woff') format('woff'),
         url('../fonts/proximanova-light_0-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light_0-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{background-color: #efefef !important;}
#login{ background:url(../images/home_header.jpg); background-size:cover; background-position:center; background-repeat:no-repeat;}
body a,form li,.submit input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
body  h1{
	text-align: center;
	font-size: 2.7em;
	  color: #fff;
	padding: 1em 0;
}
/*---login-form1--------*/
.troble_login{ text-align:center; color:#FFF;  font-family: "proxima_novalight"; font-size:14px; display:block; width:100%; padding:0 0 10px;}
.troble_login a{color:#FFF;}
.troble_login a:hover{ color:#FFF;}
.login {
  margin:2% auto 7%;
  width:30%; 
  background-color:rgba(34,34,34,0.3);
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -moz- border-radius: 0.5em;
  position:relative;
  z-index:999;
}
.login h2{ text-align:center; color:#FFF;}
.login .img_wrap{ margin:10px 0 0;}
.login .img_wrap img{margin:15px 0 0;}
.img_wrap{ width:100%; text-align:center; margin:0 0 0;}
form {
	  padding: 10% 4% 6% 4%;
}
form li {
  list-style: none;
  width: 100%;
  font-weight: 500;
  border: 1px solid #ccc;
  background: #fff;
  margin: 1em 0;
  outline: none;
  position:relative;
}

form li input[type="text"], form li input[type="password"] {width: 100%; box-sizing:border-box; padding:1em 0em 1em 2.7em;
color: #858282; font-size: 15px; outline: none; background: none; font-weight: 500; border: none;}
form li input[type="text"]{ background-image:url(../images/user.png); background-position:10px 18px; background-repeat:no-repeat;}
form li input[type="password"]{ background-image:url(../images/lock.png); background-position:10px 18px; background-repeat:no-repeat;}

.icon {height: 20px; width: 25px; display: block; float: left; margin: 0; border-right: 1px solid #999; padding: 5px 16px 0 0;
position:absolute; left:0; top:16px;}
.email-user {height: 20px; width: 25px; display: block; float: left; margin: -35px -28px 0px 0px; border-right: 1px solid #999;
padding: 5px 16px 0 0;}

.user {background: url(../images/user.png) no-repeat 8px 2px ;}
.lock {background: url(../images/lock.png) no-repeat 8px 2px ;}

.submit{ text-align:center;
}
.submit input[type="submit"]{font-family: "proxima_novalight"; font-weight:bold; font-size:25px;
border: 1px solid rgba(255, 255, 255, 0.5); color: #fff; cursor: pointer; outline: none; margin:0 auto;	padding:6px 20px;
width: 50%;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	background: #b657a0 ;
	border-bottom-right-radius: 0.44em;
  -webkit-border-bottom-right-radius: 0.4em;
  -o-border-bottom-right-radius: 0.4em;
  -moz-border-bottom-right-radius: 0.4em;
   border-bottom-left-radius: 0.4em;
  -webkit-border-bottom-left-radius: 0.4em;
  -o-border-bottom-left-radius: 0.4em;
  -moz-border-bottom-left-radius: 0.4em;
    border-radius: inherit !important;
}
input[type="submit"]:hover{
	background:#797979;
}

/* ribbon style */
.h2 h2 {
  color: #fff;
  font-size:14px;
  padding: 5px 9px 5px 10px; line-height:30px;
  font-weight:bold;
  font-family: 'proxima_novalight';
}
 .h2.ribbon-wrapper {
	position: relative;
}
 .h2 .ribbon-front {
	background-color: #b657a0;
	height: 43px;
	width: 170px;
	position: relative;
	left:-10px;
	z-index: 2;
	top: 22px;
}

 .h2 .ribbon-edge-topleft,
 .h2 .ribbon-edge-topright,
 .h2 .ribbon-edge-bottomleft,
 .h2 .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

 .h2 .ribbon-edge-topleft,
 .h2 .ribbon-edge-topright {
}

 .h2 .ribbon-edge-bottomleft,
 .h2 .ribbon-edge-bottomright {
	top:65px;
}

 .h2 .ribbon-edge-topleft,
 .h2 .ribbon-edge-bottomleft {
	left: -10px;
	border-color: transparent #a74490 transparent transparent;
}

 .h2 .ribbon-edge-topleft {
	top: -0px;
	border-width: 0px 10px 0 0;
}
 .h2 .ribbon-edge-bottomleft {
	  border-width: 0 10px 15px 0;
}

 .h2 .ribbon-edge-topright,
 .h2 .ribbon-edge-bottomright {
	left: 180px;
	border-color: transparent transparent transparent #e17e02;
}

 .h2 .ribbon-edge-topright {
	top: -0px;
	border-width: 0px 0 0 0px;
}
 .h2 .ribbon-edge-bottomright {
	border-width: 0 0 0px 0px;
}
.ribbon-edge-topleft2 {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}
.ribbon-edge-topleft2 {
   left: 135px;
  border-color: transparent #b657a0  transparent transparent;
}
.ribbon-edge-topleft2 {
  top: 22px;
  left:160px;
  border-width: 22px 20px 21px 37px;
   transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  border-radius: 1px;
}
/****************/
.copy-right {
	text-align: center;
	background:url("../images/red.png")repeat;
	padding: 1em  1em;
}
.copy-right p {
	  color: #fff;
	font-size: 1em;
	font-weight:400;
	  margin-top: 0.5em;
}
.copy-right p a {
	  color: #fff;
}
.copy-right p a:hover {
	text-decoration: underline;
}
.success_msg {background:#14da34; color:#fff; font-size:16px; font-weight:bold; margin:40px 0 0; padding:12px 0; 
text-align:center; position:relative;}
.err_msg{background:#c23b57; color:#fff; font-size:16px; font-weight:bold; margin:40px 0 0; padding:12px 0;
 text-align:center; position:relative; z-index:99999;}
#err_grp{ position:relative;} 
.message_close{border-radius: 50%; color: #fff; cursor: pointer; font-size: 18px; line-height: 29px; position: absolute; right: 10px;
    text-align: center; top: 8px;}
 
/*-----start-responsive-design------*/
@media (max-width:1440px){
}
@media (max-width:1366px){
	.login-01 {
	  margin: 0 auto;
  		width: 35%;
  
	}
	form {
	  padding: 6% 4% 6% 4%;
	}
	body  h1{
	font-size: 2.5em;
	}
}
@media (max-width:1280px){
	.login {
	   margin: 2% auto 6%;
	  width: 35%;
	}

}
@media (max-width:1024px){
	.login {
	  margin: 2% auto 6%;
	  width:40%;
	}
	body  h1{
	font-size: 2.3em;
	}

}
@media (max-width:768px){
	.login {
	    margin: 3% auto 8%;
	  width:55%;
	}
	body  h1{
	font-size: 2.1em;
	}
}
@media (max-width:640px){
	.login {
  margin:3% auto 8%;
  width: 66%;
}
.copy-right p {
  font-size: 0.9em;
  line-height: 1.6em;
}
body  h1{
	font-size: 2em;
	}
	
}
@media (max-width:480px){
	.login {
    margin: 4% auto 18%;
  width:87%;
}
body  h1{
	font-size: 1.8em;
	}

	
}
@media (max-width:320px){
	.login {
    margin: 4% auto 8%;
  width: 89%;
	}
	.submit input[type="submit"]{
	font-size:18px;
	padding:18px 18px;
	}
	.copy-right p {
  font-size: 0.85em;
  line-height: 1.6em;
	}
	input[type="text"], input[type="password"] {
	  font-size: 13px;
	}
	.icon {
  margin: 8px -29px 0px 0px;
  padding: 5px 14px 0 0;
}
	form li {
  width: 99%;
	}
	
}
.login_area{ width:100%; padding:5% 0 0; }
.logo_login{ margin:0; padding:0; position:relative; z-index:333;}
.login_bg{ position:absolute; width:100%; z-index:111;}
.login_bg img{ position:fixed; height:100%; width:100%; top:0;}