body {
  font-family: 'Arial', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: #0e3754 url('../images/theme-modern/layout/structureBG.svg') 50% 0% no-repeat;
  background-size: initial;
  margin: 0 auto;
  text-align: center;
  width: 520px;
}

#form {
  padding-top: 150px;
}

#form-inner {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.logo-loginpage {
  background: url('../images/theme-modern/layout/testrail.svg') center center no-repeat;
  background-size: 154px 31px;
  width: 360px;
  height: 60px;
  display: block;
}

#header {
  background: #D1E6FD;
  color: #333;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

#header-inner {
  padding: 15px 25px;
}

#content {
  padding: 10px 20px 20px;
  text-align: left;
}

#footer {
  margin-top: 10px;
}

#footer .logo {
  float: right;
}

#footer .powered {
  color: #bccad9;
  text-align: left;
  padding-top: 0px;
  line-height: 140%;
  x: 1.3;
  float: left;
}

#footer .powered a,
#footer .powered a:link,
#footer .powered a:active,
#footer .powered a:visited,
#footer .powered a:hover {
  color: #bccad9;
}

.loginpage-sso-button {
  width: 286px;
  height: 30px;
  background-color: #1c94c4 !important;
  color: white !important;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  margin: 9px 10px 13px 10px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.loginpage-sso-button-hover:hover {
  width: 286px;
  height: 30px;
  background-color: #5993bc !important;
  color: white !important;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  margin: 9px 10px 13px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.loginpage-form {
  padding-top: 50px !important;
  width: 360px;
  padding-left: 60px;
}

.loginpage-sso-button-active:active {
  width: 286px;
  height: 30px;
  background-color: #1e2b4e !important;
  color: white !important;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  margin: 9px 10px 13px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.loginpage-input {
  height: 30px;
  width: 280px !important;
  margin: -10px 10px 0 10px;
  border: 0;
  border-bottom: solid 1px #9b9b9b;
}

.loginpage-input-focus:focus {
  outline: 0
}

.loginpage-input-hover:hover {
  border: 0;
  border-bottom: solid 1px #5993bc !important;
}

.loginpage-button {
  width: 300px;
  outline: 0;
  background-color: #e0e0e0 !important;
  color: #1c94c4 !important;
  text-align: center;
  padding: 12px;
  margin: -6px 10px 10px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.loginpage-button-hover:hover {
  background-color: #d7d7d7 !important;
}

.loginpage-button-active:active {
  background-color: #c9c7c7 !important;
}

.loginpage-button-sso-disable {
  width: 300px;
  outline: 0;
  background-color: #376789 !important;
  color: white !important;
  text-align: center;
  padding: 12px;
  margin: -8px 10px 12px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.loginpage-button-sso-disable-hover:hover {
  background-color: #5993BC !important;
}

.loginpage-button-sso-disable-active:active {
  background-color: #376789 !important;
}

.loginpage-version {
  color: #fff;
  opacity: 0.5;
  padding: 18px;
}

.loginpage-forgotpassword {
  float: right;
  font-size: 11px;
  margin: -19px 10px;
  color: #1c94c4 !important;
}

.loginpage-installationname {
  font-size: 24px;
  font-weight: 600;
  padding-top: 26px;
  margin: 5px 30px 0px 30px;
}

.loginpage-logo {
  margin: 20px 0 20px 0;
}

.loginpage-login-text {
  font-size: 18px;
  height: 23px;
  text-align: center;
  width: 320px;
}

.loginpage-message {
  color: #e40046;
  text-align: left;
  padding: -1px 11px 0 11px;
  border-radius: 2px;
  margin-top: -19px;
  margin-bottom: 18px;
  font-size: 11px;
}

.loginpage-message-title {
  color: #202020;
  text-align: center;
  padding: -1px 11px 0 11px;
  border-radius: 4px;
  width: 300px;
  height: auto !important;
  margin-left: 10px;
  background-color: rgba(208, 2, 27, 0.2);
  height: 63px;
  margin-bottom: 1.10em;
  margin-top: -2px;
}

.loginpage-message-title-success {
  color: #202020;
  text-align: center;
  padding: -1px 11px 0 11px;
  border-radius: 8px;
  width: 300px;
  height: auto !important;
  margin-left: 10px;
  background-color: rgba(106, 191, 75, 0.2);
  height: 63px;
  margin-bottom: 1.10em;
}

.success-on-top {
  font-size: 16px;
  position: relative;
  text-align: left;
  padding-left: 6px;
  color: #417505;
  padding-bottom: 5px;
}

.loginpage-message-image {
  background: url('../images/theme-modern/layout/error-icon-small.svg') no-repeat top left;
  padding-left: 15px;
  margin-left: 10px;
  padding-bottom: 1px;
  background-size: 12px 12px;
}

.loginpage-form-control-error {
  border: 0;
  border-bottom: solid 1px #e40046;
}

.loginpage-logged-in {
  font-size: 14px;
}

.single-sign-on {
  font-family: 'Arial', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  height: 44px;
  width: 300px;
  margin-left: -10px;
  font-weight: 600;
}

.loginpage-sso-button {
  display: block;
}

.log-in {
  width: 52px;
  height: 19px;
  font-size: 16px;
  color: #5993bc;
}

.loginpage-message-image2 {
  background: url('../images/theme-modern/layout/error-icon-small.svg') no-repeat;
  padding-left: 15px;
  margin-left: 10px;
  margin-top: -5px;
  background-size: 12px 12px;
}

.forgot_passwordpage-request {
  font-family: 'Arial', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  width: 300px;
  background-color: #376789 !important;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  margin: -25px 10px 25px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.forgot_passwordpage-request-hover:hover {
  background-color: #5993bc !important;
  outline: 0;
}

.forgot_passwordpage-request-focus:focus {
  outline: 0;
}

.forgot_passwordpage-request-active:active {
  background-color: #1e2b4e !important;
  outline: 0;
}

.forgot_passwordpage-request-cancel {
  width: 52px;
  height: 19px;
  font-size: 16px;
  color: #5993bc;
}

.top-forgotpassword {
  margin-top: 10px !important;
  margin-bottom: 11px;
  font-size: 14px;
  text-align: center;
  width: 300px;
  height: 51.9px;
  opacity: .8;
  margin-left: 10px;
}

.mfa-content {
  padding: 10px 20px 10px;
  text-align: left;
}

.mfa-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 127px;
}

.mfa-enter-code {
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 140%;
  x: normal;
  letter-spacing: normal;
  text-align: center;
  color: #202020;
}

.mfa-error-title {
  background-color: rgba(208, 2, 27, 0.2);
  color: #202020;
  text-align: center;
  border-radius: 4px;
  width: 300px;
  margin-left: 10px;
  margin-top: 20px;
}

.error-text-mfa{
  padding: 0px 8px 8px 8px;
  text-align: center;
  line-height: 140%;
  x: 1.3;
}

.validate {
  margin-top: 25px;
  margin-bottom: 20px;
}

.mfa-login-label {
  position: absolute;
  font-size: 18px;
  color: #b4b4b4;
  top: 1.5em;
  -webkit-transition: all .125s ease;
  -moz-transition: all .125s ease;
  transition: all .125s ease;
}
.label-active,
.login-input:focus+.mfa-login-label,
.input-notempty+.mfa-login-label {
  top: 0.6em;
  color: #b4b4b4;
  outline: 0;
  border: 0;
  font-size: 12px;
}

.loginpage-line {
  width: 300px;
  margin-top: -4px;
  height: 1px;
  margin-left: 10px;
  border-bottom: 1px solid #9b9b9b;
}

.loginpage-line-text {
  width: 116px;
  height: 18px;
  background-color: white;
  text-align: center;
  margin-top: -7px;
  margin-left: 102px;
}

.loginpage-message-success {
  color: #529214;
  padding: 0 9px;
  margin-bottom: 1.25em;
  margin-top: -18px;
  border-radius: 2px;
}

.error-on-top {
  font-size: 16px;
  color: #e40046;
  padding-left: 4px;
}

.passwordpage-button {
  display: block;
  width: 286px;
  background-color: #e0e0e0 !important;
  color: #1c94e4 !important;
  font-size: 16px;
  text-align: center;
  padding: 12px 7px;
  margin: -14px 10px 10px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.passwordpage-button-hover:hover {
  width: 286px;
  text-decoration: none;
  background-color: #d7d7d7 !important;
  color: #1c94e4 !important;
  font-size: 16px;
  text-align: center;
  padding: 12px 7px;
  margin: -14px 10px 10px 10px;
  cursor: pointer;
  font-size: 17px;
}

.passwordpage-button-active:active {
  width: 286px;
  background-color: #c9c7c7 !important;
  color: #1c94e4 !important;
  font-size: 16px;
  text-align: center;
  padding: 12px 7px;
  margin: -14px 10px 10px 10px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.error-text {
  padding: 0px 8px 8px 8px;
  text-align: left;
  line-height: 140%;
  x: 1.3;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input,
.floating-select {
  font-size: 14px;
  padding: 9px 0;
  display: block;
  width: 20%;
  height: 15px;
  margin-bottom: 12px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #9b9b9b;
}

.floating-input:focus,
.floating-select:focus {
  outline: 0;
  border-bottom: 1px solid #5993bc;
}

.loginpage-label {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 13px;
  top: 5px;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: -18px;
  font-size: 14px;
  color: #9b9b9b;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: -18px;
  font-size: 14px;
  color: #9b9b9b;
}

.clearable {
  position: relative;
  display: inline-block;
  height: 30px;
}

.login-inputx {
  padding-top: 1.75em;
  position: relative;
  height: 22px;
  margin-top: -3px;
  margin-left: 10px;
}
.mfa-login-inputx {
  padding-top: 1.2em;
}

.login-input,
.login-label {
  font-size: 14px;
}

.login-input {
  font-size: 14px;
  padding: 4px 0;
  display: block;
  width: 300px;
  outline: 0;
  margin-bottom: 12px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #9b9b9b;
}

.login-captcha{
  top: 1.2em !important;
}

.captcha-display {
  font-size: 25px;
  font-weight: bold;
  margin: 5px 10px 0px 10px;
}

.mfa-login-input {
  font-size: 18px;
  border-bottom: solid 1px #b4b4b4;
}

.login-label {
  position: absolute;
  font-size: 14px;
  color: #9b9b9b;
  top: 2.20em;
  -webkit-transition: all .125s ease;
  -moz-transition: all .125s ease;
  transition: all .125s ease;
}

.captcha-label {
  top : 1.35em;
}

.label-active,
.login-input:focus+.login-label,
.input-notempty+.login-label {
  top: 1.2em;
  color: #9b9b9b;
  outline: 0;
  border: 0;
  font-size: 9px;
}

.login-input:focus,
.input-notempty {
  color: #000000;
  border-color: #5993bc;
}

.loginpage-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 12px;
  margin-bottom: 20px;
  margin-top: -10px;
  cursor: pointer;
  font-size: 14px;
  float: left;
  padding-left: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loginpage-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.loginpage-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border: solid 1px #9b9b9b;
}

.loginpage-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.loginpage-container input:checked~.loginpage-checkmark:after {
  display: block;
}

.loginpage-container .loginpage-checkmark:after {
  left: 3px;
  top: 0;
  width: 2px;
  height: 7px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error-alert {
  display: inline-block;
  padding: 9px;
}

.error-alert-success {
  display: inline-block;
  padding: 9px;
  margin-left: auto;
}

.hint-alert {
  display: inline-block;
  padding: 9px;
}

.loginpage-message-title-hint {
  color: black;
  text-align: center;
  padding: -1px 11px 0 11px;
  border-radius: 8px;
  width: 300px;
  height: auto !important;
  margin-left: 10px;
  background-color: rgba(255, 197, 25, 0.2);
  margin-bottom: 1.10em;
  margin-top: -2px;
}

.hint-on-top {
  font-size: 16px;
  color: #f5a623;
  padding-left: 4px;
}

.external-login-text {
  text-align: center;
  padding: 0px 8px;
  overflow: unset;
}

.min-height-14 {
  min-height:14px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-3 {
  padding-bottom: 3px;
}

.margin-top-10 {
  margin-top:20px
}

.validate-btn-mfa {
  font-weight: bold; font-size:16px
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-previewed, 
input:-internal-autofill-selected, 
textarea:-internal-autofill-previewed, 
textarea:-internal-autofill-selected, 
select:-internal-autofill-previewed, 
select:-internal-autofill-selected {
  -webkit-text-fill-color: #202020 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.create-password-img {
  margin-top: 27px;
}

.create-password-content .loginpage-message-image {
  margin: 5px 0 0;
}

.create-password-content .loginpage-message-title {
  margin: 0;
}

.create-password-content {
  padding: 10px 30px 28px;
}

.create-password-text {
  font-size: 18px;
  height: 23px;
  text-align: center;
  width: 300px;
  margin-bottom: 30px;
}

.create-password-form-group {
  position: relative;
  margin-top: 18px;
}

.create-password-input {
  font-size: 18px;
  padding: 5px 0;
  display: block;
  width: 300px;
  outline: 0;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #9b9b9b;
}

.create-password-input::placeholder {
  color: #b4b4b4;
}

.create-password-btn {
  margin: 35px 0 0;
}

.password-strength-lines {
  display: flex;
  justify-content: space-between;
  width: 301px;
  margin-top: 7px;
}

.password-strength-first,
.password-strength-second {
  display: block;
  width: 148px;
  height: 8px;
  border-radius: 20px;
}

.password-strength-good .password-strength-first,
.password-strength-good .password-strength-second {
  background-color: #049474;
}

.password-strength-weak .password-strength-first {
  background-color: #e40046;
}

.password-strength-weak .password-strength-second {
  background-color: #eaf1f7;
}

.password-strength-good .password-tooltip-status,
.confirm-tooltip-good {
  color: #049474;
}

.password-strength-weak .password-tooltip-status,
.confirm-tooltip-weak {
  color: #e40046;
}

.password-tooltip {
  position: absolute;
  right: 0;
  margin-top: 5px;
  font-size: 11px;
  color: #5993bc;
  cursor: pointer;
}

.password-strength-tooltip {
  position: relative;
  display: inline;
  color: #5993bc;
  z-index: 1;
}

.password-strength-tooltip,
.password-strength-tooltip:hover {
  text-decoration: none;
}

.password-strength-tooltip span {
  position: absolute;
  width: 200px;
  padding: 10px;
  color: #ffffff;
  background: #202020;
  text-align: center;
  visibility: hidden;
  border-radius: 2px;
}

.password-strength-tooltip span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.password-strength-tooltip:hover span {
  visibility: visible;
  bottom: 20px;
  margin-left: -125px;
  z-index: 1;
}

.password-strength-tooltip-success {
  position: relative;
  display: inline;
  color: #5993bc;
  z-index: 1;
}

.password-strength-tooltip-success,
.password-strength-tooltip-success:hover {
  text-decoration: none;
}

.password-strength-tooltip-success span {
  position: absolute;
  width: 200px;
  padding: 10px;
  color: #ffffff;
  background: #202020;
  text-align: center;
  visibility: hidden;
  border-radius: 2px;
}

.password-strength-tooltip-success span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.password-strength-tooltip-success:hover span {
  visibility: visible;
  bottom: 20px;
  margin-left: -125px;
  z-index: 1;
}

.confirm-tooltip {
  position: absolute;
  right: 0;
  text-align: right;
  margin-top: 5px;
  font-size: 11px;
}

.create-password-btn.mt-9 {
  margin-top: 9px;
}
.loginpage-form .external-login-text{
  max-height: 150px;
  text-align: left;
}