.keypad-iphone {
    display: none !important;
}
.black-button-ipad
{
	display:none;
}
.login-page-Btn
{
	display:none;
}
@charset "utf-8";

/* inView font-family definition */
@font-face {
    font-family: 'interstate-regularregular';
    src: url('fonts/interstate-regular-webfont.eot');
    src: url('fonts/interstate-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate-regular-webfont.woff') format('woff'), url('fonts/interstate-regular-webfont.ttf') format('truetype'), url('fonts/interstate-regular-webfont.svg#interstate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'interstate-boldbold';
    src: url('fonts/interstate-bold-webfont.eot');
    src: url('fonts/interstate-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate-bold-webfont.woff') format('woff'), url('fonts/interstate-bold-webfont.ttf') format('truetype'), url('fonts/interstate-bold-webfont.svg#interstate-boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'interstate-lightregular';
    src: url('fonts/interstate-light-webfont.eot');
    src: url('fonts/interstate-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate-light-webfont.woff') format('woff'), url('fonts/interstate-light-webfont.ttf') format('truetype'), url('fonts/interstate-light-webfont.svg#interstate-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	display: none
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    /*font-size: 100%;*/
    font-family: "interstate-lightregular", arial, verdana, sans-serif;
    vertical-align: baseline;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    zoom: 1;
    font-size: 100%;
    font-family: Arial;
    min-width: 960px;
    min-height: 730px;
    overflow: auto;
    background: #333;
}

/* define focus styles */
:focus {
	outline: 0;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote,q {
	quotes: "" "";
}

/* Landscape mode (default) */
.wrap {
	width: 100%;
	height: 100%;
}

.content {
	padding: 0;
	background: #333 url(../img/login_screen_bg@2x.jpg) no-repeat; 
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

html,body,form,.wrap,#wrap,.content,.content-main,.content-main1,.panel-main
	{
	height: 100%;
}

.content-main {
    padding: 0;
    background: #333 url(../img/login-screen-no-img.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login-screen-no-img.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login-screen-no-img.jpg', sizingMethod='scale')";
}

.content-main1 {
    padding: 0;
    background: #333 url(../img/login_screen_bg@2x.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blue-strip {
	#height:20em;
	#display:none;
    background: #1bbcee; /* Old browsers */
    background: rgba(27, 188, 238, 0.8);
    background: -moz-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 188, 238, 0.8)), color-stop(20%, rgba(38, 176, 230, 0.8)), color-stop(75%, rgba(10, 103, 178, 0.8)), color-stop(100%, rgba(10, 103, 178, 0.8)), color-stop(100%, rgba(21, 73, 132, 0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcee', endColorstr='#154984', GradientType=0); /* IE6-9 */
    height: 18em;
    z-index: 100;
    position: absolute;
    top: 11em;
    width: 100%;
    overflow: hidden;
	opacity:.9;
}

.login-page-bg {
    background: #333 url(../img/login-screen-no-img.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}

.gray-rounded-container {
    background: rgb(51, 51, 51);
    background: rgba(1, 0, 0, .8);
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    top: 7em;
    z-index: 101;
    padding-top: 8.5em;
    position: absolute;
    height: 18em;
    overflow: hidden;
    width: 67%;
    min-width: 50em;
}

.gray-rounded-container1 {
    /*background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#262626,endColorstr=#767676);*/
}

.gray-rounded-container1 {
    background: rgb(51, 51, 51);
    background: rgba(1, 0, 0, .8);
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    top: 152px;
    z-index: 101;
    position: absolute;
    padding-right: 10px;
    height: 500px;
    overflow: hidden;
    min-width: 725px;
}

.gray-rounded-container {
    /*background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#262626,endColorstr=#767676);*/
}

.panel {
	z-index:101;
    width: 71%;
margin: 0 0 7% 0;
top: 10%;
position: absolute;
/* overflow: hidden; */
min-height: 300px;
height: 600px;
background: rgba(1, 0, 0, 0.8);
border-radius: 0px 22px 22px 0px;
#filter:alpha(opacity=90);
#background:#000;
}

.content .transparentBox {
    width: 760px;
    height: 576px;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: relative;
    top: 192px;
}

.content .transparentBox-change {
	height: 576px;
}

.content-container {
	width: 100%;
	margin-top: 11px;
	text-align: left;
}

.content-container-change {
	height: 0;
	margin-top: 0px;
}

.content-container .inview-title {
	float: left;
	width: 100%;
	height: 70px;
}

.content-container .inview-title p {
	margin: 30px 0 0 58px;
	color: #fff;
	font-weight: normal;
	font-size: 23px;
}

.login-page-pb-heading p {
	color: #fff;
	font-weight: normal;
	margin: 20px 0 0 48px;
}

.login-page-h2 {
    position: absolute;
    top: 12em;
    z-index: 102;
    left: 2em;
}

.login-page-h2 h2 {
    font-family: "interstate-lightregular", arial, verdana, sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 2.2em;
    /*margin: 32px 50px 10px 48px;*/
}

.content-container .page-title {
	float: left;
	width: 100%;
	/*height: 55px;*/
}

.content-container .page-title-change {
	float: left;
	width: 100%;
}

.content-container .page-title h2,.content-container .page-title-terms h2 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 10px 58px;
}

.content-container .page-title p {
	color: #fff;
	margin-left: 58px;
}

.content-container .page-title-change p {
	margin-bottom: 10px;
}

.content-container .col1 {
	float: left;
	width: 420px;
}

.content-container .col2 {
	float: left;
	width: 124px;
	margin: 30px 0 0 50px;
}

.content-container .digitalKey {
	width: 122px;
	height: 190px;
	float: left;
	background: url(../img/digitalKey.png) 0 0 no-repeat;
}

.content-container .col2 span {
	width: 122px;
	height: 22px;
	float: left;
	color: #01baf2;
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
}

.footer_note {
	clear: both;
	float: left;
	width: 920px;
	margin-left: 0px;
	padding-left: 0px;
	text-shadow: 1px 1px 3px #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

.footer {
    clear: both;
    width: 91%;
    margin: 0 0 0 48px;
    padding: 0;
    position: relative;
    top: 80%;
}

.footer p {
    padding: 0;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
}

.inview-blue {
	color: #00ccff;
}

/* shadows for content div */
.shadow { 
	/* IE 8 fix */
	-ms-filter:		"progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#000000')";
	/* horizontal - vertical - blur - spread */
	-moz-box-shadow: 0px 10px 20px 15px #000;
	-webkit-box-shadow: 0px 10px 20px 15px #000;
	box-shadow: 0px 10px 20px 15px #000;
}

/*------------ Main Form  ------------*/
#login-form-main {
    margin: 0;
    min-width: 33%;
    padding-left: 2em;
    width: 100%;
    box-sizing: border-box;
	max-height: 200px;
}

#login-form-main form {
    width: 50%;
    display: inline-block;
}

#login-form-main label {
    display: block;
    margin: 0;
    padding: 0.3em 0;
    float: left;
    color: #FFF;
    font-size: 1.2em;
}

#login-form-main .sso {
	display: block;
	margin: 5px 15px 0 0;
	padding: 0;
	height: 30px;
	width: 50px;
	float: right;
	background: url(../img/sso.png) 0 7px no-repeat;
}

#login-form-main .loginTxt1,
#login-form-main .loginTxt2 {
    color: #00BDF2;
    font-size: 1.25em;
}

#login-form-main .loginTxt2 {
	margin: 20px 0 0 5px;
}

#login-form-main .inputBg {
	margin-left: 5px;
}

/* ----------- Login Form ----------- */
.login-form .field-custom,.login-form .form-action {
	width: 84.5%;
	margin-left: 58px;
}

.digital-key-activation-form .field-custom,.digital-key-activation-form .form-action
	{
	width: 320px;
}

.change-password-form .field-custom,.change-password-form .form-action {
	width: 361px;
	margin-top: 8px;
}

.form-action .fltRight_act1 {
	float: right;
	margin-left: 10px;
}

.form-action-login {
	margin-top: 30px;
}

.form-action-login1 {
	margin-top: -46px;
	margin-left: 226px;
}

.form-action-login .activate-token-position {
	position: relative;
	top: 15px;
}

label {
    display: block;
    margin: 5px 0 0 0;
    padding: 4px 2px;
    /*width:315px;*/
    color: #FFF;
    font-size: 17px;
    font-family: "interstate-lightregular", arial, verdana, sans-serif;
}

.loginTxtWrap {
    display: block;
    width: 100%;
    height: 1.875em;
}

.loginTxt1 {
    color: #00adee;
    font-size: 1.2em;
    display: block;
}

.loginTxt2 {
	margin: 40px 0 0 5px;
}

.textShadow {
	text-shadow: 1px 1px 3px #000;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    border: medium none;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    -o-border-radius: .25em;
    -ms-border-radius: .25em;
    -khtml-border-radius: .25em;
    border-radius: .25em;
    color: #333;
    font-size: 1em;
    height: 2.5em;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
}

.login-form .row.password input[type="text"],
.login-form .row.password input[type="password"] {
    width: -webkit-calc(100% - 8.5em);
    width: -moz-calc(100% - 8.5em);
    width: calc(100% - 8.5em);
}

/*** terms and conditions ****/
.content-container .page-content {
	color: #fff;
	font-size: 12px;
	padding: 0 0 15px 0;
}

.content-container .page-title-terms {
	float: left;
	width: 100%;
	height: 62px;
	background: url(../img/termsIcon.png) 360px 10px no-repeat;
}

.content-container .page-content p {
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 58px;
}

.content-container .page-btns {
	height: 78px;
}

.content-container .page-btns ul {
	list-style-type: none;
	margin: 20px 0 0 300px;
}

.content-container .page-btns ul li {
	display: inline;
	margin-left: 20px;
}

.content-container .page-btns-change ul {
	list-style-type: none;
	margin: 20px 0 0 30px;
}

.content-container .page-btns-change ul li {
	display: inline;
	margin-left: 10px;
	cursor: pointer;
}

/*** overlay ***/
.popup {
	
}

.overlay-container {
	width: 606px;
	height: 425px;
	color: #fff;
	margin: 0 auto;
}

.overlay-container .overlay-title {
	height: 60px;
	position: relative;
	background: #252525;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 2px solid #171717;
}

.overlay-container .overlay-title h2 {
	font-size: 24px;
	height: 44px;
	position: absolute;
	width: 300px;
	line-height: 55px;
	top: 3px;
	left: 22px;
	font-weight: normal;
}

.overlay-container .close-btn {
	width: 46px;
	height: 44px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.overlay-container .overlay-content {
    width: 558px;
    padding: 10px 22px;
    overflow: auto;
    border-top: 2px solid #333333;
    border-left: 2px solid #141515;
    border-right: 2px solid #141515;
    border-bottom: 2px solid #303030;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #000000 83%, #181818 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(83%, #000000), color-stop(100%, #181818)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #000000 83%, #181818 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #000000 83%, #181818 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #000000 83%, #181818 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #000000 83%, #181818 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#181818', GradientType=0); /* IE6-9 */
    opacity: .9;	
}

.overlay-container .overlay-content p {
	margin-top: 12px;
	font-size: 14px;
	text-align: justify;
}

.overlay-container .overlay-content h3 {
	margin: 12px 0;
	font-size: 16px;
	font-weight: bold;
}

.overlay-container .overlay-footer {
	height: 60px;
	background: #252525;
	-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;
	text-align: right;
}

.overlay-acc, .overlay-dec {
    background-color: #232323;
    color: #fff;
    padding: 5px 15px 7px 15px;
    border: 1px solid #131313;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 13px 10px 0 0;
    background: #282828; /* Old browsers */
    background: -moz-linear-gradient(top, #282828 0%, #1f1f1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #1f1f1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282828 0%, #1f1f1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282828 0%, #1f1f1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #282828 0%, #1f1f1f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #282828 0%, #1f1f1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#1f1f1f', GradientType=0); /* IE6-9 */
}

/* ----- key-pad with caption ----- */
h6 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 15px;
}

p {
	margin-bottom: 10px;
}

a {
    color: #00BDF2;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: blink;
}

.recommendation {
	background: #000;
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #333;
}

.recommendation li {
	margin: 5px 0;
	font-size: 15px;
	color: #999;
}

.hint-copy {
    color: #999;
    font-size: 17px;
    padding: 0 2px 10px 2px;
}

.phone-msg {
    display: none;
}

.hint-copy1 {
    color: #999;
    font-size: 17px;
    padding: 0 2px 10px 2px;
}

.form-header {
	display: block;
	margin: 5px 0 0 58px;
	padding: 4px 2px;
	color: #FFF;
	font-size: 23px;
}

.digital-key-captioned {
	background: url("../img/digitalKey_press_hold.png") top left no-repeat;
	width: 249px;
	height: 190px;
}

.digital-key-back {
	background: url("../img/digital_key_back.png") top left no-repeat;
	width: 249px;
	height: 190px;
}

.digital-key-back-sec-confirm {
	background: url("../img/digitalKey.png") top left no-repeat;
	width: 249px;
	height: 190px;
}

/* ---- NEW: for 2013  ----- */
.alert {
	color: #f00;
}

.form-action {
	margin: 20px 0;
	text-align: right;
	width: 275px;
	float: left;
}

.required-action {
	float: left;
	margin: 20px 0;
	padding-left: 58px;
	text-align: left;
	width: 600px;
	position:relative;
	right: 10px;
	
}
.required-action1 {
	float: left;
	margin: 20px 0;
	padding-left: 58px;
	text-align: left;
	width: 600px;
	
}

.required-qa {
	float: right;
	margin: 20px 0;
	text-align: right;
	width: 658px;
}

.required-btns {
	float: left;
	margin: 20px 0;
	text-align: left;
	width: 600px;
}

.button {
	background: url("../img/btn.png") left top no-repeat;
	display: inline-block;
	padding: 0 0 0 15px;
	height: 47px;
	border: none;
	margin: 0 0 0 7px;
	cursor: pointer;
	width: auto;
	text-decoration: none;
}

.button .inner-button {
	background: url("../img/btn-inner.png") right top no-repeat;
	padding: 0 19px 0 4px;
	#margin-right:30px;
	height: 47px;
	line-height: 47px;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	font-family: "interstate", arial, verdana, sans-serif;
	text-decoration: none;
}

.button input.inner-button {
	border: 0px;
	width: auto;
}

.button.primary {
	background: url("../img/btn-primary.png") left top no-repeat;
}

.button.primary .inner-button {
	background: url("../img/btn-inner-primary.png") right top no-repeat;
}

.icon-primary {
	background: url("../img/icon-arrow-white.png") center center no-repeat;
	width: 7px;
	height: 14px;
	display: inline-block;
	margin-left: 5px;
}

.error-content {
	border: 1px solid #f00;
	padding: 20px;
	margin: 30px 0 0 58px;
	background: #131313;
	color: #fff;
	font-size: 17px;
	
}
.error-content-da {
	border: 1px solid #f00;
	padding: 20px;
	margin: 30px 0 0 58px;
	background: #131313;
	color: #fff;
	font-size: 17px;
	position:relative;
	}
/* --- Security Q&A --- */
.qa-form,.disclaimer-form-action,.disclaimer-content {
	margin-left: 58px;
}

.viewport-form {
	height: 340px;
	overflow: auto;
	padding: 0 20px 0 0;
	margin-bottom: 10px;
}

.pull-right {
	float: right;
margin-right: 10px;
}

.pull-left {
	float: left;
}

.clear {
	clear: both;
}

.row {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: normal;
    padding: .3em 0;
    box-sizing: border-box;
}

.inner-row {
	margin: 0 0 0 58px;
}

.caption {
	margin-top: 20px;
}

.ui-select {
	width: 100%;
	overflow: hidden;
	background: transparent url("../img/ie-select.png") right center no-repeat;
	margin: 6px 0;
	height: 36px;
	display: inline-block;
}

.ui-select select {
	width: 114%;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	border: 0;
	background: transparent url("../img/ie-select-inner.png") left center
		no-repeat;
	-webkit-appearance: none;
	height: 36px;
	font-family: arial, verdana, sans-serif;
	color: #333;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
}

option {
	background:#C0B2B2;
	color: #000 !important;
    border: 1px solid rgb(201, 199, 199) !important;
    height: 30px !important;
    vertical-align: middle !important;
}


.field {
	display: inline-block;
}

.one3 {
	width: 34%;
}

.one6 {
	width: 61%;
	padding-right: 4%;
}

.field-custom {
	width: 330px;
}

/* IE FIX */
.ui-input {
    background: transparent url("../img/ie-input.png") left top no-repeat;
    border: 0;
    padding: 0 0 0 4px;
    display: block;
    height: 36px;
    margin: 6px 0px;
}

.ui-input input {
	border: 0;
	padding: 5px 0 5px 0;
	background: transparent url("../img/ie-inner-input.png") right top	no-repeat;
	display: inline-block;
	height: 27px;
	width: 100%;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 16px;
}

.ui-input1 {
	background: transparent url("../img/ie-input.png") left top no-repeat;
	border: 0;
	padding: 0 0 0 7px;
	display: block;
	height: 36px;
	margin: 6px 0;
}

.ui-input1 input {
	border: 0;
	padding: 5px 0 5px 0;
	background: transparent url("../img/ie-inner-input.png") right top
		no-repeat;
	display: inline-block;
	height: 27px;
	width: 200px;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 16px;
}

.qa-verify {
	width: 100%;
	border-top: 1px solid #222;
}

.secure-question {
	border-bottom: 1px solid #222;
	padding: 10px 0;
	background: #000;
	text-indent: 10px;
	width: 60%;
	color: #fff;
}

.secure-answer {
	border-bottom: 1px solid #222;
	padding: 10px 0;
	text-indent: 10px;
	background: #000;
	color: #fff;
}

/* BEGIN: IE scrollbar */
body {
	scrollbar-arrow-color: #808080;
	scrollbar-base-color: #666;
	scrollbar-track-color: #666;
	scrollbar-face-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #666;
	scrollbar-darkshadow-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-width: 10px;
}

/* END: IE scrollbar*/ /* BEGIN: -webkit scrollbar styles */
: :-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

: :-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 0;
}

: :-webkit-scrollbar-thumb {
	background-color: rgba(100, 100, 100, 0.5);
	background-clip: padding-box;
	border: solid transparent;
	border-width: 1px 1px 1px 1px;
	min-height: 60px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0
		rgba(0, 0, 0, .07);
	border-radius: 5px;
}

: :-webkit-scrollbar-corner {
	background: transparent;
}

: :-webkit-scrollbar-button {
	display: none;
}

a.button1 {
	background: url("../img/btn.png") left top no-repeat;
	display: inline-block;
	padding: 0 0 0 15px;
	height: 47px;
	border: none;
	margin: 0 0 0 7px;
	cursor: pointer;
	width: auto;
	text-decoration: none;
	position: relative;
	
}

a.button1 .inner-button {
	background: url("../img/btn-inner.png") right top no-repeat;
	padding: 0 19px 0 4px;
	height: 47px;
	line-height: 47px;
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	font-family: "interstate", arial, verdana, sans-serif;
	text-decoration: none;
}

a.button1.primary {
	background: url("../img/btn-primary.png") left top no-repeat;
}

a.button1.primary .inner-button {
	background: url("../img/btn-inner-primary.png") right top no-repeat;
}

/* END: -webkit scrollbar styles */
.errorBlockCws {
	color: red;
	background: none;
	border: none;
	margin: 0 0 10px 58px;
}

.errorBlockCws_chnge_pas {
	color: white;
	background: #000;
	border: 1px solid red;
	margin: 0 0 10px 58px;
	padding: 0px;
	float: left;
	display: none;
}

#liId {
	padding: 0px;
	margin: 0px;
}

.hddn {
	display: none;
}

.login-main-form-action {
	float: left;
	width: 330px;
	margin: 20px 0;
}

.login-main-form-action a {
	color: #00adee;
	font-size: 1.2em;
	margin: 10px 10px 0 0;
}

.login-main-form-action input {
	width: 90px;
}

.login-form .form-action-error {
	float: left;
	width: 300px;
	margin-top: 5px;
}

.login-form .form-action-error input {
	width: 100px;
}

.bullet-style {
	background: url('../images/global/bullet.gif') 0 5px no-repeat;
	line-height: 15px;
	margin-left: 0px;
}

.bullet-style p {
	margin-left: 10px;
}

.security-token-confirmation-btn-container {
	width: 532px;
	margin-top: 20px;
}

.mgTop15 {
	margin-top: 15px;
}

#error_ams {
	height: 60px;
	width: 580px;
	margin-top: 200px;
	float: left;
}

/*Change from internal CSS to External CSS */
.curvContent_trm {
	margin: 20px 35px;
	color: #FFF;
}

.curvContent_trm_ictoes {
	margin: 25px 35px;
	color: #FFF;
	width: 620px;
}

.curvContent_ictoes {
	font-size: 22px;
}

.curvContent_margin_ictoes {
	margin-top: 10px
}

.btnFlexible_cancel {
    /*no-repeat center;*/
    width: 125px;
    height: 48px;
}

a.btnFlexible_cmbk:link {
	background: url("../img/comeBack.png") no-repeat scroll left top
		transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	height: 49px;
	width: 195px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

a.btnFlexible_cmbk:link,a.btnFlexible_cmbk:visited {
	background: url("../img/comeBack.png") no-repeat scroll left top
		transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	height: 49px;
	width: 195px;
	margin-left: 10px;;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

a.btnFlexible_id:link {
	background: url("../img/btn_decline.png") no-repeat scroll left top
		transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	height: 37px;
	width: 119px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

a.btnFlexible_id:link,a.btnFlexible_cmbk:visited {
	background: url("../img/agreement.png") no-repeat scroll left top
		transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	height: 48px;
	width: 198px;
	margin-left: 10px;;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

a.btnFlexible_ic:link {
	background: url("../img/btn_accept.png") no-repeat scroll left top
		transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	height: 35px;
	width: 116px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

a.btnFlexible_ic:link,a.btnFlexible_cmbk:visited {
	background: url("../img/btn_accept.png") no-repeat scroll left top
		transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	height: 35px;
	width: 116px;
	margin-left: 10px;;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

.link_btn {
	float: right;
	padding-top: 0px;
	margin-top: 0px;
}

.tc_btn {
	overflow: hidden;
	height: 100px;
	width: 450px;
	margin-top: 30px;
	margin-left: 190px;
}

.terms_txt {
	font-weight: normal;
	padding-top: 40px;
}

.prntTerms {
	float: right;
	padding-left: 30px;
	width: 450px;
}

.usr_agrmt {
	text-align: center
}

.list_term {
	list-style-type: disc;
	font-family: 'sans-serif', 'Helvetica', sans-serif;
	font-size: 10pt;
	color: #FFF;
}

.overlay_tle {
	height: 50px;
	width: 500px;
	float: left;
}

.tc_title {
	font-size: 24px;
	margin: 0px;
	clear: both;
}

#innr_btn {
	width: 100px;
}

#logonModule {
	float: left;
}

#loginError {
	padding-left: 58px;
	padding-top: 170px;
}

#content_ctainer {
	width: 650px;
	height: auto;
}

#page_cnt {
	font-size: 15px;
}

#error_Msg {
	border: 1px solid red;
	background: #000;
	padding: 10px;
	margin-left: 0px;
}

#go_btn {
	height: 23px;
	width: 300px;
}

#notce {
	float: left;
	color: #FFF;
}

#tc_agree {
	margin-bottom: 20px;
	color: #ff0000;
}

/*Terms And C Change from internal CSS to External CSS */
p.noMar {
	margin: 0
}

#printTandC {
	margin: 10px 0 0 0
}

#printTandC table,#printTandC p {
	margin: 0 0 10px 0
}

#TandCTop p {
	margin: 0 0 15px 0
}

p.normalize,.normalize p,.normalize span,p.normalize span {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left
}

.normalize span {
	font-size: 12px
}

.normalize img {
	margin: 0;
}

table ul {
	padding: 0
}

table ul li,li {
	text-indent: 0 !important;
	margin: 0 0 12px 15px
}

.btnFlexible_idView {
	background: url('../img/agreement.png') no-repeat scroll left top
		transparent;
	display: inline-block;
	height: 48px;
	border: none;
	width: 230px;
	margin-left: 10px;
	border-radius: 6px;
	padding: 0;
	margin-top: 0px;
	cursor: pointer;
}

/*Internal CSS to External CSS Here*/
.bgnone {
    background-image: none;
}

.fnt-content {
	color: #00CCFF;
	font-size: 28px
}

.adhint-copy {
	font-weight: normal;
	color: #999999;
	padding-top: 20px;
	font-size: 18px;
	margin-left: 58px;
}

.overflow {
	overflow: hidden;
	width: 580px;
	float: left;
}

.dstyle {
	padding-bottom: 20px;
}

.hcopy {
	font-weight: normal;
	color: #999;
	padding: 60px 30px 0 0;
	font-size: 18px;
	margin-left: 58px;
}

#bwidth {
	width: 400px;
}

.malign {
	margin-top: 10px;
}

.qabody {
	margin: 0 auto;
	text-align: center;
}

#qa-container {
	width: 660px;
}

#inner-qa {
	margin-left: 58px;
	width: 100%;
}

@media screen and (max-width : 1280px) {
	#inner-qa {
		margin-left: 58px;
		width: 127%;
	}
}

@media screen and (max-width : 1024px) {
	#inner-qa {
		margin-left: 58px;
		width: 100%;
	}
}

#inner-recom {
	float: left;
}

.error-qa {
	display: none;
	float: left;
	border: 1px solid #f00;
	padding: 10px;
	background: #131313;
	color: #fff;
	font-size: 17px;
	margin: 5px;
}

.slct-menu {
	border: 0px;
	display: inline-block;
}

.slct-inmenu {
	border: 0px
}

.cmd-display {
	display: none;
}

#digit_key {
	padding-top: 0px;
}

#digi_tit {
	padding-top: 40px;
}

.qa_butn {
	padding-left: 0px;
}

.input-go-btn {
	width: 30px;
}

.login-form-error-msg {
    border: 1px solid #f00;
    padding: 5px;
    margin: 10px 0 5px 0;
    background: #131313;
    color: #fff;
    font-size: 1em;
    width: 48%;
}

.ivcl-user-message {
	color: #fff;
}

.citi-logo {
	top:15em;
    background: url("../img/citi_logo@2x.png") no-repeat scroll 0 0 transparent;
    height: 5.5em;
    position: relative;
    right: 1em;
    float: right;
    width: 5.5em;
    top: 13em;
    background-size: 100%;
}

.popup {
	position: absolute;
	top: 15%;
	left: 30%;
	z-index: 1001;
}

#popup_container,#popup_bg,#popup_bg_privacy,#popup_container_privacy {
	display: none;
}

#popup_bg {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.popup-alert {
    border: 0.13em solid #DEE1E6;
    -webkit-border-radius: .625em;
    -moz-border-radius: .625em;
    border-radius: .625em;
    text-align: center;
    width: 15em;
    height: 12.8em;
    padding: .625em;
    color: #0E0D0D;
    position: absolute;
    top: -webkit-calc(50% - 6.4em);
    top: -moz-calc(50% - 6.4em);
    top: calc(50% - 6.4em);
    left: -webkit-calc(50% - 7.5em);
    left: -moz-calc(50% - 7.5em);
    left: calc(50% - 7.5em);
    z-index: 1001;
    overflow: hidden;
	background:#F0E7E7;
    #background: linear-gradient(to bottom, #F7F7F7, #D7D7D7);
}

.popup-top-curve {
    width: 32em;
    height: 15em;
    overflow: hidden;
    background: transparent;
    -moz-border-radius: 6.25em / 3.125em;
    -webkit-border-radius: 18.75em / 9.375em;
    border-radius: 18.75em / 9.375em;
    position: relative;
    top: -13.75em;
    left: -8.56em;
}

.popup-alert .popup-heading {
    font-weight: bold;
    margin: 0 0 0 -10px;
    padding: 5px 0 10px 0;
    width: 262px;
    border-bottom: 1px outset rgb(238, 226, 226);
    float: left;
    text-align: center;
    top: 11.5em;
}

.popup-btn-style {
    border: 1px solid #BFC1C5;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    margin-top: 0.25em;
    padding: .5em 0 .5em 0;
    cursor: pointer;
    color: black;
    background: white;
}

.q-circle-gray,.q-circle-blue,.close-circle-gray {
	cursor: pointer;
	color: #fff;
}

.q-circle-gray, .q-circle-blue {
    width: 1.5em;
    height: 1.5em;
    background: #525252;
    border: 1px solid #000;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    text-align: center;
    margin-left: .62em;
}

.close-circle-gray {
	width: 30px;
	height: 30px;
	background: #2C2C2C;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	left: 560px;
	top: 18px;
}

.close-circle-text {
	position: relative;
	top: 4px;
	left: 9px;
	font-weight: bold;
	font-size: 1.2em;
}

.q-circle-gray {
	background: #525252;
}

.q-circle-blue {
	background: #00adee;
}

.q-circle-text {
    position: relative;
    top: .2em;
    color: #969897;
    font-weight: bold;
}

.tech-support {
    color: #fff;
    margin: 0;
    padding: 3em 4em 0 0;
    font-size: 0.8em;
    line-height: 1.7em;
    text-align: right;
    display: block;
    width: 100%;
}

.blue-button, .gray-button {
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    border: 0px;
    color: #fff;
    padding: .8em 2em;
    font-size: 1em;
    cursor: pointer;
    font-family: "interstate-lightregular", arial, verdana, sans-serif;
}

.blue-button {
	background: #0c7eb4;
	background: -moz-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c7eb4),
		color-stop(100%, #0d588f) );
	background: -webkit-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
	background: -o-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
	background: -ms-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
	background: linear-gradient(to bottom, #0c7eb4 0%, #0d588f 100%);
	filter: progid :       DXImageTransform.Microsoft.gradient (      
		  startColorstr =   
		   '#0c7eb4', endColorstr =       '#0d588f', GradientType =       0 );
}

.gray-button {
    background: #5e5e5e; /* Old browsers */
    background: -moz-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(80%, #494949), color-stop(100%, #464646)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5e5e5e 0%, #494949 80%, #464646 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#464646', GradientType=0); /* IE6-9 */
    margin: 0;
    text-decoration: none;
    float: right;
    height: 2.5em;
    width: 7em;
    padding: 0;
}

.text-align-right {
	text-align: right;
}

.login-page-pb-heading p,.copyright {
	font-size: 1.3em;
}

.mt-fail {
	color: #fff;
	margin-top: 10px;
}

.disclaimer_underline_heading {
	font-weight: bold;
	text-decoration: underline;
}

.disclaimer-content {
	padding: 10px 10px 10px 0;
	color: #fff;
}

#inview_login_tnc,#inview_login_privacy {
	height: 30em;
	overflow: auto;
}

.disclaimer-form-action {
	margin-top: 25px;
	text-align: right;
}

#popup_container .jspHorizontalBar {
	left: -10px;
}

#popup_container_privacy .jspHorizontalBar {
	left: -10px;
}

.beta-msg {
    color: white;
    width: 350px;
    word-wrap: break-word;
    line-height: 20px;
    text-overflow: ellipsis;
    font-size: 15px;
    display: inline-block;
    position: relative;
    left: 25px;
    top: 35px;
    vertical-align: top;
}

.disclaimer-img {
	width: 714px;
	height: 18px;
	background-image: url('../images/clip_image001.gif');
	display: inline-block;
}

.login-page-label {
    font-size: 20px;
    color: white;
    /*padding-left: 50px;
    padding-top: 20px;*/
    font-family: "interstate-lightregular", arial, verdana, sans-serif;
    position: absolute;
    z-index: 102;
    top: 7em;
    left: 1.65em;
}

.login-page-disclaimer-products {
	border: 1px solid;
	height: 14px;
	text-align: left;
	padding: 5px;
	width: 831px;
	font-family: "interstate-lightregular", arial, verdana, sans-serif;
}

.popup-ack-btn-position {
	width: 120px;
	position: relative;
	top: 10px;
	left: 469px;
}

.popup-btn-middle-border {
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.popup-btn-inner {
	border-top: 1px solid #494949;
	border-bottom: 1px solid #272727;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style: outset;
}

.popup-btn-outer-bottom-border .popup-btn-text {
	padding: 10px;
	color: #979797;
}

.effectiveDate {
	text-indent: 64%;
}

a {
	cursor: pointer;
}

.radio-btn {
	margin-left:-3px;
}

.radio-btn label {
	float: right;
	width: 110px;
	margin: 0;
	padding: 0 2px;
}

.errormsg {
	color: #fff;
	padding: 5px;
	border: 1px solid red;
	width: 300px;
	background: black;
}

.contbtn {
	padding-left: 50px;
	float: left;
}

.errflg {
	color: #fff;
	padding: 5px;
	margin: 0 0 0 60px;
	border: 1px solid red;
	background: black;
}
.errflg-vasco {
	color: #fff;
	padding: 21px;
	margin: -38px 498px -9px 64px;
	border: 1px solid red;
	background: black;
}

#gobtn {
	width: 350px;
	margin-left: -7px;
}
.bannerText {
    display: none;
}

.black-button {
    display: none;
}

#footerMobile, #disclaimer_bg, #disclaimer_container {
    display: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    body, #wrap, #content, #panel {
        min-width: 320px;
        min-height: 480px;
    }
	.login-form-error-msg 
	{
		border: 1px solid #f00;
		padding: 5px;
		margin: 10px 0 5px 0;
		background: #131313;
		color: #fff;
		font-size: 1em;
		width: 97%;
	}

    .gray-rounded-container {
        width: 100%;
        border-radius: 0;
        padding-top: 1em;
        min-width: 100%;
        height: 265px;
        top: 6.5em;
    }

    .blue-strip {
		display:block;
		#position: absolute;
        #top: inherit;
		top:370px;
        #bottom: 2em;
        height: 4em;
		opacity:.9;

    }

    .login-page-label,
    .beta-msg,
    .tech-support {
        display: none;
    }

    .login-page-h2 {
        top: 0;
        background-color: black;
        width: 100%;
        left: 0;
    }

    .login-page-h2 h2 {
        margin: 2em 1.5em 1em;
        font-size: 1em;
    }

    #login-form-main {
        padding: 0 1em;
    }

    #login-form-main form {
        width: 100%;
        padding-top: 0;
    }

    span.login-page-disclaimer-products {
        padding: 0;
        border: 0;
    }

    .citi-logo {
        top: 1.35em;
        height: 3em;
        width: 3em;
    }

    .login-form input[type="text"],
    .login-form input[type="password"] {
        height: 2em;
    }

    .login-form .row.password input[type="text"],
    .login-form .row.password input[type="password"] {
        width: 11.6em;
    }

    #login-form-main label {
        font-size: .75em;
        padding: 0;
    }

    .footer {
        display: none;
    }

    .gray-button {
        width: 5.5em;
        height: 2em;
    }

    .q-circle-gray {
        margin: 0;
        float: right;
    }

    #TCForm #popup_bg, #TCForm #popup_container {
        display: block;
    }

    #TCForm .wrap {
        display: none;
    }

    #TCForm .popup_bg {
        padding: 0;
        background: #333 url(../img/login_screen_bg@2x.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }

    #TCForm #popup_container {
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        height: 100%;
    }

    #TCForm .login-page-h2 {
        position: relative;
        display: inline-block;
    }

    .black-button {
       background-color: #0C0B0B;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px 7px 15px;
	border: 1px solid #131313;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	text-decoration: none;
	margin: 13px 10px 0 0;
	background: #282828;
	background: -moz-linear-gradient(top, #282828 0%, #1f1f1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #1f1f1f));
	background: -webkit-linear-gradient(top, #282828 0%, #1f1f1f 100%);
	background: -o-linear-gradient(top, #282828 0%, #1f1f1f 100%);
	background: -ms-linear-gradient(top, #282828 0%, #1f1f1f 100%);
	background: linear-gradient(to bottom, #252424 0%, #161515 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#1f1f1f', GradientType=0);
    }

    .black-button:hover {
        #border: .1em solid #333;
        #background: #333;
    }

    .overlay-container {
        width: inherit;
        height: -webkit-calc(100% - 4.125em);
        height: -moz-calc(100% - 4.125em);
        height: calc(100% - 4.125em);
    }

    #TCForm .overlay-container .overlay-title {
        height: auto;
        text-align: center;
        background: #34312f; /* Old browsers */
        background: -moz-linear-gradient(top, #34312f 0%, #111111 65%, #000100 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34312f), color-stop(65%, #111111), color-stop(100%, #000100)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #34312f 0%, #111111 65%, #000100 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #34312f 0%, #111111 65%, #000100 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #34312f 0%, #111111 65%, #000100 100%); /* IE10+ */
        background: linear-gradient(to bottom, #34312f 0%, #111111 65%, #000100 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34312f', endColorstr='#000100', GradientType=0); /* IE6-9 */
    }

    .overlay-container .overlay-title {
        height: auto;
    }

    .overlay-container .overlay-title h2 {
        font-size: 1em;
        height: auto;
        position: relative;
        width: auto;
        line-height: 3em;
        top: 0;
        left: 0;
        text-align: center;
    }

    .overlay-container .overlay-content p {
        margin-left: 1em;
        margin-right: 1em;
    }

    .overlay-container .overlay-footer {
        text-align: center;
        background: black;
    }

    #inview_login_tnc {
        background: transparent;
        width: auto;
        padding: 0;
        border: none;
        height: -webkit-calc(100% - 7em);
        height: -moz-calc(100% - 7em);
        height: calc(100% - 7em);
    }

    .effectiveDate {
        text-indent: 0;
        text-align: end !important;
    }

    #footerMobile {
        display: block;
        position: absolute;
        /*bottom: 1em;*/
		top: 28.2em;
        background: #000;
        width: 100%;
        border-top: 0.1em solid grey;
        z-index: 105;
    }

    #footerMobile .disclaimer-button {
        border-left: 1px solid grey;
        float: right;
        color: silver;
        padding: .4em 1em;
    }

    #disclaimer_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 104;
    }

    #disclaimer_container {
        position: absolute;
        top: 4em;
        left: 0;
        width: 100%;
        height: 85%;
        z-index: 105;
    }

    #disclaimer_container #inview_login_disclaimer {
        width: auto;
        height: 100%;
        text-align: justify;
    }
}
@media only screen
and (min-device-height: 568px) {
    #footerMobile {
        top: 33.6em;
    }
}
@media only screen
and (max-device-height: 568px) {
    .blue-strip {
		display:block;
		top:474px;
        height: 4em;
		opacity:.9;
	}
}
@media only screen
and (max-device-height: 480px) {
    .blue-strip {
		display:block;
		top:387px;
        height: 4em;
		opacity:.9;
	}
}
@media only screen
and (max-device-height: 568px) {
    .gray-rounded-container {
        width: 100%;
        border-radius: 0;
        padding-top: 1em;
        min-width: 100%;
        height: 354px;
        top: 6.5em;
    }
}
@media only screen
and (max-device-height: 480px) {
    .gray-rounded-container {
        width: 100%;
        border-radius: 0;
        padding-top: 1em;
        min-width: 100%;
        height: 267px;
        top: 6.5em;
    }
}
/*css for iphone and ipad*/

@media only screen
and (max-device-height: 568px) {
	#TCForm .wrap{
		width:320px;
		height:568px;
	}
	#TCForm #popup_container {
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	height: 568px;
	#min-width: 100%;
	}
	.overlay-container {
		width: inherit;
		/* height:500px; */
		}
	#TCForm .popup_bg {
	padding: 0;
	background: #333 url(../img/login_screen_bg@2x.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 560px;
	width: 320px;
	}
	.popup {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1001;
	width: 320px;
	height: 440px;
	}
	.close-circle-gray {
	width: 30px;
	height: 30px;
	background: #2C2C2C;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	left: 260px;
	top: -23px;
	display: none;
	}
	.close-circle-text {
	position: relative;
	top: 4px;
	left: 0px;
	font-weight: bold;
	font-size: 1.2em;
	}
	#popup_container_privacy
	{
		top:15px;
	}
	#privacy-wrapper{
		width:315px;
		height:440px;
	}
	#inview_login_privacy {
	height: 440px;
	overflow: auto;
	width: 275px;
	}
	.curvContent_trm
	{
		display:none;
	}
	.overlay-container .overlay-title h2 {
	font-size: 1em;
	height: auto;
	position: relative;
	width: auto;
	line-height: 3em;
	top: 0px;
	left: 0;
	text-align: center;
	}
	.popup-ack-btn-position {
	width: 120px;
	position: relative;
	top: 10px;
	left: 180px;
	}
	html, body, form, .wrap, #wrap, .content-main, .content-main1, .panel-main{
        width: 320px;
       	height: 560px;
    }
	.content{
		width: 320px;
       		height: 560px;
		padding: 0;
		background: #333 url(../img/login_screen_bg.jpg) no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.panel {
		width: 320px;
		/* height: 560px; */
		top: 10%;
		position: absolute;
		overflow: hidden;
		background: #000;
		opacity: .8;
	}
	.curvContent_trm_ictoes {
	margin: 25px 25px;
	color: #FFF;
	width: 270px;
	text-align: justify;
	}
	#disclaimer_container .overlay-container{
		height:400px;
		width:320px;
	}
	#inview_login_privacy p{
		margin-right:2px;
		margin-left:2px
	}
}

@media only screen
and (max-device-height: 480px) {
	#TCForm .wrap{
		width:320px;
		height:480px;
	}
  	#TCForm #popup_container {
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	height: 480px;
	width: 320px;
	}
	.overlay-container {
		width: 330px;
		height:420px;
		}
	#TCForm .popup_bg {
	padding: 0;
	background: #333 url(../img/login_screen_bg@2x.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 480px;
	width: 320px;
	}
	.popup {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1001;
	width: 320px;
	height: 440px;
	}

	.close-circle-gray {
	width: 30px;
	height: 30px;
	background: #2C2C2C;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	left: 260px;
	top: -23px;
	display: none;
	}
	.close-circle-text {
	position: relative;
	top: 4px;
	left: 0px;
	font-weight: bold;
	font-size: 1.2em;
	}
	#popup_container_privacy
	{
		top:15px;
	}
	#privacy-wrapper{
		width:300px;
		height:360px;
	}
	#inview_login_privacy {
	height: 356px;
	overflow: auto;
	width: 275px;
	}
	.curvContent_trm
	{
		display:none;
	}
	.overlay-container .overlay-title h2 {
	font-size: 1em;
	height: auto;
	position: relative;
	width: auto;
	line-height: 3em;
	top: 0px;
	left: 0;
	text-align: center;
	}
	.popup-ack-btn-position {
	width: 120px;
	position: relative;
	top: 10px;
	left: 180px;
	}
	html, body, form, .wrap, #wrap, .content-main, .content-main1, .panel-main {
        width: 320px;
        height: 480px;
    }
	.content{
		width: 320px;
       	height: 480px;
		padding: 0;
		background: #333 url(../img/login_screen_bg.jpg) no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.panel {
		width: 320px;
		/* height: 560px; */
		top: 10%;
		position: absolute;
		overflow: hidden;
		background: #000;
		opacity: .8;	
	}
	.curvContent_trm_ictoes {
	margin: 25px 25px;
	color: #FFF;
	width: 270px;
	text-align: justify;
	}
	#disclaimer_container .overlay-container{
		height:313px;
		width:320px;	
	}
	#inview_login_privacy p{
		margin-right:2px;
		margin-left:2px
	}
}
/*css for iphone and ipad*/





 .RSA-form-action
{
	margin-top: -43px;
	float: right;
}
.button-RSA.primary-RSA {
background: url("../img/btn-primary.png") left top no-repeat;
background-size: 20px 39px;
}

button.primary-RSA .inner-button-RSA {
background: url("../img/btn-inner-primary.png") right top no-repeat;
background-size: 40px 39px;
border-radius: 6px;
}

.ui-input-RSA {
#background: transparent url("../img/ie-input.png") left top no-repeat;
border: 0;
padding: 0 0 0 4px;
display: block;
height: 36px;
margin: 6px 0px;
width: 280px;
}

.button-RSA .inner-button-RSA {
background: url("../img/btn-inner.png") right top no-repeat;
padding: 0 19px 0 4px;
margin: 0;
height: 40px;
line-height: 40px;
font-size: 1em;
font-weight: bold;
display: inline-block;
color: #fff;
cursor: pointer;
text-transform: capitalize;
font-family: "interstate", arial, verdana, sans-serif;
text-decoration: none;
border-radius: 7px;
background: linear-gradient(to bottom, #0c7eb4 0%, #0d588f 100%);
background: #0c7eb4;background: -moz-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c7eb4), color-stop(100%, #0d588f) );
background: -webkit-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
background: -o-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
background: -ms-linear-gradient(top, #0c7eb4 0%, #0d588f 100%);
background: linear-gradient(to bottom, #0c7eb4 0%, #0d588f 100%);
width: 4.2em;
text-indent: 14px;
border: none;
}

.Alt-button-mob
{
	display:none
}

.errormsg-da {
	color: #fff;
padding: 5px 8px 0;
border: 1px solid red;
width: 371px;
background: black;
position: relative;
right: -60px;
height: 60px;
}

.envErrflg {
background: black;
border: 1px solid #FF0000;
color: #FFFFFF;
height: 40px;
left: 0px;
margin: -19px 0px 0px 58px;
padding: 4px 4px 1px 5px;
position: absolute;
width: 491px
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgba(78, 73, 73,.6);

}
::-webkit-scrollbar-track {
border-radius: 10px;
}

.login-form-error-msg-da {
    border: 1px solid #f00;
    padding: 1px;
    margin: 10px 0 5px 0;
    background: #131313;
    color: #fff;
    font-size: 1em;
    width: 95%;
    }
    
.otpdrpdown{
height: 30px;
background: linear-gradient(to bottom, #DFD8D8 0%, #C9C4C4 80%, #AFA8A8 100%);
border: 1px solid #A79B9B;
border-radius: 5px;
width: 140px;
}

.emptyerrormsg-da{
color: #fff;
padding: 8px 14px 0;
border: 1px solid red;
width: 293px;
background: black;
position: relative;
right: -60px;
height: 32px;
}
/*css for browser error page */
	.compatibility-wrapper
	{
		padding: 0px;
		background-image:url('../img/login_screen_bg@2x.jpg');
		background:url('../img/login_screen_bg@2x.jpg') no-repeat scroll 0% 0% / cover  #333;
		background-color: rgb(51, 51, 51);
		background-position: initial initial;
		background-repeat: no-repeat no-repeat;
		margin: 0px;
		height: 100%;
		background-size: cover;
}
	.content-browser{
			background: #fff;
			padding-left: 70px;
			height: 86.5%;
			padding-top: 65px;
		}
		.heading{
			font-family:"InterstateRegular";
			font-size:32px;
			color:#333;
		}
		.browser{
			display : inline;
			margin-right:70px;
			
		}
		.browser_heading{
			margin:32px 0 70px 0;
			font-family: "InterstateLight";
			font-size:21px;
			color:#333;
		}
		img{
			vertical-align:middle;
		}
		.browser_text{
			font-family: "InterstateLight";
			color: #B58B14;
			font-size:24px;
		}
		.header-compatability
		{
			background: rgb(1,1,1);
			background: rgba(1, 0, 0, .8);
			color: #fff;
			font-size: 23px;
			height: 60px;
			line-height: 60px;
			padding-left: 20px;
			-moz-opacity: 0.80;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.blue-strip-compatability
		{
			background: #1bbcee;
			background: rgba(27, 188, 238,0.8);
			background: -moz-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 188, 238, 0.8)), color-stop(20%, rgba(38, 176, 230, 0.8)), color-stop(75%, rgba(10, 103, 178, 0.8)), color-stop(100%, rgba(10, 103, 178, 0.8)), color-stop(100%, rgba(21, 73, 132, 0.8)));
			background: -webkit-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
			background: -o-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
			background: -ms-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
			background: linear-gradient(to bottom, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcee', endColorstr='#154984', GradientType=0);
			height: 3em;
			z-index: 100;
			position: relative;
			width: 100%;
			overflow: hidden;
			-moz-opacity: 0.80;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.citi-logo-compatability
		{
			background-size: 30px 30px;
			width: 3.5em;
			height: 3.5em;
			float: right;
			margin-right: 15px;

			/*background:  url("../img/citi_logo@2x.png") no-repeat 0 0;
			height: 3em;
			position: relative;
			right: 1em;
			float: right;
			width: 3em;
			top: 0em;
			background-size: 100%;
			-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/citi_logo@2x.png', sizingMethod='scale')";*/
		}
/*css for browser error page */	

@media only screen
and (max-device-width: 1024px)
and (min-device-height: 768px) {
	.tech-support 
	{
		display:none;
	}
	.compatibility-wrapper
	{
		display:none !important;  /*for hiding error page on ipad add this in login.css*/
	}
	#wrap
	{
		display: block !important;
	}
}
@media only screen
and (max-device-width: 320px)
and (max-device-height: 568px) {
	.compatibility-wrapper
	{
		display:none !important;  /*for hiding error page on  ipad add this in login.css*/
	}
	#wrap
	{
		display: block !important;
	}
}
@media only screen
and (max-device-width: 320px)
and (max-device-height: 480px) {
	.compatibility-wrapper
	{
		display:none !important;  /*for hiding error page on  ipad add this in login.css*/
	}
	#wrap
	{
		display: block !important;
	}
}
/* started by ss35980*/
.forgot-otp-valid-phone{
	color: #FAF7F7;
	padding-top: 0px;
	float: right; 
	padding-right: 433px;
	margin-top:-33px;
}

.forgot-otp-valid-vasco{
color: #FAF7F7;
	padding-top: 0px;
	float: right; 
	padding-right: 645px;
	margin-top:-33px;
}
.forgot-otp-valid-phone-text{
	color: #FAF7F7;
	padding-left: 63px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 11px;
	float: left;
	}
.forgot-otp-valid-phone-pin{
	height: 38px;
	margin-left: 58px;
	padding-right: 52px;
	margin-top: 25px;
	border-radius: 11px;
}

.forgot-otp-valid-vasco-pin{
	height: 38px;
	padding-right: 80px;
	margin-top: 25px;
	margin-left: 63px;
	border-radius: 11px;
}
.forgot-otp-valid-vasco-text{
	color: #FAF7F7;
	padding-left: 61px;
	margin-top: 10px;
}
.forgot-pwd-validation{
	top:1em;
	left:2.3em;
	font-size: 27px;  
	color: white;  
	font-family: "interstate-lightregular", arial, verdana, sans-serif;
	position: absolute; 
	z-index: 102;
}
.forgot-pwd-validation-txt1{
	padding-left:63px;
	margin-top:100px;
	color: #FAF7F7;
}
.forgot-pwd-validation-txt2{
	color: #FAF7F7;
	padding-left:63px;
	margin-top: -1px;
	font-weight: bold;
	font-size: larger;
}
.labe_ent_pwd{
	color: #FAF7F7;
	padding-bottom: 3px;
	margin-top: 79px;
	padding-left: 65px;
	font-size: 133%;
}

/* End by ss35980*/

.ui-input-inline
  {
    border-radius: 0px;
    border:0px;
    padding: 0 0 0 4px;
    display: block;
    height: 36px;
    width:200px;
    margin: 6px 0px;
 }
   .login-form-error-msg-da-forgot {
       border: 1px solid #f00;
	margin: 0px 0 -10px 0;
	background: #131313;
	color: #fff;
	font-size: 1em;
	width: 53%;
    }
 .gray-rounded-container-forget {
	background: rgb(51, 51, 51);
	background: rgba(1, 0, 0, .8);
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	top: 7em;
	z-index: 101;
	padding-top: 4.5em;
	position: absolute;
	height: 23em;
	overflow: hidden;
	width: 65.5%;
	min-width: 50em;
	padding-left: 0.75em;
}
.forgot-support-new {
color: #fff;
margin: 0em;
margin-right: 38px;
font-size: 0.8em;
text-align: right;
padding-top: 36px;
}
.login-page-label-forgot {
font-size: 27px;
color: white;
font-family: "interstate-lightregular", arial, verdana, sans-serif;
position: absolute;
z-index: 102;
top: 5em;
left: 1.30em;
}
.login-form-inline, .field-custom-inline.login-form-inline .form-action-inline {
	width: 100%;
height:1px;	margin-left: 20px;}

.Forgot_txt12 {
	border: medium none;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
-khtml-border-radius: .25em;
border-radius: .25em;
    padding: 0 0 0 4px;
    display: block;
    height: 36px;
    width:380px;
}

.gray-button-forgot-div {
-moz-border-radius: .27em;
-webkit-border-radius: .27em;
-o-border-radius: .27em;
-ms-border-radius: .27em;
-khtml-border-radius: .27em;
border-radius: .27em;
overflow:hidden;
    display:inline;
margin-right:5px;
cursor: pointer;

}
.gray-button-forgot-btn {
background: #E7E6E6;
background: -moz-linear-gradient(top, #E7E6E6 0%, #494949 80%, #464646 100%);
background: -o-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%);
background: -ms-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%);
background: linear-gradient(to bottom, #D6D3D3 0%, #E7E6E6 80%, #C4C4C4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5E7E7), color-stop(80%, #FCECEC), color-stop(100%, #F7E7E7));
background: -webkit-linear-gradient(top, #F5E5E5 0%, #FDFAFA 80%, #E7D7D7 100%);
border-radius: .27em;
margin: 0;
display:inline;
color:#494949;
text-decoration: none;
font-weight: bold;
font-style: inherit;
font-family:"interstate-lightregular", arial, verdana, sans-serif;
vertical-align:baseline;
font-size:21px;
padding:12px 22px;
cursor: pointer;
border : 0px;
outline : 0px;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
-khtml-border-radius: .25em;

}

.gray-button-forgot {
background: #E7E6E6;
background: -moz-linear-gradient(top, #E7E6E6 0%, #494949 80%, #464646 100%);
background: -o-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%);
background: -ms-linear-gradient(top, #F7F0F0 0%, #FCECEC 80%, #F7F0F0 100%);
background: linear-gradient(to bottom, #D6D3D3 0%, #E7E6E6 80%, #C4C4C4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5E7E7), color-stop(80%, #FCECEC), color-stop(100%, #F7E7E7));
background: -webkit-linear-gradient(top, #F5E5E5 0%, #FDFAFA 80%, #E7D7D7 100%);

color:#494949;
text-decoration: none;
font-weight:bold;
font-size:20px;
padding:12px 23px;
margin-right:5px;
border: medium none;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
-khtml-border-radius: .25em;
border-radius: .25em;
cursor:pointer;
}
.forgot-support {
color: #fff;
margin: 21em 2em 0 0;
font-size: 0.8em;
text-align: right;
width: 100%;
}
.label_usr {
display: block;
margin: 25px 0 0 0;
padding: 4px 2px;
/* width: 315px; */
color: #FFF;
font-size: 17px;
font-family: "interstate-lightregular", arial, verdana, sans-serif;
}
.Forgot_txt11{
border:1px solid #D1CECE;
    margin: 0 0 0 8px;
    display: block;
    height: 36px;
    width:230px;
    border-radius: .25em;
    }
.label_f {color:#DAD7D7;font-weight:bold;font-size:17px;margin:5px 0 0 0;}
.lbl-txt{color:#8D8B8B; font-size:13px; float:left;}
.lbl-txt-re{color:#00BDF2; font-size:13px; float:left; padding-top:8px;}
.smltxt {color:#DAD7D7; font-size:13px; font-weight:bold; display:block; width:500px;padding-bottom: 10px;padding-top: 20px;}
.captcha-style{
background:#F0EEEE; width:383px; height:110px; margin-left:5px; margin-top:20px;
}
.hint-copy-email {
color: #FAF7F7;
font-size: 17px;
padding: 20px 2px 10px 2px;
}
.forgot-support-more {
color: #fff;
font-size: 0.8em;
text-align: right;
width: 100%;
position: absolute;
top: 42em;
}
/* css for reset password*/
.forgot-support1 {
color: #fff;
margin: 0 0 0 0;
font-size: 0.8em;
text-align: right;
width: 100%;
}
.errorBlockCws_chnge_pas1 {
color: white;
background: #000;
border: 1px solid red;
margin: 0 0 1px 1px;
padding: 0px;
float: left;
display: none;
}
.label_f1 {
color: #DAD7D7;
font-weight: bold;
font-size: 17px;
margin: 5px 10px 20px 0;
}
.forgot-support12 {
color: #fff;
margin: 36px;
font-size: 0.8em;
text-align: right;
width: 100%;
}
.label_f2 {
color: #DAD7D7;
font-weight: bold;
font-size: 17px;
margin: 5px 0 0 0;
padding: 20px 250px 0 0;
}
.gray-button-forgot-reset-div {
border-radius: .25em;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
-khtml-border-radius: .25em;
overflow:hidden;
display:inline;

}
.gray-button-forgot-reset-new {
PADDING-RIGHT: 0px;
 DISPLAY: inline-block;
 PADDING-LEFT: 0px; 
FONT-SIZE: 1.2em; 
BACKGROUND: url(/ivcl/ivclient/resources/images/global/btnFlexibleCap.png) no-repeat 0px -25px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
COLOR: #fff; 
TEXT-INDENT: 0px; 
PADDING-TOP: 0px; 
HEIGHT: 25px; 
TEXT-ALIGN: center;
 TEXT-DECORATION: none

}
.gray-button-forgot-reset {
background: -moz-linear-gradient(top, #E7E6E6 0%, #494949 80%, #464646 100%);
background: -o-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%);
background: -ms-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%);
background: linear-gradient(to bottom, #D6D3D3 0%, #E7E6E6 80%, #C4C4C4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(80%, #494949), color-stop(100%, #464646));
background: -webkit-linear-gradient(top, #5e5e5e 0%, #494949 80%, #464646 100%);
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
-khtml-border-radius: .25em;
background: #E7E6E6;
color:#494949;
margin: 0;
text-decoration: none;
font-weight:bold;
font-size:20px;
padding:12px 23px;
margin-right:5px;
display:inline;
border: medium none;
cursor:pointer;

}
.gray-button-forgot-disabled-div{
-moz-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
-khtml-border-radius: .25em;
border-radius: .25em;
overflow:hidden;
    display:inline;
}

.gray-button-forgot-disabled {
background: #3B3B3B ;
background: -moz-linear-gradient(top, #3B3B3B 0%, #3B3B3B 80%, #3B3B3B 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B3B3B), color-stop(80%, #3B3B3B), color-stop(100%, #3B3B3B));
background: -webkit-linear-gradient(top, #3B3B3B 0%, #3B3B3B 80%, #3B3B3B 100%);
background: -o-linear-gradient(top, #3B3B3B 0%, #3B3B3B 80%, #3B3B3B 100%);
background: -ms-linear-gradient(top, #3B3B3B 0%, #3B3B3B 80%, #3B3B3B 100%);
background:  linear-gradient(to bottom, #B8B5B5 0%, #726969 80%, #494747 100%);

margin: 0;
color: #494949;
text-decoration: none;
font-weight: normal;
font-size: 20px;
padding: 12px 23px;
margin-right: 5px;
width: 130px;
border: medium none;
border-radius: .25em;
cursor: pointer;
}
.ui-weak{
color: red;
display: none;
margin-left: 336px;
margin-top: -18px;
}
.ui-medium{
color:#28a852;
display:none;
margin-left: 327px;
margin-top: -18px;
}
.ui-strong
{
color:#28a852;
display:none;
margin-left: 336px;
margin-top: -18px;
}
.reset-hello{
float: right;margin-right: 445px;margin-top: -19px;
}
.row-links{
margin-top: 15px;

}
.confirmation-page{
color: #FAF7F7;
}
.confirmation-page-text{
color: #FAF7F7;
}
.gray-rounded-container-reset {
background: rgb(51, 51, 51);
background: rgba(1, 0, 0, .8);
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
top: 4em;
z-index: 101;
padding-top: 4.5em;
position: absolute;
height: 26em;
overflow: hidden;
width: 65.5%;
min-width: 50em;
padding-left: 0.75em;
}
.blue-strip-reset {
background: #1bbcee;
background: rgba(27, 188, 238, 0.8);
background: -moz-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(27, 188, 238, 0.8)), color-stop(20%, rgba(38, 176, 230, 0.8)), color-stop(75%, rgba(10, 103, 178, 0.8)), color-stop(100%, rgba(10, 103, 178, 0.8)), color-stop(100%, rgba(21, 73, 132, 0.8)));
background: -webkit-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
background: -o-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
background: -ms-linear-gradient(top, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
background: linear-gradient(to bottom, rgba(27, 188, 238, 0.8) 0%, rgba(38, 176, 230, 0.8) 20%, rgba(10, 103, 178, 0.8) 75%, rgba(10, 103, 178, 0.8) 100%, rgba(21, 73, 132, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcee', endColorstr='#154984', GradientType=0);
height: 22em;
z-index: 100;
position: absolute;
top: 8em;
width: 100%;
overflow: hidden;
opacity: .9;
}
.login-page-label-reset {
font-size: 27px;
color: white;
font-family: "interstate-lightregular", arial, verdana, sans-serif;
position: absolute;
z-index: 102;
top: 3em;
left: 1.30em;
}

.label_reset_pwd {
color: #DAD7D7;
font-weight: bold;
font-size: 17px;
margin: 5px 0 0 0px;
height: 39px;
}
.label_instr{
color: #DAD7D7;
font-weight: bold;
font-size: 14px;
margin: 5px 0 0 0;
}
.label_enter{
color: #DAD7D7;
font-weight: bold;
font-size: 17px;
margin: 16px 10px 10px 0;
}
.final-option-a{

font-size: 111%;font-weight: bold;
}
.hint-copy-email-final-b
{
color: #FAF7F7;
font-size: 17px;
padding: 20px 2px 10px 2px;
padding-left:4px; 
margin-top: -1px;
font-weight: bold;
font-size: larger;
}
.hint-copy-email-final-c
{
margin-left: 40px;
width: 34px;
float: left;
}
.hint-copy-email-final-d
{
width:270px;font-size:14px;
}
.hint-copy-email-final-e{
color: #FAF7F7;
padding-top: 1px;


}
.hint-copy-email-final-f
{

margin-left:78px;
display: none;
}
.hint-copy-email-final-g
{
margin-top: -32px;
color: #FAF7F7;
font-size: 17px;
margin-left: 34px;
width:315px;
}
.hint-copy-email-final-h
{
color: #fff;
font-size: 0.8em;
text-align: right; 
width: 100%; 
position: absolute;
top: 37em;
margin-left: -94px;
}
.email-text{
color: #FAF7F7;
font-size: 17px;
}
.button.primary.forgot {
background: url("../img/btn-primary.png") left top no-repeat;
float: right;
margin-left: 10px;
margin-right: 135px;
margin-top: 48px;
}

