body {
  font-family: Open Sans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #e7e8ea;
  margin: 0;
}

label {
  font-weight: 400;
  font-size: 14px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.text-brand-primary {
  color: #333 !important;
}

.input-group {
  width: 100%;
  margin-bottom: 15px;
}

.label-username {
  border: 0;
  font-size: 12px;
  color: #999;
  padding: 0;
  margin: 0;
}

.input-username {
  border: 0;
  font-size: 12px;
  color: #999;
  width: 70%;
  padding: 0;
}

@media only screen and (max-width: 430px) {
  .input-username {
    width: 100%;
  }
}

.checkbox-rememberme {
  margin-bottom: -25px;
  text-align: left;
}

.login .check-success .success-icon {
  color: #45b6af;
}

.login .content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  width: 500px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.login .content .outer {
  width: 100%;
  display: block;
}

.login .content .middle {
  width: 330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login .content .login-form {
  padding: 0;
  margin: 0;
}

.login .content .input-group {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .login .img-background {
    background-image: url(https://frontend.senior.com.br/tecnologia/platform/login/assets/image/login-5-0-0_bg_sm.png);
  }
}

@media only screen and (min-width: 1201px) {
  .login .img-background {
    background-image: url(https://frontend.senior.com.br/tecnologia/platform/login/assets/image/login-5-0-0_bg_lg.png);
  }
}

.login .img-background {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  width: calc(100% - 500px);
  height: 100%;
  position: fixed;
}

.no-padding {
  padding: 0;
}

.login .content .input-icon {
  border-radius: 4px;
  border-left: 1px solid #00b2b3;
  border-left-color: #ccc;
}

.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .forget-password {
  text-align: center;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 6px 3px 6px;
  color: #fff;
  font-family: Lato, 'Open Sans', HelveticaNeue, Helvetica, Arial, sans-serif;
}

.label.label-title {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-top: 8px;
}

.label.label-tip {
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  line-height: 18px;
  margin-bottom: 16px;
}

.label.label-tip span {
  font-size: 12px;
  font-weight: 400;
  color: #888b99;
}

.login .label {
  display: inline-block;
  color: #7f7f7f;
}

.login .label.line {
  width: 100%;
  padding: 25px 0;
  position: relative;
}

.login .label.line::before {
  position: absolute;
  content: ' ';
  left: 0;
  border-top: 1px solid #7f7f7f;
  width: 100%;
  top: 32px;
}

.login .label.line.forget > span {
  background: #fff;
  position: relative;
  padding: 0 10px;
}

.login .label.line.forget {
  width: 100%;
  padding: 19px 0;
  position: relative;
}

.login .label.line.forget::before {
  position: absolute;
  content: ' ';
  left: 0;
  border-top: 1px solid #7f7f7f;
  width: 100%;
  top: 25px;
}

.login .label.line > span {
  background: #fff;
  position: relative;
  padding: 0 10px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0;
  padding: 0 30px 15px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .logo {
  padding: 15px;
  text-align: center;
  width: 295px;
  height: 84px;
  background: url(https://frontend.senior.com.br/tecnologia/platform/login/assets/image/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}

.login #new-logo {
  width: 21.5em;
  position: relative;
  user-select: none;
}

.login .copyright {
  width: 330px;
  color: #888b99;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.login .copyright div {
  position: relative;
  width: 100%;
}

.login .copyright img {
  width: 50px;
  margin-top: -2px;
  margin-left: 2px;
}

.login .new-copyright {
  position: absolute;
  color: #888b99;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 6%;
}

.login .new-copyright .powered-by-senior {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d4d4d;
  height: 100%;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  color: #888b99;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon > .form-control {
  padding-left: 33px;
}

.btn {
  width: 100%;
  border-width: 0;
  padding: 7px 14px;
  font-size: 14px;
  outline: none !important;
  background-image: none !important;
  filter: none;
  box-shadow: none;
  text-shadow: none;
}

/* Indicador de foco acessível para botões */
.btn:focus {
  box-shadow: 0 0 0 3px rgba(66, 139, 202, 0.5) !important;
  outline: 2px solid #428bca !important;
  outline-offset: 2px !important;
  position: relative;
}

.btn-brand-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-brand-primary:hover,
.btn-brand-primary:focus {
  color: #fff;
  background-color: #3379b5;
  border-color: #2a6496;
}

.btn-brand-primary:focus {
  box-shadow: 0 0 0 3px rgba(66, 139, 202, 0.6) !important;
  outline: 2px solid #ffffff !important;
}

.btn-brand-light {
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px;
}

.btn-brand-light:hover,
.btn-brand-light:focus {
  background-color: #eee;
}

.btn-brand-light:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15) !important;
  outline: 2px solid #999 !important;
  border-color: #999;
}

/* Estilo específico para botão mostrar senha */
.btn-primary-light:focus {
  box-shadow: 0 0 0 3px rgba(66, 139, 202, 0.4) !important;
  outline: 2px solid #428bca !important;
  outline-offset: 1px !important;
}

/* Estilo para botão link */
.btn-link:focus {
  outline: 2px solid #428bca !important;
  outline-offset: 2px !important;
  text-decoration: underline;
}

.login-gradient {
  position: fixed;
  opacity: 0.9;
  background: linear-gradient(45deg, #009999 1%, #009999 55%, #004c4d 90%);
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.visible-ie9 {
  display: none;
}

.visible-ie8 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.form-control:focus {
  border-color: #999;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(66, 139, 202, 0.25);
}

.form-control[readonly] {
  cursor: not-allowed;
}

input[type='checkbox']:focus ~ span {
  outline: 2px solid #428bca;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(66, 139, 202, 0.3);
}

/* Indicador de foco para elementos focáveis de alertas */
.alert .wrap:focus {
  outline: 2px solid #428bca;
  outline-offset: 2px;
}

/* Indicador de foco para botão de fechar alerta */
.alert .close:focus {
  outline: 2px solid #428bca;
  outline-offset: -2px;
}

/* Indicador de foco para links */
a:focus {
  outline: 2px solid #428bca;
  outline-offset: 2px;
}

.password-policy-group {
  margin-bottom: 5px;
  width: 100%;
  display: flex;
}

.password-policy-group .passowrd-policy-group-addon i {
  min-width: 39px !important;
  padding: 6px 12px !important;
  margin-right: 5px !important;
}

.password-policy-group p {
  margin-left: 5px !important;
  white-space: initial;
  text-align: left;
}

/*IE support*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles */
  .login .content {
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    display: table;
    width: 500px;
  }

  .login .content .outer {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .login .content .middle {
    width: 100%;
    display: table;
    padding: 0 20%;
  }

  .login .content .input-group {
    display: table;
  }

  .password-policy-group {
    display: table;
  }
}

/*IE 6,7,8,9 CSS styles*/
.ie .login .content {
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  display: table;
  width: 500px;
}

.ie .login .content .outer {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.ie .login .content .middle {
  width: 100%;
  display: table;
  padding: 0 20%;
}

.ie .login .content .input-group {
  display: table;
}

.login #descricao {
  margin: -5px 0 8px !important;
}

.label #expired-password-message {
  font-size: 15px;
  color: #ff5733;
  margin-bottom: 10px;
  text-align: center;
  margin-left: -5.5%;
  font-weight: bold;
}

#username-readonly-container {
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
  text-align: left;
}

#username-readonly-container .username-readonly-title {
  font-weight: 600;
}

.spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #1e90ff;
  animation: spin 1s linear infinite;
}

/* Animação de rotação */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Mobile*/
@media (max-width: 500px) {
  .login .content {
    width: 100%;
  }

  .login .content .middle {
    padding: 10% 10px 0 10px;
  }

  .login .content .login-form {
    padding: 0 15%;
  }
}

@media (max-width: 400px) {
  .login .content .logo {
    width: 100%;
  }

  .login #new-logo {
    width: 18.5em;
  }
}

.checkbox-rememberme label.mt-checkbox p {
  padding-top: 2px !important;
}

.input-group .input-group-addon {
  border-color: #e5e5e5;
  background: #ffffff;
  min-width: 39px;
  padding: 6px 12px;
}

.input-group .input-group-addon .fa {
  padding-top: 3px;
}

.input-group .input-group-btn {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  min-width: 39px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group .input-group-btn .btn {
  border-color: #e5e5e5;
  background: #ffffff;
  line-height: 1;
  padding: 8px 12px;
}
