
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-Avo.ttf)
}
@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoBold.ttf);
    font-weight: bold
}
@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoItalic.ttf);
    font-style: italic
}
@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoItalic.ttf);
    font-style: italic;
    font-weight: bold
}
body{			 
  position: relative;
  font-family: "UTM Avo" !important;  
	font-size: 14px !important;
  }
  html,body {
	height: 100%;
	margin: 0;
}
/* Header */
.lg-header {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background-color: rgb(91,105,118)/* #2C3E50*/;
	overflow: hidden;
	background-size: cover;
	background-position: center center;	
	z-index: 1;
}
.lg-main {
	width: 30%;		
	margin: 0 auto;
	margin-top: 35px;
}
#lock{
	font-size: 50px;
	color: gray;
	border: 2px solid white;
	padding: 18px;
	border-radius: 1000px;
	width: 50px;
	text-align: center
}
.title-login{
	color: #fff;
    font-size: 25px;
	font-weight: 500;
	margin-top: 20px;
    text-align: center;
}
.form-lg h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 2px;
}
.flex-container-column { 
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center; 
}
.form-lg {
    background: rgba(4, 4, 4, 0.56);
    -webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
    box-shadow: 0px 35px 44px -22px #1f181b;
	padding: 30px 30px;
	
}
	.form-lg-sub{
	position:relative;
    margin-bottom: 20px;
	width: 100%;		
	}
	
.form-lg-sub > input[type="text"],input[type="password"] {
    outline: none;
    font-size: 15px;	
    color: #ffffff;
    padding: 15px 42px 15px 10px;
    letter-spacing: 2px;
    width: 87%;
    border: none;
    border: 1px solid #DCCBCF;    
    -webkit-appearance: none;
    margin-bottom: 10px;
    background: transparent;	
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	border-radius:4px;
    background: #3dc8e7;
	opacity: 0.82;
    color: #fff;
    outline: none;
    display: block;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    padding: 12px 70px;   
    margin-top: 30px; 
	min-width:75px;
    text-transform: uppercase;	
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
	transition: 0.3s all;
}

input[type="submit"]:hover{
    background: #333;
	color:#fff;	
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
	transition: 0.3s all;
	 
}		
	/*Captcha start here*/

	
.lg-capc-text{
	 	
		outline: none;
		font-size: 15px;			
		color: #ffffff;		  		
		padding: 3px 3px 3px 10px;		
		letter-spacing: 2px;
		width: 45%;
		border: none;
		border: 1px solid #D7DADB;
		-webkit-appearance: none;		
		background: transparent;
		min-height: 30px;		
		
		}
		.lg-c-text
	{
		border: none;
		border-radius: 1px;
	    display: inline-block;	
		line-height:38px;
		vertical-align: middle;		
		font-size: 20px;
		width: 45%;
		background: #333;
		opacity:0.7 ; color: #fff;
		letter-spacing: 10px; 
		text-align: center;	
		margin-left: 7px;
	}
	
	.lg-capc{	
	height: 60px;	
	background-color: rgba(192,192,192,0.35);
	
	}
	
	.lg-captcha{		
	position:relative;	
	height: 50px;	
	margin-bottom: 20px;
	}

	.icon-refresh i {
	color: #3dc8e7;
	font-size: 25px;
	font-weight: 100;

	}
	.icon-refresh {
	display: inline-block;
	position: absolute;
	left: 12px;  
	top: 50%;
	transform: translateY(-50%)

	}
	.lg-captcha-text
	{
		position: absolute; 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); 
		border: none;
		border-radius: 1px;
		display: block;
		line-height:40px;
		font-weight: bold;
		font-size: 20px;
		width: 70%; 
		background: #333;
		opacity:0.7 ; color: #fff;
		letter-spacing: 10px; 
		text-align: center;
		vertical-align: middle
	}
	.lg-captcha-speaker
	{
		display: inline-block;
		position: absolute;
		right: 12px;  
		top: 50%;
		transform: translateY(-50%);		
		opacity: 0.78
	}
	.lg-captcha-speaker i {
    color: #fff;
    font-size: 25px;
	font-weight: 100;
	
}
	/*Captcha end here*/


/*--copy-right-starts-here--*/
.copyright p {
    
    text-align: center;
    margin: 50px 0px;
	font-size: 14px;
    color: #fff;
	letter-spacing: 2px;
    text-transform: none;
	
}
.copyright a {
    color: #8cc63f;    
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.copyright a:hover{
    color: #fff;
	transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*--copy-right-ends-here--*/






/*--- reset code ---*/
/*
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-family: "UTM Avo",Arial, "Segoe UI", "Courier New", Courier;
	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;
/*-- W3Layouts --*/	
}/* 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%;
}
/*
.captcha-div > img {
  display: block;
  max-width: 100%;
  height: auto;
}*/
.BDC_CaptchaDiv, .BDC_CaptchaImageDiv{
	width:100% !important;
}
#ExampleCaptcha_CaptchaImage{
	height: 40px !important;
}

/*--- end reset code ---*/

/*
html,body {
	
	height: 100%;
	font-family: "UTM Avo",Arial, "Segoe UI", "Courier New", Courier;
}
*/
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}

.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    z-index:0;
    position:relative;
    display:block;
    text-align: left;
}

/* Header */


h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    margin: 40px 0;
    color: #ffffff;
    letter-spacing: 4px;
    word-spacing: 4px;
    
}
.icon-lg i {
    color: #ffffff;
    font-size: 16px;
}
.icon-lg {
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: 26px;
}

.heading {
    float: left;
}
.heading h5 {
    color: #fff;
	font-weight: 300;
	
}
.icons {
    margin-left: 8em;
}
.social {
    margin: 3em 0 0;
}
.icons a {
    text-decoration: none;
    color: #fff;
}
i.fa.fa-facebook ,i.fa.fa-twitter ,i.fa.fa-linkedin,i.fa.fa-pinterest-p {
    padding: .5em;
    border: 1px solid #fff;
    width: 20px;
    text-align: center;
    line-height: 20px;
}
i.fa.fa-facebook:hover,i.fa.fa-twitter:hover,i.fa.fa-linkedin:hover,i.fa.fa-pinterest-p:hover {
    background: transparent;
	transition:1s all;
}

i.fa.fa-facebook {
    background: #3b5998;
}
i.fa.fa-twitter{
    background: #1da1f2;
}
i.fa.fa-linkedin{
    background: #0077b5;
}
i.fa.fa-pinterest-p {
    background: #bd081c;
}

/*--- Responsive Code ---*/
@media screen and (max-width: 1920px) {
	.icon-lg {
		right: 27px;
	}
	h1 {
		margin: 80px 0 40px;
	}
	.copyright p {
		margin: 50px 0px 150px;
	}
	
}
@media screen and (max-width: 1680px) {
	
	.icon-lg {
		right: 20px;
	}
}
@media screen and (max-width: 1600px) {
	
	h1 {
		margin: 40px 0;
	}
	.copyright p {
		margin: 50px 0px;
	}
	.icon-lg {
		right: 15px;
	}
}
@media screen and (max-width: 1440px) {
	.lg-main {
		width: 33%;
	}
}
@media screen and (max-width: 1280px) {
	.lg-main {
		width: 36%;
	}
}
@media screen and (max-width: 1080px) {
	.lg-main {
		width: 42%;
	}
}
@media screen and (max-width: 1024px) {
	.lg-main {
		width: 45%;
	}
	.form-lg-sub > input[type="text"], .form-lg-sub > input[type="password"] {
    width: 85.5%;
}
}
@media screen and (max-width: 900px) {
	.lg-main {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.lg-main {
		width: 55%;
	}
}
@media screen and (max-width: 768px) {
	.lg-main {
		width: 58%;
	}
}
@media screen and (max-width: 736px) {
	.lg-main {
		width: 60%;
	}
	h1 {
		margin: 35px 0;
		font-size: 40px;
	}
}
@media screen and (max-width: 667px) {
	.lg-main {
		width: 68%;
	}
}
@media screen and (max-width: 640px) {
	.lg-main {
		width: 70%;
	}
}
@media screen and (max-width: 600px) {
	.lg-main {
		width: 73%;
	}
}
@media screen and (max-width: 568px) {
	.lg-main {
		width: 80%;
	}
	h1 {
		margin: 30px 0;
		font-size: 35px;
	}
}
@media screen and (max-width: 480px) {
	.lg-main {
		width: 93%;
	}
}
@media screen and (max-width: 414px) {
	.lg-main {
		width: 95%;
	}
	.form-lg {
		padding: 30px 30px;
	}
	
	h1 {
		margin: 30px 0;
		font-size: 33px;
	}
	.copyright p {
		margin: 35px 0px;
		line-height: 28px;
	}
	.form-lg-sub > input[type="text"], .form-lg-sub > input[type="password"] {
		width: 85%;
	}
}
@media screen and (max-width: 384px) {
	.copyright p {
		margin: 40px 10px 40px;
	}
	h1 {
		margin: 20px 0;
		font-size: 30px;
	}
	i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-linkedin, i.fa.fa-pinterest-p {
		padding: .4em;
		width: 20px;
		font-size: 16px;
	}
	.form-lg-sub > input[type="text"], .form-lg-sub > input[type="password"] {
		width: 82%;
		padding: 13px 40px 13px 10px;
	}
}
@media screen and (max-width: 375px) {
	
}
@media screen and (max-width: 320px) {
	h1 {
		margin: 20px 0;
		font-size: 27px;
		word-spacing: 4px;
		letter-spacing: 2px;
	}
	.icons {
		margin-left: 6em;
	}
	.form-lg {
		padding: 30px 20px;
	}
	.copyright p {
		margin: 20px 10px 20px;
	}
	.icon-lg {
		right: 5px;
	}
	.form-lg-sub {
		margin-bottom: 5px;
	}
}
/*--- //Responsive Code ---*/

