.button-color {
  color: #fff !important;
  background: linear-gradient(to right, #0f4e93, #14cae6 100%);
}

.bold-black {
  font-weight: 800;
  color: black !important;
  font-size: 14px !important;
}

.button-login {
  border-color: #5fb4e4 !important;
  color: #fff !important;
  border-width: 0px;
  background: #5474cc !important;
  max-width: 268px !important;
  margin: auto !important;
  padding: 6px 15px !important;
  white-space: nowrap;
}
.button-login2 {
  border-color: #5fb4e4 !important;
  color: #fff !important;
  border-width: 0px;
  background: #5474cc !important;
  margin: auto !important;
  padding: 6px 15px !important;
  white-space: nowrap;
}

.mt-32 {
  margin-top: 32px !important;
}

.login-logo {
  margin-bottom: 0px;
}

.login-logo img {
  height: 120px;
}

.color-white a {
  color: #fff !important;
  padding: 8px;
  font-size: 12px;
}

.left-side {
  background: #e4f5ff;
  height: auto;
}

.side-center {
  align-items: center;
  display: flex;
}

.mva-btntext {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
