html,body {
    background-color: #f2f3f5;
    height:100%;
    font-family: roboto
}

form{
    height:80%
}
nav{
    height: 64px;
}
.loginCon h2{
    font-size: 1.5rem;
}
.rectangle-125{
  width: 346px;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 15px;
}

h1.offscreen{
    display:none;
}
.ep-logo-container{
    margin: 0 0 40px 0;
}
.retrievePasswordButton,
.updatePassword {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 0;
  background-color: #006298;
  color: #ffffff;
}
.retrievePasswordButton[type="submit"]{
    display:none;
}
.btnLogin:disabled {
    background-color: #006298 !important;
    color: #ffffff !important;
    opacity: 0.38;
}
.btnLogin:hover{
    background-color: #1971a2;
}
.resetPasswordText{
    display:none;
}
.forgottenPasswordEmail {
  width: 100%;
  height: 40px;
  margin: 15px 0 0 0;
  border-radius: 2px;
  border: solid 1px #d2d2d2;
  background-color: #ffffff;
}
.forgottenPasswordEmailRow label{
    display:block;
    font-weight:500;
    font-size:16px;
    margin:15px 0 0 0;
    color: #333333;
}
.inst{
    color: #000;
    opacity: 0.65;
}

.infoPanel{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
  color: #e70000;
  float: right;
  padding: 10px 0;
}
.formSubmitRow{
    margin:20px 0 0 0;
}

.banner-message {
    z-index: 999;
    display: none;
    position: absolute;
    top: 64px;
    width: 100%;
    padding: 15px 0;
    background: #006298;
    color: #fff;
    text-align: center;
}
.banner-message i {
    position: absolute;
    right: 25px;
    font-size: 16px;
    padding-top: 2px;
}

.banner-message i:focus,
.banner-message i:hover {
    cursor: pointer;
}
.banner-message-text {
    display: none;
}
.passwordError{
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.54);
  padding-top:40px;
}
.hidden{
    display:none;
}
.ssoPasswordFormField,.ssoTextFormField{
    height:40px;
  border-radius: 2px;
  border: solid 1px #d2d2d2;
  background-color: #ffffff;
}
.togglePassword{
    height:40px;
  border: solid 1px #d9d9d9;
  background-color: #e5e5e5;
    width: 70px;
    height: 40px;
    float: left;
    border-left: 0 none !important;
    font-size: 14px;
    cursor: pointer;
}
.login-password .loginFormField {
    float: left;
    width: 245px !important;
    border-radius: 2px;
    height: 40px;
}
.login-password  label{
    font-weight:500;
    color:#333333;
    margin-top:15px;
}
.user-circle{
    float: right;
    height: 40px;
    width: 40px;
    background-color: #f2f3f5;
    border-radius: 50%;
}
.bg-white{
    background-color: #ffffff;
} 