@font-face {
    font-family: 'SFS'; 
    src: url("/login/assets/fonts/SalesforceSans/SalesforceSans-Regular.eot"); /* IE9 */
    src: url("/login/assets/fonts/SalesforceSans/SalesforceSans-Regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ 
         url("/login/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff2") format('woff2'), /* Chrome 26+, Opera 23+ */
         url("/login/assets/fonts/SalesforceSans/SalesforceSans-Regular.woff") format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url("/login/assets/fonts/SalesforceSans/SalesforceSans-Regular.svg#web") format('svg'); /* Legacy iOS */
    
}

@font-face {
    font-family: 'SFSLight';
    src: url('/login/assets/fonts/SalesforceSans/SalesforceSans-Light.eot') format('eot'); /* IE9 */
    src: url("/login/assets/fonts/SalesforceSans/SalesforceSans-Light.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ 
         url('/login/assets/fonts/SalesforceSans/SalesforceSans-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
         url('/login/assets/fonts/SalesforceSans/SalesforceSans-Light.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('/login/assets/fonts/SalesforceSans/SalesforceSans-Light.svg#web') format('svg'); /* Legacy iOS */
}

html, body {
	height: 100%;
	font-family: SFS, Arial, sans-serif;
	color: #16325c;
	font-size: 14px;
}

body {
	padding: 0px;
	margin: 0 auto;
	display: table;
	width: 100%;
}

h1 {
	font-size: 24px;
	font-family: SFSLight, Arial, sans-serif;
}

h2 {
	font-size: 18px;
	font-family: SFSLight, Arial, sans-serif;
}

:placeholder {
	color: #54698d;
}

::-webkit-input-placeholder {
	color: #54698d;
}

:-moz-placeholder { /* Firefox 18- */
	color: #54698d;
	opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #54698d;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #54698d;
}

/* Positioning */

.pr {
	position: relative;
}

.di {
	display: inline;
}

.dib {
	display: inline-block;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

/* Floats */

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Margins */

.ma {
	margin: 0 auto;
}

.mr8 {
	margin-right: 8px;
}

.mr16 {
	margin-right: 16px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb14 {
	margin-bottom: 14px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb24 {
	margin-bottom: 24px;
}

.mt8 {
	margin-top: 8px;
}

.mt16 {
	margin-top: 16px;
}

.mt24 {
	margin-top: 24px;
}

/* Radius  */

.r4 {
	border-radius: 4px;
}

/* Padding */

.p16 {
	padding: 16px 0;
}

.pt16 {
	padding-top: 16px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

/* Borders  */

.bt {
	border-top: 1px solid #F4F6F9;
}

img.logo {
	width: 160px;
}

img {
	vertical-align: middle;
	border: 0;
}

a {
	text-decoration: none;
	transition: all 0.1s;
}

a:hover, a:active {
	color: #005fb2;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.required {
    color: #CF4F43;
}

p {
	display: block;
	text-align: left;
	text-align: start;
	margin:0px;
	line-height: 24px;
}

ul {
	padding-left:20px;
	list-style-type: disc;
}

.whiteHeader {
	color: #fff;
}

/*the UL above seems to break the next element so put in a no-op*/
code{}

.passwordul {
	padding-left:0px;
	list-style-type: none;
}

/*the UL above seems to break the next element so put in a no-op*/
code{}

.passwordicon {
	padding-right:8px;
    width: 16px;
}

.disabled {

}

.small {
	font-size: 12px;
}

p.small a {
	font-size: 12px;
}

.label {
	font-size: 12px;
	color: #54698d;
	margin: 0 0 8px 0;
	line-height: inherit;
}

div, form {
	margin: 0px;
	padding: 0px;
}

.zen-assistiveText {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.button {
	padding: 12px 24px;
	border-radius: 4px;
	border: 0;
	font-size: 14px;
	font-family: SFS, Arial, sans-serif;
	color: white;
	background-color: #D8DDE6;
	cursor: pointer;
    background-image: none !important;
}

/* Style a link to look like a button */
a.button {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

a.primary, a.primary:link, a.primary:visited, a.primary:hover, a.primary:active {
	color: white;
}

a.secondary, a.secondary:link, a.secondary:primary, a.secondary:hover, a.secondary:active {
	color: #0070d2;
}

button#password-button:disabled {
	cursor: default;
}

.fiftyfifty {
	width: 48%;
}

.error {
	color: #CF4F43;
}


.errorcode {
	font-size:10px;
	color: #54698d; /* Color for labels */
}


.primary {
	background-color: #1391F7;
	color: white;
	transition: all 0.1s;
	border: 1px solid transparent;
}

.primary:hover, .primary:focus {
	background-color: #005fb2;
}

.secondary {
	background-color: #ffffff;
	border: 1px solid #D8DDE6;
	color: #0070d2 !important;
}

.secondary:hover {
	background-color: #F4F6F9;
}

.wide {
	width: 100%;
}

.right {
	float:right;
}

/* Inputs */

input {
	height: auto !important;
}

input#answer {
    margin-top: 8px;
}

input.input,
select.input,
input.answer-input.input,
input.password-input.input {
	border: 1px solid #D8DDE6;
	border-radius: 4px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: #fff;
	font-family: SFS, Arial, sans-serif;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 14px;
	transition: all 0.1s;
}

.input {
	padding: 12px;
}

.password-input {
	padding: 12px !important;
}

.answer-input {
	padding: 12px !important;
}

select.input#question {
	padding: 12px 40px;
	background-image: url('/img/disclosure.gif');
	background-repeat: no-repeat;
	background-position: 14px 14px;
}

.input:focus {
	background-color: #ffffff;
	border: 1px solid #1589ee;
	outline: 0;
	box-shadow: 0 0 3px #0070D2;
}

input[type="checkbox"] {
	width: auto;
}

input.twofactor {
	background-image: url('/img/keys.png');
	background-repeat: no-repeat;
	background-position: 12px, 12px;
	background-size: 14px 18px;
	padding: 12px 40px;
}

input.error {
	border: 1px solid #C23934;
}

input[type="radio"] {
	margin-right: 12px;
	margin-bottom: 12px;
}

/* Removes native iOS button styling */
input[type='submit'] {
	-webkit-appearance: none;
}

.tablewrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.username {
	display: block;
}

.password {
	display: block;
}

.password-input:focus {
	background-color: #ffffff;
	/*border: 1px solid #1589ee;	*/
	outline: 0;
}

.password-wrapper {
	position: relative;
	background: #FFF;
}

.password-message {
	display: block;
	line-height: 45px;
	font-size:10px;
	padding: 0 10px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

html[dir="rtl"] .password-message {
	right: auto;
	left: 0;
}

.password-none {
	border: 1px solid #1589ee;
}

.password-none-color {
	color: #16325c;
}


input.password-input.password-weak,
input.password-input.password-weak:focus {
	border:1px solid #C23934;
}

.password-weak-color {
	color: #CF4F43;
}

input.password-input.password-good,
input.password-input.password-good:focus {
	border:1px solid #4bca81;
}

.password-good-color {
	color: green;
}

.password-focus {
	border: 1px solid #1589ee;
}

.password-strong {

}

.twofactor-input {
	background-image: url('/img/iconCode.png');
	background-repeat: no-repeat;
	background-position: 12px, 12px;
	background-size: 14px 18px;
	padding: 12px 40px;
}

.answer-input {
	padding: 12px !important;
}

.phone-input {
	background-image: url('/img/iconPhone.png');
	background-repeat: no-repeat;
	background-position: 12px, 12px;
	background-size: 14px 18px;
	padding: 12px 40px;
}

.clear-input {
	background-image: url('/img/iconClear.png');
	background-repeat: no-repeat;
	background-position: 12px, 12px;
	background-size: 14px 18px;
	padding: 12px 40px;
}

#wrapper {
	padding: 20px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.standard_logo_wrapper {
	height: 113px;
	overflow: hidden;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    display: table;
}

.standard_logo {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	max-width: 250px;
	max-height: 113px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	font-family: SFSLight, Arial, sans-serif;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow:auto;
    padding-bottom: 48px;
}  /* padding is footer height plus an extra 24px of spacing */

#footer {
    position: relative;
    margin-top: -24px; /* negative value of footer height */
    height: 24px;
    width: 100%;
    clear:both;
    text-align: center;
    font-size: 12px;
	color:#fff;
}

#content {
	margin: 0px auto;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #16325c;
	background:#FFFFFF
}

p.large {
	font-size: 18px;
	font-family: SFSLight, Arial, sans-serif;
}

.important {
   font-weight: bold;
}

.wordwrap {
	word-wrap: break-word;
}

.nowrap {
    white-space: nowrap;
}
/* Login page sections */

#left {
	display: table-cell;
	height: 100%;
	background:#25a1c6;
	
}

#right {
	display: table-cell;
	vertical-align: top;
	background-color: #ffffff;
	width: 50%;
	height: 100%;
	color: rgba(255, 255, 255, 0.6);
}

#right iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
	float: right;
}

.container {
	border: 1px solid #D8DDE6;
	padding: 20px;
	border-radius: 4px;
	color: #16325c;
}

/* Login form */

#pwcaps {
	font-size: 12px;
	color: #54698d;
	margin-top: -8px;
}

#pwcapsicon {
	margin-right: 8px;
}

.inputgroup {
	position: relative;
}

.loginError {
	color: #CF4F43;
	margin-bottom: 14px;
	font-size: 12px;
}

#idcard-container {
	background-color: #ffffff;
	border: 1px solid #D8DDE6;
	padding: 2px;
	border-radius: 4px;
}

#idcard {
	padding: 3px;
	border-radius: 4px;
	position: relative;
}

#idcard-identity {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 43px;
	right: 36px;
	line-height: 32px;
}

.avatar {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	vertical-align: middle;
	margin-right: 8px;
	padding: 4px;
	display: inline-block;
}

.clearlink {
	margin-right: 8px;
	margin-top: 8px;
	float: right;
}

.clearicon {
	width: 16px;
	height: 16px;
	cursor: hand;
}

/* Login hint editing */

.nonscrollable {
	border-bottom: 1px solid #D8DDE6;
	border-radius: 4px;
	border-top: 1px solid #D8DDE6;
}

#manager ul {
	margin: 0;
	padding: 0;
}

#manager li {
	list-style-type: none;
	padding: 12px;
	font-size: 14px;
	border-left: 1px solid #D8DDE6;
	border-right: 1px solid #D8DDE6;
	border-bottom: 1px solid #f4f6f9;
	position: relative;
}

#manager li:hover, #manager li:focus {
	background-color:#f4f6f9;
}

#manager span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 68px;
    right: 36px;
    line-height: 32px;
}

.hintclearlink {
	margin-top: 8px;
	float: right;
}

.hintclearicon {
	width: 16px;
	height: 16px;
	cursor: hand;
}

/* Login hint chooser */

#chooser ul {
	margin: 0;
	padding: 0;
}

#chooser li {
	list-style-type: none;
	font-size:14px;
	border-left:1px solid #D8DDE6;
	border-right:1px solid #D8DDE6;
	border-bottom:1px solid #f4f6f9;
	margin-bottom:0px;
	position: relative;
}

#chooser li a:hover, #chooser li a:focus {
	background-color: #f4f6f9;
}

#idlist span {
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 68px; 
    right: 12px;
    line-height: 32px;
}

#idlist a {
	color: #16325c;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	padding: 12px;
	font-size: 12px;
	box-sizing: border-box;
}

.thumbnail {
	width:32px;
	height:32px;
	border-radius:32px;
	vertical-align:middle;
	margin-right:8px;
	display:inline-block;
}

.scrollable {
	border-bottom:1px solid #D8DDE6;
	border-radius: 4px;
	border-top:1px solid #D8DDE6;
	max-height: 200px;
	overflow: auto;
}

.activity {
	width:8px;
	border-radius:0px;
	vertical-align:middle;
	margin-right:8px;
}

/* Login page IDP styling */

#or_use_idp {
    font-size: 18px;
    font-family: SFSLight, Arial, sans-serif;
}

#idp_section_buttons .thumbnail, #idp_section_chooser .thumbnail {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

/* button should be the same height with or without a logo */
#idp_section_buttons button {
	min-height: 50px;
	word-wrap: break-word;
}

#idp_chooser ul {
    margin: 0;
    padding: 0;
}

#idp_chooser li {
    list-style-type: none;
    font-size:14px;
    border-left:1px solid #D8DDE6;
    border-right:1px solid #D8DDE6;
    border-bottom:1px solid #f4f6f9;
    margin-bottom: 0px;
}

#idp_chooser li a:hover {
    background-color:#f4f6f9;
}

#idp_chooser li a:focus {
    background-color:#f4f6f9;
}

#idplist a {
    color: #16325c;
    text-decoration: none;
    display: block;
    padding: 12px;
    font-size: 14px;
    word-wrap: break-word;
}

#idpscrollable {
    border-bottom:1px solid #D8DDE6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top:1px solid #D8DDE6;
    max-height:190px;
    overflow: auto;
}

#idp_search {
    background-image: url('/img/grey_magnifier.png');
    background-repeat: no-repeat;
    background-position: 15px 12px;
    background-size: 16px 19px;
    padding: 12px 12px 12px 44px;
    border-bottom: 0px;
    background-color: #ffffff;
}

#idp_search:focus {
    border-bottom:0px;
    background-color: #ffffff;
    border: 1px solid #1589ee;  
    outline: 0;
    box-shadow: 0 0 3px #0070D2; 
}

fieldset.borderless {
    border: 0;
    padding: 0 0 0 0;
    margin: 0;
    min-width: 0;
}

#errText {
	color: red;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}
.errmsgg {

	border-color: red !important;
	 background: url(/images/icon-fail.png) no-repeat right center #ffebef !important;
    color: #480000 !important;
    border: 1px solid #C23934 !important;
}
.errText {
	font-size: 85%;
	color: red;
    margin-top: -2px;
    padding-left: 0;
    padding-bottom: 12px;
}
.label > em{
    color:red;
}

.ebox{
    background-color: red;
    border-radius: 4px;
    padding: 5px;
    color:white !important
}

@media only screen and (min-height: 1024px) {
	#wrapper {
	   padding-top: 240px;
	}
	.headding {
	   padding-top: 230px!important;
	}
	.mobileDiv .mobile1 { padding-top:60px;}
}

@media only screen and (min-height: 1280px) {
	#wrapper {
	   padding-top: 240px;
	}
	.headding {
	   padding-top: 280px!important;
	   padding-bottom: 10px !important;
	}
	.mobileDiv .mobile1 { padding-top:90px;}
}

@media only screen and (min-height: 1920px) {
	#wrapper {
	   padding-top: 240px;
	}
	.headding {
	   padding-top: 280px!important;
	   padding-bottom: 10px !important;
	}
	.mobileDiv .mobile1 { padding-top:60px;}
}

@media only screen and (max-width: 1024px) {
	#left {
		width: 100%;
	}
	
	#right {
		display: none;
	}
}
	
@media only screen and (max-width: 480px) {
	#wrapper {
		max-width: 100%;
		margin-left: inherit;
		left: inherit;
		padding-top: 20px !important;
	}
	
	#content {
		border-left: 0px;
		border-right: 0px;
		border-radius: 0px;
	}
	
	/* font must be at least 16px to prevent auto-zooming on iOS devices */
	input.input {
	    font-size: 16px;
	}
}

@media only screen and (max-height: 1200px) {
    #wrapper {
        padding-top: 180px;
    }
}
@media only screen and (max-height: 1000px) {
    #wrapper {
        padding-top: 140px;
    }
}
@media only screen and (max-height: 900px) {
    #wrapper {
        padding-top: 100px;
    }
}
@media only screen and (max-height: 736px) {
    #wrapper {
        padding-top: 60px;
    }
}
@media only screen and (max-height: 670px) {
    #wrapper {
        padding-top: 0;
    }
}
@media only screen and (max-height: 610px) {
	#wrapper {
	   padding-top: 20px;
	}
}

.payreliefbnr{ height:100%; background: url(../images/payrelief_bnr.jpg) no-repeat center center; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }
.akkusearchblkM{ position:relative; }
.akkusearchHere{ position:absolute; top:60px; left:60px; font-size:34px; font-family:arial; font-weight:bold; color:#fff}
.akkusearchJob{ position:absolute; top:100px; left:60px; font-size:24px; font-family:arial; font-weight:normal; color:#fff} 
.akkusearchBtn{  position:absolute; top:160px; left:60px; } 
.akkusearchBtn a{padding: 15px 20px; color: #5c5c5c; font-family: arial; font-size: 18px;background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -webkit-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);-moz-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);box-shadow: 3px 6px 5px 0px rgba(51,50,51,1); }
.akkusearchBtn a:hover{ color:#fff; background:#1391F7}
.akkusearchloginform{ padding:20px; -webkit-box-shadow: 0px 0px 5px 0px rgba(217,213,217,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(217,213,217,1);
box-shadow: 0px 0px 5px 0px rgba(217,213,217,1);-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

.payreliefbnr{ height:100%; background: url(../images/payreliefbnr.jpg) no-repeat; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }
.akkupayblkM{ position:relative; }
.akkupayHere{ position:absolute; top:60px; left:60px; font-size:28px; font-family:arial; font-weight:bold; color:#fff}
.akkupayBtn{  position:absolute; top:120px; left:60px; } 
.akkupayBtn a{padding: 15px 20px; color: #5c5c5c; font-family: arial; font-size: 18px;background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -webkit-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);-moz-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);box-shadow: 3px 6px 5px 0px rgba(51,50,51,1); }
.akkupayBtn a:hover{ color:#fff; background:#1391F7}

.irmbnr{ height:100%; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }
.irmblkM{ position:relative; }
.irmHere{ position:absolute; top:60px; left:60px; font-size:28px; font-family:arial; font-weight:bold; color:#5c5c5c}
.irmDesc{ /*position:absolute; top:100px; left:60px;*/ padding-top: 15px; font-size:14px; font-family:arial; font-weight:bold; color:#5c5c5c}
.irmBtn{  /*position:absolute; top:150px; left:60px;*/ } 
.irmBtn a{padding: 15px 20px; color: #5c5c5c; font-family: arial; font-size: 18px;background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -webkit-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);-moz-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);box-shadow: 3px 6px 5px 0px rgba(51,50,51,1); }
.irmBtn a:hover{ color:#fff; background:#1391F7}

.lbl_forgot { float: right; margin-right: 10px; color: #3eb8f0; font-weight: bold; cursor: pointer;   }
span.form-error.help-block { margin-bottom: 10px; }
.back_to_login { margin: 10px 0px 0px; text-align: right; }

/* Forgot Password Section CSS (forgotUserPassMBg----forget user name and password */
#forgotUserPassMBg, #forgotUserPassMBg #left{ background:#fff !important;}
#forgotUserPassMBg #wrapper{ padding-top:0px;}
#forgotUserPassMBg #wrap{ min-height: auto;}
#forgotUserPassMBg  #main{border: 1px solid #e7e7e7; border-radius: 10px; box-shadow: 0 0 8px 0 #e8e8e8; margin: 50px auto 0px auto;
padding: 30px 0px; width: 600px;}
#forgotUserPassMBg #content{ padding:10px;}
#forgotUserPassMBg #footer{ color:#66758f;  clear: both;height: auto;margin-top: 0; padding-top: 20px;text-align: center;width: 100%;}
#forgotUserPassMBg #wrapper #content h3{ text-align:center; margin:0px; padding:0px; font-size:26px;}
#forgotUserPassMBg #wrapper #content h5{ text-align:center; margin: 10px 0px 25px; padding:0px; font-size:12px; font-weight:normal}
#forgotUserPassMBg .forgmarg-15{ margin-top:15px !important}
#forgotUserPassMBg #main.updatemarginT{ margin-top:15px !important}
#forgotUserPassMBg .forgmarg-20{ margin-bottom:20px !important}
@media only screen and (max-width: 680px) {
#forgotUserPassMBg  #main{border: 1px solid #e7e7e7; border-radius: 10px; box-shadow: 0 0 8px 0 #e8e8e8; margin: 10px auto 0px auto;
padding: 10px; width: 400px;}
}
@media only screen and (max-width: 500px) {
#forgotUserPassMBg  #main{border: 1px solid #e7e7e7; border-radius: 10px; box-shadow: 0 0 8px 0 #e8e8e8; margin: 10px auto 0px auto;
padding: 10px 0px; width: 310px;}
}

@media only screen and (max-height: 1200px) {
 #forgotUserPassMBg  #main{ margin-top:150px !important;}
 #forgotUserPassMBg #main.updatemarginT{ margin-top:80px !important;}
}
@media only screen and (max-height: 800px) {
  #forgotUserPassMBg  #main{ margin-top:15px !important;}
  #forgotUserPassMBg #main.formarginT{ margin-top:80px !important;}
  #forgotUserPassMBg #main.updatemarginT{ margin-top:10px !important;}
}
@media only screen and (max-height: 500px) {
  #forgotUserPassMBg  #main{ margin-top:15px !important;}
  #forgotUserPassMBg #main.formarginT{ margin-top:20px !important;}
  #forgotUserPassMBg #main.updatemarginT{ margin-top:10px !important;}
}

.mobileDiv { margin:0; padding:0; overflow:hidden; clear:both; display:inline-block; width:100%;}
.mobileDiv .mobile1 { float:left; margin:0; padding:25px 0 0; width:30%; text-align:center;}
.mobile1 h6 { font-size:13px; font-weight:bold; color:#333;}
.headding { font-size:45px; color:#333; padding:50px 0 10px 0px; font-weight:bold;}
.info { margin:0; padding:0 30px; color:#333; font-size:14px; text-align:center;}
.irmBtn { position:static; padding:50px 30px 0 0; float:right;}
.irmBtn a:hover { background:#df2b3a;}
.twoCenterBtns{width:100%; /*margin-top: 15px;*/ text-align: center;}
.btnLeft{margin-left: -45px;}
.liveDemo {padding:20px 0 40px 0;}
.liveDemo a{
	padding: 15px 20px;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	background: #FF0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);
	-moz-box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);
	box-shadow: 3px 6px 5px 0px rgba(51,50,51,1);
}
.liveDemo a:hover { background:#df2b3a;}