:root {
    --sankhya-green: #00A86B;
}

.background-login {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("images/login/fundo-image.png") no-repeat;
  background-size: cover;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center-login {
  background-color: rgba(255, 255, 255);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 399.82px;
  height: 510px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-login {
  text-align: center;
}

.title-login {
  background: url("images/login/background-image.png") no-repeat center center;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  height: 78.09px;
}

.labels {
  padding-top: 10px;
  margin-bottom: 16px;
  text-align: left;
  color: #220640;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

.labels label {
  display: block;
  margin-bottom: 5px;
}

#formulario-login input[type="text"],
#formulario-login input[type="password"] {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.bottom {
  text-align: center;
  padding-bottom: 10px;
}

.bottom a {
  display: block;
  text-align: left;
  margin-top: 12px;
  color: #220640;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

.bntEntrar {
    width: 80%;
    background-color: #1e0040 !important;
    color: #fff !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    margin-top: 20px;
}

.bntEntrar:hover {
  background-color: #FFFFFF !important; 
  border: 1px solid #1e0040 !important;
  color: #1e0040 !important;
}

.version {
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    font-size: 12px;
    position: relative;
    padding: 8px !important;
    color: #fff !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 280px;
}

.version div {
    font-family: "Source Sans Pro", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
}

.ie .login .labels label {
    width: 191px;
}

.ie7 .login .inputs {
    float: none;
    clear: none;
}

/* Link Sankhya Pass */
.sso-container {
    margin-top: 20px;
    text-align: center;
}

.link-sankhya-pass {
    display: inline-block;
    width: 80%;
    padding: 10px;
    color: var(--sankhya-green);
    text-decoration: none;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    border: 1px solid var(--sankhya-green);
    border-radius: 5px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.link-sankhya-pass:hover {
    background: var(--sankhya-green);
    color: white;
}

