* {
  font-family: Source Sans Pro;
}

.main-container-login {
  justify-content: center !important;
}

.login-frame-size {
  width: 400px;
}

.margin-right {
  margin-right: 25px;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.logo {
  height: 54px;
  width: 272px;
}

.version {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#welcome {
  margin-top: 16px;
  font-size: 20px;

  text-align: center;
  text-decoration: none solid rgb(195, 218, 232);
  color: #c3dae8;
}

.login-label {
  font-size: 16px;
  height: 20px;

  text-decoration: none solid rgb(255, 255, 255);
  color: #ffffff;
}

.login-input {
  background-color: #ffffff;
  color: #474747;

  font-size: 14px;
  font-weight: 400;
  line-height: 14px;

  padding: 0px 10px;
  text-decoration: none solid rgb(71, 71, 71);

  height: 36px;
}

.reset-password {
  font-size: 14px;
  text-align: left;

  text-decoration: none solid rgb(255, 255, 255);
  color: #ffffff;
}

.button-login {
  background-color: #ffffff !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) !important;

  color: #0079ec !important;
  text-decoration: none solid rgb(0, 121, 236) !important;

  font-size: 14px;
  font-weight: bold;

  text-align: center;
  width: 110px;
}
