@media only screen and (max-width: 800px) {
  .right-welcome {
    display: none !important;
  }
}

body {
  background: url("https://saprodtcpsemiscu.blob.core.windows.net/custompolicy/static/assets/coils-light-desktop.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  background-color: #ffffff;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif !important;
  min-width: 820px !important;
  overflow: hidden !important;
}

.intro{
  display: none !important;
}

.container-fluid > .row {
  height: 100vh;
}

.card {
  background-image: url("https://saprodtcpsemiscu.blob.core.windows.net/custompolicy/static/assets/blue-background-modal-desktop.png");
  position: fixed;
  max-width: 850px;
  min-width: 820px !important;
  border: none !important;
}

.right-welcome {
  float: right;
}

.right-welcome h1 {
  text-align: right;
  color: #ffffff;
  font-weight: 10rem;
  font-weight: bolder;
}

.right-welcome-mec-plus-logo {
    margin-top: 10rem;
}

.right-welcome-mec-plus-logo img{
    float: right;
}

.right-welcome span p {
  text-align: right;
  color: #ffffff;
  font-size: small;
}

.mec-plus-title h4 {
  font-weight: bold;
}

.login-title {
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.login-title span h1 {
  font-weight: bold;
}

.login-title span h1 span {
  font-weight: 10px;
  font-size: x-small;
}

.buttons button {
  background-image: none;
  background-color: #193062;
  border: none;
  border-radius: 0.2rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: inherit;
  line-height: 1.3333333;
  margin-top: 1rem;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 16px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: inherit;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #ffffff;
  width: 40%;
}

#email {
  outline: none;
  background-color: #ffffff !important;
  background-image: none !important;
  border-style: none;
  border-radius: 1rem;
  border: 1px solid #47555d;
  color: #6c777d;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  line-height: 1.42857143;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
    padding-left: 1rem;
}

#password {
  outline: none;
  background-color: #ffffff !important;
  background-image: none !important;
  border-style: none;
  border-radius: 1rem;
  border: 1px solid #47555d;
  color: #6c777d;
  display: inline-block;
  font-size: 1em;
  height: 30px;
  line-height: 1.42857143;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
    padding-left: 1rem;
}

.password-label a {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: small;
}

.password-label label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: small;
}

.entry .entry-item label:first-child {
  font-weight: bold;
  text-transform: uppercase;
  font-size: small;
}

.error {
  font-weight: bold;
  color: #d62246;
}
