@charset "UTF-8";
body {
  /*font-size: 1.9rem;*/
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
}

a, a:hover {
  text-decoration: none !important;
}

.roundImage {
  width: 150px;
  height: 150px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-0.5rem);
}

h5.recentUsername {
  font-size: 19px;
  font-weight: 700;
  color: #910432;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.bg-img {
  /* Control the height of the image */
  background-image: url("/img/sites/klikdate-nl/lp1-header-1.jpg");
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img.register {
  padding-top: 20px;
}

.help-block {
  font-size: 13px;
  color: red;
}

.logoHeading {
  background: #111;
  padding: 5px;
}

.bg-img form {
  position: absolute;
  right: 0;
  max-width: 500px;
  padding: 16px;
  background-color: white;
  font-size: 14px;
}

.imgHeader {
  background: url("/img/sites/klikdate-nl/lp1-header-mobile-1.jpg") center/cover no-repeat;
}

.logo img {
  width: 100px;
}

.uspIcon {
  color: #910432;
  font-size: 5em;
  margin-bottom: 20px;
}

.textBlockIcon {
  color: #EB2157;
  font-size: 7em;
}

@media (min-width: 768px) {
  .bg-img {
    background-image: url("/img/sites/klikdate-nl/lp1-header-1.jpg");
    min-height: 680px;
  }
  .bg-img.imageDontShowLocal {
    background-image: none;
  }
  .bg-img form {
    margin: 20px;
  }
  .logo img {
    width: 180px;
  }
  .loginForm {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .loginForm {
    width: 100%;
  }
  .logo img {
    width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bg-img {
    min-height: 500px;
  }
  .bg-img.login {
    min-height: 370px;
  }
}
.btn-register {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: #910432;
}
.btn-register .material-icons {
  margin-right: 5px;
}
.btn-register:hover {
  text-decoration: none;
  color: #fff;
  background-color: #6e0326;
}

.btn-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #EB2157;
  border: 2px solid #fff;
}
.btn-login:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d51347;
}

.btn-default {
  color: #fff;
  background-color: #70434F;
  border-color: #70434F;
}
.btn-default:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5a363f;
}

.warning-bg {
  background-color: #f91c64;
  border-radius: 10px;
  padding: 4px;
}

.bg-img form.registrationForm {
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  .bg-img form.registrationForm {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bg-img form.registrationForm {
    min-width: 400px;
  }
}

.bg-img form {
  background-image: url(/img/mosaic2.jpg);
  border-radius: 20px;
}
.bg-img form label {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 1px;
}
.bg-img form p {
  color: #fff;
  margin: 0;
}
.bg-img form span {
  color: #fff;
}
.bg-img form .form-control {
  height: 32px;
}

.formFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  padding: 15px;
  border-radius: 0 0 15px 15px;
}

.bg-img form .help-block {
  background-color: #ec2e2e;
  padding: 1px 12px;
  margin-top: 5px;
  border-radius: 5px;
  color: white;
  display: block;
}

.Footer {
  position: relative;
  z-index: 5;
  padding: 30px 0;
  background: #040404;
  color: #fff;
}
.Footer__items {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Footer__item {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  margin-right: 10px;
}
.Footer__item:hover {
  text-decoration: none;
  color: #910432;
}
.Footer__item::before {
  content: "·";
  padding-right: 9px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.Footer__logo img {
  width: 177px;
  margin-bottom: 22px;
}
.Footer__logo-container {
  padding-top: 20px;
}

.copyright h5 {
  font-size: 17px;
}
