﻿@charset "UTF-8";


@font-face {
	font-family: 'FunctionPro-Medium-webfont';
	src: url('../Fonts/FunctionPro-Medium-webfont.eot');
	src: url('../Fonts/FunctionPro-Medium-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../Fonts/FunctionPro-Medium-webfont.woff') format('woff'), 
		url('../Fonts/FunctionPro-Medium-webfont.ttf') format('truetype'), 
		url('../Fonts/FunctionPro-Medium-webfont.svg#webfont') format('svg');
}


body {
	background: white;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 90%;
	line-height: 1.4;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #549cce;
	text-decoration: underline;
}
a:visited {
	color: #2C4D8A;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.login-logo {
	margin-top: 50px;
	text-align: center;
}

.login-logo2 {
	margin-top: 20px;
	text-align: center;
}


.subbut {
	font-weight: normal;
	border: none;
	color: #FFF;
	font-size: 1em;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	background-color: #388AC2;
	border: 1px solid #388AC2;
	margin-left: 20px;
	height: 35px;
}
.loginSubbut {
	width: 350px;
}
.passcodeSubbut {
	width: 339px;
	margin-left: 0px;
	margin-top: 20px;
}
.resetSubbut {
	margin-top: 20px;
	margin-left: 0px;
	width: 405px;
}
.content {
	display: block;
	width: 400px;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.content2 {
	display: block;
	width: 500px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.login {
	border-radius: 4px;
	border: solid 1px #c0d3da;
	background: #FFF;
	box-shadow: 0 2px 2px #CCC;
	width: 480px;
	height: 670px;
}
.login .inner {
	padding: 26px 20px 20px;
}
.shadow {
	padding: 26px 20px 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50% 50% 0 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	background-color: #efefee;
	margin-left: 40px;
	margin-top: 50px;
	height: 423px;
	width: 438px;
}
.login .inner2 {
	box-shadow: inset 0px 0px 5px #FFF;
	border-radius: 0px 0px 4px 4px;
	border-top: solid 1px #c0d3da;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	margin-top:200px;
}


.login .inner3 {
	box-shadow: inset 0px 0px 5px #FFF;
	border-radius: 0px 0px 4px 4px;
	border-top: solid 1px #c0d3da;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
}



.ufieldinput {
	border: solid #d2d9dc 1px;
	margin-bottom: 15px;
	border-radius: 3px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 18px;
	margin-top: 7px;
}
.loginInput {
	width: 340px;
}
.passcodeInput {
	width:325px;
}
.resetInpt {
	width: 388px;
}
input[disabled] {
	box-shadow: inset 2px 2px 6px #999;
}
input:focus.ufield {
	box-shadow: inset 2px 2px 6px #EEE, 0 0 0 6px #f2f8fc;
}
.login p {
	margin-bottom: 10px;
}
.forgotpassword {
	float: right;
	margin-right: -60px;
	font-size: 13px;
	padding-right: 80px;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 25px;
	color: #549cce;
}
.txt {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #5c5c5c
}
.loginForm {
	margin-left: 18px;
}
.resetform {
	padding: 50px;
	padding-bottom: 10px;
}
.errorMessage {
	height: 10px;
}
::placeholder {
	font-size: 13px;
	color: #B0B0B0;
}
.resetPassword {
	border-radius: 4px;
	border: solid 1px #c0d3da;
	background: #FFF;
	box-shadow: 0 2px 2px #CCC;
	width: 440px;
	height: 420px;
}

.divPassword {
	padding: 40px;
	padding-top:30px;
}

.resetPasswordMessage {
	font-family: Arial;
	font-size: 90%;
	line-height: 1.4;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.lblConfirmation {
	padding-left:45px;
}

footer {
	padding: 10px 0;
	position: relative;
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}


.submitbtn {
	-moz-box-shadow: inset 0 34px 0 -15px #97b76a;
	-webkit-box-shadow: inset 0 34px 0 -15px #97b76a;
	box-shadow: inset 0 34px 0 -15px #97b76a;
	background-color: #7dab37;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #97b76a;
	float: right;
	padding: 9px 10px;
}


.submitbtn:link, .submitbtn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submitbtn:hover {
	background-color: #97b76a;
	color: #FFFFFF;
}
.submitbtn:active, .submitbtn:focus {
	position: relative;
	top: 1px;
	color: #FFFFFF;
}

.btnTag
{
	float:left;
	margin-left: 80px;
padding-right: 20px;
	
}

.btnTag2
{
	float:left;
	margin-left: 22px;
padding-right: 20px;
	
}

.btnTag1
{
	float:left
	
}

.policyEmailTag
{
	clear: both;
	padding-top: 50px;
   }
   
   
.policyEmail{
font-size: 18px;
color: #3097d3
}

.policyNumberTag
{
	clear: both;
	padding-top: 20px;   
}

.policyPaymentTag
{
	clear: both;
	font-size: 18px;
	font-weight:bold;
}

.BackScreen
{
 
float:left;  
padding-left: 160px;
	
}

.password-toggle-icon {
	position: absolute;
	transform: translateY(-50%);
	cursor: pointer;
	margin-top: 25px;
	margin-left: -30px;
}

	.password-toggle-icon i {
		font-size: 15px;
		line-height: 1;
		color: #333;
	}

		.password-toggle-icon i:hover {
			color: #000;
		}
.reEnterPassword-toggle-icon {
	position: absolute;
	transform: translateY(-50%);
	cursor: pointer;
	margin-top: 25px;
	margin-left: -30px;
}

	.reEnterPassword-toggle-icon i {
		font-size: 15px;
		line-height: 1;
		color: #333;
	}

		.reEnterPassword-toggle-icon i:hover {
			color: #000;
		}

.PrivacyPolicy-link {
	position: relative;
	text-align: left;
	margin-bottom: 15px;
	z-index: 100;
}

	.PrivacyPolicy-link a {
		color: #0056b3;
		text-decoration: none;
		font-weight: 500;
	}

		.PrivacyPolicy-link a:hover {
			text-decoration: underline;
		}

	.PrivacyPolicy-link i {
		margin-right: 5px;
		color: #666;
	}

/*------------------------- Progress Bar -----------------------------*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fafafa;
	-moz-opacity: 0.5;
	opacity: .9;
}

    .overlay span {
        padding: 15px;
        border-radius: 15px;
        color: #000;
        background-color: #fafafa;
        position: relative;
        top: 50%;
    }
/*-------------------------------------------------------------------
