html,body {
    height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
}

/* Header */
.lg-header {
	margin:0;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;	
	z-index: 1;
	background-image: url('/assets/img/background.jpg');	
		
}
.backgroud_image{
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	background-image: url('/assets/img/background.jpg');
	background-size: cover;
	background-position: center center;	
	opacity: 0.7; 
}
.btn-summit{
	width: 50px
}
	.lg-main {
	width: 25%;	
	opacity: 1 !important;	
	margin: 0 auto;
    
	}
	.form-lg h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 2px;
}
.flex-container {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.flex-container-column { 
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.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;	
}

.btn-summit {
	font-size:13px;
	text-align: center;
	border-radius:4px;
    background: #3dc8e7;
	opacity: 0.82;
    color: #fff;
    outline: none;
    display: block;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    padding: 12px 70px !important;   
    margin-top: 30px; 
	min-width: 85px;
	width: 25%;
    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;
}
.error{	
	background-color: #f2dede;
	border-color: #eed3d7;
	z-index: 0;
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 320px){
	.btn-summit {
		width: 50% !important
	}
}
/*
.btn-summit: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: 37%;
		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: 52%;
		background: #333;
		opacity:0.7 ; color: #fff;
		letter-spacing: 10px; 
		text-align: center;	
		margin-left: 7px;
	}
	.hide {
		display: none;
	  }
	.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%;
}
/*--- 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;  
}



/* 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 ---*/
.alert{
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	margin-right: 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #f2dede;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.alert-error{
	color: #b94a48;
    background-color: #f2dede;
	border-color: #eed3d7;
	font-size: 14px
}
a{
	cursor: pointer;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
        background-image: none;
        background-repeat: repeat;
    border: 0;
    -webkit-appearance: none;
}
.close {
    display: inline-block;
    margin-top: 6px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("../../loginOld/img/remove-icon-small.png") !important;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: .2;
    filter: alpha(opacity=20);
}
#RynanCaptcha_CaptchaDiv{
	width: 100% !important
}
#RynanCaptcha_CaptchaDiv  > div{
	width: 100% !important
}
#RynanCaptcha_CaptchaDiv  > div > div{
	width: 100% !important
}
#RynanCaptcha_CaptchaDiv  > div > div > img{
	width: 90% !important;
	margin-left: 0 !important;
	height: 100% !important
}

.rememberme_input{
	display: none
}

.label_remem{
	position: relative;
	padding-left: 31px;
	border: #F0F8FF;
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 2px
}

.input_remem{
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	position: absolute;
	top: 1px;
	left: 0;
	bottom: 4px;
}

.input_remem_2{
	content: "";
	background: url("../img/tick.png") no-repeat;
	position: absolute;
}
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.CaptchaCode{
	text-transform: uppercase;
}
#RynanCaptcha_CaptchaImage{
	margin-top: 5px;
	margin-left: 8px
}