@font-face {
    font-family: 'cat_lightregular';
    src: url('catlightpc-webfont.eot');
    src: url('catlightpc-webfont.eot?#iefix') format('embedded-opentype'),
         url('catlightpc-webfont.woff2') format('woff2'),
         url('catlightpc-webfont.woff') format('woff'),
         url('catlightpc-webfont.ttf') format('truetype'),
         url('catlightpc-webfont.svg#cat_lightregular') format('svg');
    font-weight: normal;
	font-style: normal;}

body{
	font-family: 'cat_lightregular';
	background: #ebebeb url('bg_left.png') no-repeat;
	background-position: bottom;
	background-repeat:  no-repeat;
	background-position: bottom left;
    background-repeat: no-repeat; 
	min-height: 100vh;	
}
.page {
	
}
.form-control{
  height: 40px;
  border-radius: 5px;
}
.input-group-addon+.form-control,
.input-group .form-control:last-child{
	/*border-left:0;*/
	border-radius: 5px!important;
}
.login-wrapper .no-pad{
	padding: 0;
}
header{
background-image: url(/bg_top.png);
  
}
.logo{
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo-text{
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);*/
  margin-top: 15px;
  font-family: 'cat_lightregular';
    color: #6d6e71;
    font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.logo-img{
	margin: auto;
}
	
	
.text-title{
	font-family: 'cat_lightregular';
	text-align: center;
	display: block;
	margin-bottom: 15px;
	
    color: #000000;
    font-size: 20px;
    font-weight: normal;
	
	}
	
	.login-formgroup .form-group.last-group{
			margin-bottom: 35px;
		
	}
.login-wrapper{
	padding-top: 5px;
}

.login-formgroup-wrapper{
	padding-top: 15px;
}
.login-formgroup-wrapper .form-control{
	height: 44px;
	
}

.login-formgroup{
    max-width: 800px;
    margin: auto;
	/*border-right: 1px solid rgba(255, 255, 255, 0.5);*/
}
.login-formgroup .form-group{
    margin-bottom: 10px;
    padding: 0 160px 0 0px;
    margin-left: 160px;
    position: relative;
}
.login-formgroup .explain-text{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 5px;
	font-size: 18px;
}
.login-formgroup .input-group-addon{
	background-color: transparent;
    border: 0;
	    padding-top: 30px;
}
.login-formgroup .form-control{
	background-color: #fff;
	font-size: 18px;
}

.login-formgroup .form-control:hover, 
.login-formgroup .form-control:focus{
	border: solid 1px #f36f21;	
}

.login-formgroup label{

    color: #707070;
    font-size: 16px;
    font-weight: normal;
}

.btn-login{
	line-height: 40px;
	padding:0 50px;
	background-color: #000000;
	color: #fff!important;
	margin-top: 10px;
	border: 0;
	font-size: 16px;
	width: 100% ;	
}
.btn-login:hover{
	color: #fff;
}
.login-help{
	clear: both;
	margin: 15px 0 10px;
}
.login-help a{
    color: #000000;
	font-size: 16px;
}
.copyright{
	background-color: #0e213f;
	height: 40px;
	position: fixed;
    bottom: 0;
    width: 100%;
}
.copyright-text{
	
    color: #707070;
    font-size: 14px;
	z-index:9999;
	text-align:center;
	display: block;
}

.explain-text-mobile{
	display: none;	
}

.validate{
	color: red;
	display: block;
	text-align: center;
	margin:15px 0 0;
	font-size: 16px;
	}

@media (max-width: 870px) {
	
	.login-formgroup-wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media (max-width: 640px) {
	.explain-text{
		display: none;
		
	}
	.explain-text-mobile{
		display: inline-block
	}
	.login-formgroup .form-group{
		padding: 0 80px 0 80px;
		margin-left: 0;
	}
	
}
@media (max-width: 576px) {
	body{
		background-size: 75%;
	}
	.logo-img{
		/*width: 75px;*/
	}
	.logo-text{
	 font-size: 25px;
	}
  .login-formgroup{
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
    border-right: 0;
  }
  
  .login-wrapper .no-pad{
	  padding: 0 15px;  
  }
  .login-wrapper{
	  padding-top: 20px;
  }
  .login-formgroup .form-group {
		margin-bottom: 10px;
		padding: 0 0 0 0px;
		margin-left: 0;
		position: relative;
	}
}


@media (max-width: 480px) {
	.login-formgroup .input-group-addon{
		display: none;
		
	}
	.input-group.border-input{
		width: 100%;
	}
	
	
}

.txtRed {
	font-size: 14px;
	color: red;
	text-decoration: none;
}
.failureText {
	font-size: 14px;
	color: red;
	text-decoration: none;
}
.successText {
	font-size: 14px;
	color: green;
	text-decoration: none;
}
.txGray { 
	background-color: #ffe7dd;
	font-size:16px;
	color:#C0C0C0;
	border: hidden;
	width:195px;
	height:20px;
	outline: none;
}
