﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	margin:0;
	padding:0;
	color: #343434;
	position:relative;
}

body, html {
	height:100%;
}


html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none;
}


img {
	border: none;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}


a, a:link, a:visited, input {
	outline: none;
}


.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


.loginbx {
    position:relative;
}

.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;
	padding: 65px;
	width: 65%;
	position: relative;
}



.container_wrap {
	width: 100%;
	height: 100vh;
	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_wrap{
		width:100%;
		float:right;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		/*background:url(../images/strip.png) repeat 0 0;*/
		padding:4px 0px 13px 0px;
		
}


.login_bx{
		width:100%;
		/*float:left;*/
}

.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;
}
  .addBtnStyl {
            -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
            -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
            box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
            color: #fff;
            background-color: #009999;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: none;
            font-family: Verdana,Arial,sans-serif;
            font-size: 12px;
            font-weight: 100;
            padding: 0px 10px;
            margin: 15px 10px 0 0;
            float: right;
            display: block;
            cursor: pointer;
            width: auto;
            height: 30px;
            line-height: 30px;
        }

.login_bx a{
		width:auto;
		font-size:12px;
		color:#333333;
		float:left;
		margin:25px 0 0 0;
		text-decoration:none;
		display:block;
}

.login_bx input {
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999999;
	font-size: 16px;
	color: #b1b1b1;
	margin: 10px 0 0 0;
	border-radius: 6px;
}

	.login_bx input.login_btn {
		width: 100%;
		height: 40px;
		border: none;
		font-size: 16px;
		color: #fff;
		margin: 9px 0 0 0;
		/*background:url(../images/login_btn.png) no-repeat 0 0;*/
		float: left;
		cursor: pointer;
		background: #1371dd;
	}


.login_bx input.chk_btn{
		width:15px;
		height:15px;
		border:none;
		font-size:16px;
		color:#b1b1b1;
		margin:25px 5px 0 0px;
		float:left;
}

.footer_wrap {
	width: 100%;
	background: transparent;
	position: relative;
	bottom: 0px;
}

/*.footer{
		max-width:1200px;
		margin:0 auto;
		padding:20px 0 ;
}*/

.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;
    }

}

/*@media only screen and (min-width:1835px)
{

	.login_wrap {
    background: url("images/strip.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    float: right;
    padding: 22px 0px 13px;
    width: 100%;
}

	.login_bx input {
    border: 1px solid #999999;
    color: #b1b1b1;
    font-size: 16px;
    height: 40px;
    margin: 10px 0 0;
    padding: 5px;
    width: 300px;
}

	.login_bx {
    float: left;
    width: 335px;
}

    .login_bx.logbtn {
    float: left;
    width: 101px;
}

	.PForgot {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    height: 217px !important;
    left: 645px !important;
    position: absolute;
    top: 39% !important;
    width: 48% !important;
}

	.container {
   
    padding: 15% 0 !important;
}

    .container_wrap {
        height: 83vh;
    }

    .loginbx {
        padding-left: 8rem;
    }

	.PForgot input[type="text"]
	{
		 width: 78% important;
	}
}*/


