.outer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.login-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

i.login-icon::before {
  width: 15px;
  height: 15px;
  top: 5px;
}

.application-branding {
  display: flex;
  align-items: center;
}

  .application-branding > img {
    margin-right: 12px;
  }

  .application-branding > h3 {
    border-left: 1px solid #666666;
    font-size: 1.5rem;
    padding: 10px 12px;
    height: 100%;
    color: #666666;
    font-weight: normal;
  }

.login-form{
  width: 378px;
  text-align: center;
  z-index: 1;
}

.login-card {
  background: #ffffff;
  box-shadow: 0px 0px 8px #292e3526;
  border-radius: 2px;
}

.form-field-container {
  margin: 25px 0px;
  padding: 32px 24px;
}

.email-label {
  color: #4f4f4f;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: left;
  display: block;
}

.input-container {
  margin-bottom: 24px;
}

.login-error {
  font-size: 0.75rem;
}

.symplr-login-container {
  padding: 16px;
}

.dialog-heading {
  color: #4F4F4F;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.symplr-login-container .symplr-login-link {
  color: #2D9CDB;
  font-size: 0.875rem;
  cursor: pointer;
}

/*width is used to avoid conflict with webthemes css*/
.username-input {
  padding: 8px;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-top: 5px;
  font-size: 1rem;
}

.input-validation-error {
  border-color: #9c4527;
}

.login-logo {
  padding-top: 25px;
}

  .login-logo > img {
    width: 228px;
  }

.login-btn {
  outline: 0;
  width: 60%;
  cursor: pointer;
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.user > span {
  margin-left: 16px;
}

  .user > span > a {
    text-decoration: none;
    color: #fff;
  }

.report-container iframe {
  width: 100%;
  height: calc(100vh - 50px);
}

#commonNavbar {
  margin-bottom: 40px;
  height: 48px;
  background-color: #2d4460;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 9px 12px 9px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
}

  #commonNavbar > .logo-container {
    width: 75px;
    margin-right: 10px;
  }

    #commonNavbar > .logo-container > img {
      width: 100%;
      height: auto;
      vertical-align: middle;
    }

  #commonNavbar > .header-title {
    line-height: 30px;
  }

.error-page {
  margin: 0 auto;
  width: 60%;
  display: flex;
  font-size: 1.6rem;
}

.error-page-icon {
  margin-right: 10px;
}

  .error-page-icon>i::before {
    background-color: #9c4527;
    width: 20px;
    height: 20px;
  }

.error-page-content > h3 {
  margin-bottom: 35px;
}

@media screen and (max-width: 480px) {

  .login-form {
    width: 300px;
  }

    .login-form button {
      width: 50%;
      padding: 5px;
    }
}

@media screen and (max-width: 360px) {


  .login-form {
    width: 250px;
  }

    .login-form button {
      width: 50%;
      padding: 5px;
    }
}
