html #cbrLogin {
  background: linear-gradient(180deg, rgba(0,49,174,1) 0%, rgba(41,53,65,1) 100%) fixed;
}

.btn:hover :focus {
  box-shadow: none !important;
}

.btn:hover {
  color: white;
}

.btn-green {
  color: white;
  background-color: #17B1A4;
}

.btn-green:focus,
.btn-green:hover {
  background-color: #03887D;
}

.btn-green:active {
  background-color: #00544D;
}

.btn-green:disabled,
.btn-green.disabled {
  opacity: 0.4;
}

.loginForm {
  margin-top: 0;
}

.container-box-login {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-box-message-login {
  display: flex;
  flex-direction: column;
  width: 380px;
  max-width: 100%;
  margin: auto;
}

.container-logo-login {
  text-align: center;
  margin-bottom: 24px;
}

.logo-login {
  width: 180px;
}

.box-login {
  width: 380px;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 35px;
  background-color: white;
  border-radius: 2px;
  z-index: 4444;
  margin: auto;
  overflow: auto;
}

.hidden-fields {
  height: 0;
  overflow: hidden;
}

.box-login .lock {
  width: 100px;
}

#forgotPwdWrapper {
  margin: 20px auto;
}

#forgotPwdWrapper .btn {
  width: 100%;
  margin-top: 20px;
}

.successMessage {
  color: white;
  text-align: center;
  padding: 0 12px;
}

.sfterror {
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  text-align: center;
  top: 50%;
  margin-top: -200px;
  height: 400px;
}

.sfterror img {
  margin-bottom: 20px;
}

.linkForgotPassword {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

.linkForgotPassword,
.linkForgotPassword:hover,
.linkForgotPassword:active,
.linkForgotPassword:focus {
  color: #0746EA;
}

#changePassword .message {
  margin-bottom: 24px;
}

.contenerError {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 2px;
  width: 376px;
  height: 95px;
  position: absolute;
  left: 0;
  right: 0;
  top: 420px;
  bottom: 0;
  margin: auto;
}

.myException > table[role="alert"] {
  margin: 16px 0 0;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  background-color: #f2dede;
  color: #EB4563;
}

.myException > table[role="alert"] td {
  padding: 15px;
}


/* Login G2 */

body.login-g2 > span {
  min-height: 100vh;
  display: flex;
  color: #111827;
  overflow-x: hidden;
}

body.login-g2 > span > form {
  flex-grow: 1;
  display: flex;
}

body.login-g2 > span > form > .row {
  flex-grow: 1;
}

@media (min-width: 768px) {
  body.login-g2 > span {
    overflow-y: hidden;
  }
}

body.login-g2 > span > .row {
  min-height: 100vh;
}

.login-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login-column > img {
   margin-bottom: 60px;
 }

.login-column .wrapper {
  max-width: 100%;
  width: 400px;
  padding: 32px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px rgba(0, 0, 0, .08)
}

.login-column .wrapper .form-group {
  width: 100%;
}

.login-column .wrapper label {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 4px;
}

.login-column .wrapper input:not([type="submit"]) {
  height: 42px;
  margin-bottom: 16px;
  font-size: 14px;
  padding: 12px 16px;
  background-color: #f9fafb;
  color: #6B7280;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
}

.login-column .wrapper .btn.btn-login {
  height: 36px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #1C64F2;
  color: white;
  transition: .3s background-color;
  margin: 0;
  border: 0;
  width: 100%;
}

.login-column .wrapper .btn.btn-login:hover {
  background-color: #002685;
}

.login-column .wrapper .forgot-password {
  font-weight: 600;
  text-decoration: none;
  float: right;
  margin-bottom: 16px;
}

.login-column .wrapper .forgot-password:hover {
  text-decoration: underline;
}

.login-sso {
  display: flex;
  font-weight: bold;
  margin-top: 16px;
}

.left-half {
  background-color: #0031AE;
  padding: 0;
}

.left-half > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.login-column #govCloudNotification {
  margin-top: 16px;
  max-width: 100%;
  width: 400px;
}