.login-page {
	color: #00539b;
	margin: 0 auto;
	max-width: 380px;
	min-width: 100px;
	position: relative;
	text-align: center;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
}

.login-page-title {
	color: #ffffff;
	font-family: Rockwell;
	font-size: 45px;
	text-align: center;
	width: 100%;
}

.loginForm {
	background-color: #ffffff;
	max-height: 300px;
	padding: 20px 0;
}

.login-link {
	bottom: 5%;
	color: #fff !important;
	font-size: 12px;
	position: absolute !important;
	text-align: center;
	width: 100%;
}

.copyRight {
	color: #fff !important;
	padding: 20px;
	font-size: 12px;
}

.loginLabel {
	text-align: left;
	color: #333333 !important;
	font-weight: 500 !important;
	display: flex;
}

.mobileAppArea {
	position: absolute;
	text-align: center;
	bottom: 10% !important;
	width: 100%;
}

.mobileAppArea a {
	display: inline-block;
	padding: 20px;
	width: 150px !important;
	height: 80px !important;
}

a.footerLink {
	color: #fff !important;
	padding: 20px;
	font-size: 12px;
}

.form-group {	
	max-width: 330px;
	margin-bottom: 30px !important;
}

.navbar-brand {
	font-family: "RockwellStd";
	font-size: 35px !important;
	font-weight: bold;
}

.input-group-addon {
	background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0 !important;
	background-color: none !important;
	border-right: 0 none !important;
	border-radius: 4px;
	font-size: 18px;
	height: 21px;
	margin-bottom: 20px;
	width: 50px !important;
	max-width: 35px !important;
	padding: 6px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.loginInput {
	width: 300px !important;
	height: 40px !important;
	border-left: 0 none !important;
}

.forgotPwd {
	padding-left: 15px;
	text-align: left;
}

.loginBtn {
	margin-top: 36px !important;
}

.usernameIcon i {
	background-image: url("images/Username_icon.svg");
	background-repeat: no-repeat;
	display: inline-block;
	height: 21px;
	width: 21px;
}

.pwdIcon i {
	background-image: url("images/Password_icon.svg");
	background-repeat: no-repeat;
	display: inline-block;
	height: 21px;
	width: 21px;
}

.appStoreIcon {
	background-image: url("images/AppleStore_button.svg");
	background-repeat: no-repeat;
}

.googlePlayIcon {
	background-image: url("images/GooglePlay_button.svg");
	background-repeat: no-repeat;
}

.errClose {
	cursor: pointer;
	float: right;
}

.change-pwd-page {
	background: #fff none repeat scroll 0 0;
	color: #00539b;
	margin: 0 auto;
	max-width: 800px;
	min-width: 100px;
	position: relative;
	text-align: left;
	top: 30%;
	transform: translateY(-50%);
	width: 100%;
}

.change-pwd-title {
	border: medium none #7e848a;
	color: #7e848a;
	font-size: 20px;
	padding: 10px 0 10px 30px;
	text-align: left;
	width: 100%;
}

.loginRules {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	padding: 0 !important;
	text-align: left;
	padding: 20px 0;
}

.formDiv {
	background-color:#ffffff;
    min-height: 330px !important;
	max-width: 660px;
	box-shadow:0px 3px 10px #bababa;
	border-radius:2px
}

.loginInputDiv {
	background-color: #ffffff;
	box-shadow: 3px 3px 3px 3px #eaebe4;
	height: 420px !important;
	padding: 20px 0;
}

.change-pwd-btns {
	padding-left: 60px;
	padding-top: 15px;
}

.cancel_btn {
	background-color: #DFE1E3 !important;
	color: #8a9297 !important;
	margin-left: 30px;
	width: 90px;
}

.chngpwdLabel {
	color: #8c9398 !important;
	display: flex;
	font-size: 12px;
	padding-left: 35px;
	text-align: left;
}

.chngpwdHeading {
	background: #fff none repeat scroll 0 0;
	box-shadow: 3px 3px 3px 3px #eaebe4;
	color: #333333;
	font-weight: 600;
	padding: 10px 10px 10px 40px !important;
    text-align: left;
}
.errorMsgsDiv{
	display: none;
    background-color: #fbe9ea;
    border-radius: 0 !important;
    color: #df0101 !important;
    font-weight: normal;
    height: 50px !important;
    margin-bottom: 0 !important;
    padding: 12px;
    position: absolute;
    width: 100%;	
}

.successMsg,
.errorMsg{
	margin-right:15px;
	font-family: Arial,Helvetica,sans-serif;
}

.errorMsg i {
	background-image: url("images/1x1.gif");
	background-repeat: no-repeat;
	width:12px; 
	height:12px; 

}
.successMsgsDiv{
	display: none;
    background-color: #C1FFC1;
    border-radius: 0 !important;
    color: #4BB74C !important;
    font-weight: normal;
    height: 50px !important;
    margin-bottom: 0 !important;
    padding: 12px;
    position: absolute;
    width: 100%;	
}



.errorMsg i {
	background-image: url("images/1x1.gif");
	background-repeat: no-repeat;
	width:12px; 
	height:12px; 

}

.firstDiv .inputFields{
	    text-align: left;
    padding: 0 0 0 5px;
}
.buttonFields{
    text-align: left;
    padding-left: 5px;
}
.buttonFields .inputField{
    border-radius: 4px;
    font-size: 9px;
    font-weight: bold;
    width: 85px;
    line-height: 18px;
    box-shadow: none;
    background-color: #A4A4A4;
    border: 1px solid #848484;
    text-shadow: 0 2px 1px white;
}
.btn{
	padding: 6px 35px !important;	
	border-radius: 2px !important;
}
.btn-cancel{
	color: #337ab7;	
	background-color: transparent;
    font-weight: 700 !important;
    float: right;
}
.btn-send{
	float:right;	
}
.btn-ok{
    margin-left: 220px;
}
.firstDiv .loginInput{
	    width: 280px !important;
}

.errMdl{
    top: 180px;
    right: 460px;
    position: relative;
    padding: 10px;
    background-color: #f7f7f7;
    width: 240px;
    display:none;
    color:#df0101;
    border-left:5px solid #df0101 !important;
    font-size: 14px;
    font-weight: 500;
    text-align: left;    
}

.errMdl:before {
    background-color: #f7f7f7;
    box-shadow: 3px 3px 7px 0 #f7f7f7;
    content: "";
    height: 12px;
    left: 230px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 10px;
}

.firstDiv{
	border: 1px;
    color: #333333 !important;
    padding: 20px;
}

.heading{
    font-size: 32px;
    font-weight: bolder;
	margin-bottom: 45px;
    text-align: left;
    margin-left: 5px;
    padding-left:0px !important;
    font-family: Rockwell;
    color: #333333;
}
.information{
    font-size: 14px;
    text-align: left;
    margin: 0 60px 20px 6px;
    color: #333333;
    font-weight: 500;
}

.firstDiv .form-group .control-label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.blank-div {
    height: 45px;
}
#successModal{
	display: none;
}
.mailInformation{
	font-size: 14px;
	color: #333333;
    margin: 0 30px 90px 7px;
    text-align: left;
    font-weight: 500;
}
#expireModal .btn {
	padding: 6px 32px !important;
	border-radius: 2px !important;
}
#expireModal .heading {
	font-size: 32px;
	font-family: Rockwell;
    color: #333333;
	font-weight: bolder;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	padding-left: 0px !important;	
}
#successModal .heading {
	font-size: 32px;
	font-family: Rockwell;
    color: #333333;
	font-weight: bolder;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	padding-left: 0px !important;
}
.formDivExp {
    background-color: #ffffff;
    min-height: 300px !important;
    max-width: 380px;
    box-shadow: 0px 3px 10px #bababa;
    border-radius: 2px;
}

.formDivSuccess {
    background-color: #ffffff;
    min-height: 270px !important;
    max-width: 380px;
    box-shadow: 0px 3px 10px #bababa;
    border-radius: 2px;
}
.formDivReset {
    background-color: #ffffff;
    min-height: 330px !important;
    max-width: 660px;
    box-shadow: 0px 3px 10px #bababa;
    border-radius: 2px;
}
.btn-cancel:focus{
    outline: none !important;
    text-decoration: underline !important;
}
