﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */



:focus
{
	outline: none;
}


a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}


a, a:link, a:visited, input {
	outline: none;
}


.loginbx_inner {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12);
	margin:0 auto;
	min-height: 500px;
	margin: 50px 100px;
	padding: 20px;
 }



.container_wrap {
	background: url('../../backimg/login-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.container {
	width: expression((document.body.clientWidth > 1200px)? "1200px" : "auto");
    margin: 0 auto;
    min-height: 230px;
    padding: 10% 0 !important;
    max-width: 1200px;
}

.logo{
		width:100%;
		float:left;
		font-size:20px;
		color:#fff;
}

 


.login_bx.logbtn {
    /*float: left;*/
    width: 100%;
}

#UpdatePanel1 h2{
    font-size: 1.6rem;
}


.login_bx label{
		width:100%;
		font-size:12px;
		color:#333333;
		float:left;
		margin:25px 0 0 0;
}
   

.login_bx a{
		width:auto;
		font-size:12px;
		color:#333333;
		float:left;
		margin:25px 0 0 0;
		text-decoration:none;
		display:block;
}
 
.login_btn {
	width: 100%;
	height: 40px;
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background: #1371dd;
	border-radius: 10px;
}


.login_bx input.chk_btn{
		width:15px;
		height:15px;
		border:none;
		font-size:16px;
		color:#b1b1b1;
		margin:25px 5px 0 0px;
		float:left;
}

 

.logos ul li{
    display:inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit;
}

.footer_social a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #1371dd;
	background-color: #e7e9f2;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	margin-right: 5px;
}

	.footer_social a:hover {
		/*  background-image: -moz-linear-gradient(0deg, #ffa495 0%, #d74f39 100%);*/
		background-color: #1371dd;
		/*background-image: -webkit-linear-gradient(0deg, #ffa495 0%, #d74f39 100%);
		background-image: -ms-linear-gradient(0deg, #ffa495 0%, #d74f39 100%);
		background-color: transparent;*/
		color: #fff;
	}

.footer p{
		font-size:12px;
		color:#000;
		float:left;
		width:100%;
}

.footer p a{
		font-size:12px;
		color:#007abd;
		text-decoration:none;
}

.footer_side{
		font-size:12px;
		color:#FFF;
		float:right;
		width:250px;
}

.footer_side p{
		font-size:12px;
		color:#FFF;
		float:left;
		width:auto;
		margin:10px 10px 0 0 ;
}
@media only screen and (max-width:680px)
{
	.login_wrap
	{
		/*background: url("../images/strip.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		border-radius: 10px;
		float: left;
		padding: 4px 10px 13px 10px;
		width: 95%;
		clear:both;
	}

	.login_bx {
    float: left;
    width: 100%;
}

	.login_bx input {
    border: 1px solid #999999;
    color: #b1b1b1;
    font-size: 16px;
    height: 40px;
    margin: 10px 0 0;
    padding: 5px;
    width: 90%;
}

		.PForgot {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    height: auto !important;
    left: 0px !important;
    position: absolute;
    top: 39% !important;
    width: 100% !important;
}

		.PForgot input[type="text"]
	{
		 width: 50% !important;
	}


	.footer
	{
		padding:5px 0;
	}

.footer p{
		font-size:10px;
		color:#000;
		float:none !important;
		text-align:center;
		width:100%;
}

.footer p a {
    color: #007abd;
    font-size: 10px;
    text-decoration: none;
}

.footer_side {
  display:none !important;
}
	.footer_wrap
	{
		overflow:hidden;
	}

}

@media only screen and (max-width:480px) {

    .footer_wrap {
        width: 100%;
        background: #d2d6df;
        height: 200px;
        position: absolute;
        bottom: 0px;
    }

}
.PForgot label {
	text-align: center;
}

.PForgot input[type="text"] {
	border: 1px solid #999999;
	color: #B1B1B1;
	font-size: 16px;
	height: 40px;
	margin: 10px 0 0;
	padding: 5px;
	width: 100%;
	float: left;
}

.PForgot input.ok_btn {
	background-color: #676767;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: lighter;
	height: 32px;
	margin: 10px 20px 0 0;
	padding: 4px 16px;
	text-shadow: 0 1px 0 #FFEE66;
	width: 90px;
	float: right;
}

.PForgot input.fcancel_btn {
	background-color: #676767;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: lighter;
	height: 32px;
	margin: 10px 20px 0 0;
	padding: 4px 16px;
	text-shadow: 0 1px 0 #FFEE66;
	width: 90px;
	float: right;
	display: inline;
}


.PForgot {
	background: none repeat scroll 0 0 #fff;
	border-radius: 10px;
	height: 217px !important;
	position: absolute;
	/*top: 240px;*/
	width: 615px;
	/*right: 280px;*/
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}


#PanelForgotss {
	padding: 10px; /*background-color: Transparent;*/
	text-align: justify;
	width: 242px;
	text-align: left;
}

.PanelForgot {
	position: absolute;
	right: 0px;
	padding-top: 30px;
	top: 0px;
	opacity: 1;
	color: red;
	text-align: center;
	height: 198px;
	background-color: #cccccc;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	color: White;
}

.email_icon {
	background: url(img/email.png) no-repeat 0 0;
	width: 52px;
	height: 48px;
	float: left;
	margin: 29px 0 0 55px;
}

.line_login {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 23px 0 0 0;
	background: #ccc;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 0 11px 0;
}

.main-heading {
	font-weight: 700;
	color: #1371dd;
	font-size: 35px;
}

.font_lbl {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0 0 0;
	display: block;
	text-align: center;
}
 
 

.PForgot h2 {
	color: #6d6d6d;
	font-size: 20px;
	font-weight: lighter;
	margin: 20px 20px 0 20px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}

.side-text {
	position: absolute;
	bottom: 50px;
	left: 120px;
 }

@media only screen and (min-width: 610px) and (max-width: 991px) {
	.side-text {
		bottom: 0px;
		left: 20px;
		width: 90%;
		background: rgba(255,255,255,0.9);
		border-radius: 10px;
		padding: 10px;
		position: relative;
	}

	.loginbx_inner {
		width: 80%;
		margin-top: 15px;
	}
}

@media screen and (max-width: 479px) {
	.side-text {
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background: rgba(255,255,255,0.9);
		border-radius: 10px;
		padding: 10px;
	}

	.main-heading {
		font-size: 22px;
	}

	.loginbx_inner img {
		height: 70px !important;
	}

	.loginbx_inner {
		padding: 20px;
		width: 100%;
		min-height: 400px;
	}

	.w-100 {
		width: auto !important;
	}

	.login_wrap {
		width: 100%;
	}

	.login_bx input {
		width: 100%;
	}

	.footer_wrap {
		background: #ffffff;
		height: auto;
		position: relative;
	}

	.footer p {
		justify-content: center;
	}
}


.popbg {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (min-width:1835px) {
	.PForgot {
		width: 36% !important;
	}
}

.error-message {
	color: #ff0000;
	font-size: 14px;
	margin-top: 8px;
	display: none;
	text-align: left;
	padding: 5px 0;
	width: 100%;
	font-weight: normal;
	background-color: #fff;
	border: none;
	cursor: pointer;
}

	/* Ensure error messages are visible when they should be */
	.error-message[style*="visible: true"],
	.error-message:visible {
		display: block !important;
	}



.validation-error {
	color: #ff0000;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}