input {
  margin: 5px 0 22px 0;
  border-color: #223ad2 !important;
}

.input-block:focus {
  border: 2px solid #223ad2 !important;
  outline: none !important;
}

.same-horizontal {
  float: left;
}

.authscheme {
  cursor: pointer !important;
  border: 1px solid #223ad2 !important;
  border-radius: 4px !important;
  height: 50px !important;
}

.authscheme:hover {
  scale: 1.025 !important;
  opacity: 0.6 !important;
}

.authscheme-card {
  background-color: lavender;
}

.authscheme-card.title-section {
  width: 90%;
  text-align: center;
}

button {
  width: 100%;
}

button#login-btn {
  background-color: #223ad2 !important;
  font-family: open-sans-semi-bold;
  color: #fff;
  margin-top: 20px;
}

button#cancel-btn {
  background-color: #fff !important;
  border-color: #223ad2;
  font-family: open-sans-semi-bold;
  color: #223ad2;
  margin-top: 10px;
}

button#login-btn:hover, button#cancel-btn:hover {
  scale: 1.025;
}

.authscheme-signup {
  font-family: open-sans-semi-bold !important;
  color: #223ad2 !important;
  height: 40px !important;
  margin-bottom: 10px !important;
  border-color: #223ad2 !important;
}

.portal button.authscheme-signup img {
  margin: 0;
}

.portal button.authscheme-signup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portal button.authscheme-signup .title-section {
  margin: 0;
}

button.authscheme-signup:hover {
  scale: 1.025 !important;
}

.reset-password {
  text-align: center;
  margin: 20px 0px;
  font-family: open-sans-regular;
  color: #223ad2;
}

.reset-password:hover {
  scale: 1.05;
  text-decoration: underline;
}

h4 {
  width: 100%;
  text-align: center;
  line-height: 0.1em;
  margin: 30px 0;
  font-size: 0.9em;
}

h4 span {
  padding: 0 2px;
  font-family: open-sans-semi-bold;
  color: #223ad2;
}

h4:hover {
  scale: 1.05;
}

.title-info {
  font-size: 14px;
  font-family: open-sans-semi-bold;
  color: #223ad2;

}

.desc-info {
  color: #223ad2;
}

.title-section {
  width: 80%;
  text-align: center;
  margin-top: 4px;
}

.same-horizontal img {
  height: 30px;
  margin: 10px;
}

.portal .row-fluid .center {
  padding: 0px;
}

.row-fluid .login-form-container #ca-logo-name .generic-logo-size {
  height: 100px;
  max-width: 100%;
  max-height: 100%;
}

.portal .row-fluid > .login-form-container {
  padding: 0px 50px !important;
}

.version {
  font-family: open-sans-regular;
  color: #223ad2;
  text-align: center;
  margin-top: 30px !important;
}

