@charset "UTF-8";
/* CSS Document */
.css_td_rememberme, .css_chb_rememberme{
	color:#8d8f92;
}
.css_td_ForgotPassword, .css_btn_forgotpassword, a.css_td_ForgotPassword:link, a.css_btn_forgotpassword:link{
	color:#8d8f92;
}
.css_txt_username input, .css_txt_password input {
	height: 49px;
	color: #8d8f92 !important;
}
.css_txt_username {
    border-radius: 5px 5px 0 0 !important;
	box-shadow:none !important;
	border: #d2d2d2;
	border: 1px solid #d2d2d2 !important;
	background: url(https://login.clickpay.com/custom/images/_lp/user_icon.png) no-repeat scroll 11px 18px !important;
	background-color: #FFF !important;
	padding-left:30px !important;
}
.css_txt_password {
    border-radius: 0 0 5px 5px !important;
	box-shadow:none !important;
	border: 1px solid #d2d2d2 !important;
	margin-top: -6px !important;
	background: url(https://login.clickpay.com/custom/images/_lp/lock_icon.png) no-repeat scroll 11px 18px !important;
	background-color: #FFF !important;
	padding-left:30px !important;
}

.css_td_btn_Login .css_btn_login {
	background-color: #082f6c;
	display: inline-table;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 130px !important;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	border-radius: 15px;
	border: none;
}
.css_td_btn_Login .css_btn_login:hover {
	background-color: #08357b;
	border-radius: 15px;
	color: #FFFFFF;
}
.css_td_btn_Login .css_btn_login:active {
	position: relative;
	border-radius: 15px;
	top: 1px;
}

.css_td_btn_register .css_btn_register {
	background-color: #e0e0e0;
	color: #2A2A2A !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 130px !important;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	border-radius: 15px;
	border: none;
}
.css_td_btn_register .css_btn_register:hover {
	background-color: #7F7F7F;
	border-radius: 15px;
	color: #FFFFFF !important;
}
.css_td_btn_register .css_btn_register:active {
	position: relative;
	border-radius: 15px;
	top: 1px;
}

table tr > td.account_number_help_template
{
    width:754px;
    height:317px;
    border: 1px dotted black !important;
    background-repeat:no-repeat;
    background-position:center;
}
