body {
  background: url(../img/main-back.png) repeat left top #fafafa;
}
.outer-page {
  background: none;
  padding: 100px 10px;
}
.logo-mangopay {
  background: url(../img/custom/logo.png) no-repeat center center;
  background-size: contain;
  height: 64px;
  margin: 0 auto 30px;
  max-width: 268px;
}
.logo-lg {
  height: 93px;
  margin-bottom: 0;
  max-width: 389px;
}

/* Form validation */
.input-validation-error {
  border-color: #f75353 !important;
}+
.field-validation-error {
  color: #f75353;
  display: inline-block;
  line-height: 1.35em;
}
.alert-danger .field-validation-error {
  color: #a94442;
}

/* Login page */
.login-page .tab-pane {
  border-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.introbox {
  background-color: #f8f8f8;
  border-color: #bdc1c3;
  color: #525252;
  margin-bottom: 15px !important;
}
.introbox span {
  display: block;
  opacity: 0.6;
}
.introbox span.active {
  opacity: 1;
}
.login-page .tab-pane form .pull-right {
     line-height: 1.4;
     text-align: right;
}

.div-thirdapps {
    display: flex; 
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.div-thirdapps a {
    display: inline-block;
    width: calc(40% - 4px);
    margin: auto;
    margin-top:15px;
}

.div-thirdapps a img {
    width: 100%;
    border-color: #bdc1c3 !important;
    padding:8px;
    border-radius: 5px !important;
    border: 1px solid transparent;
}

.error-message-center {
    text-align: center;
}

.error-message-center p {
    font-size: 23px;
    margin-top: 20px;
}