div#Sign_Up_form {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.loginPagebtns.logoutbtn {
  float: right;
  margin-bottom: 30px;
}.loginForm, .pwdRst {
  margin-bottom: 50px;
}
.login-txt, .loginLink {padding-top:10px;}
.loginPagebtns.resetpwd { min-width: 160px; }
.loginPagebtns {
    -webkit-appearance: none;
outline: none;
background-image: linear-gradient(to right, #002f72 50%, #ffffff 50%);
background-position: 100% 0;
background-size: 200% 100%;
border: 3px solid #e8eef3;
border-radius: 0;
cursor: pointer;
display: inline-block;
font: 500 16px "delta",Arial,​sans-serif;
height: 50px;
margin: -6px 0 0;
min-height: 16px;
padding: 12px 20px;
text-align: center;
text-decoration: none;
text-transform: none;
transition: background-position 0.4s ease-out 0s, color 0.25s ease-out 0s;
min-width: 120px;
color: #002f72;
}.resetpswdmsg {
  padding-bottom: 15px;
}
.btnsRow {margin-top:20px;}
.loginPagebtns:hover {
    background-color: rgba(0, 0, 0, 0);
background-position: 0 0;
color: #ffffff;
transition: background-position 0.25s ease-out 0s, color 0.25s ease-out 0s;
border-color: #002f72;
}
.cancel-btn {
    border: 3px solid #e8eef3;
    margin-top: 0px;
    display: inline-block;
    margin-left: 13px;
}
.logintxtbox {
    width: 100%;
    height: 40px;
    border: 1px solid #e7eaed;
    background: #f7f9fb;
    box-sizing: border-box;
	margin-top: 15px;
}
.ie-textbox span {
    font-size: 0.8em;
}
.ie-textbox  {
    position:relative;
}
.label.text-label {
  margin-top: 15px;
  display: inline-block;
  min-height: 40px;
}
.invemail {
    position: absolute;
    width: 100%;
    visibility: visible;
    top: 56px;
    left: 11px;
}
.signUpBtn {margin-top:20px;}
div#breadcrumbWrapper {
    display: none;
}