/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/login/cofidis/main.scss ***!
  \**********************************************************************************************************************/
/* SIZES */
/* Colors */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}
body:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url(/wp-content/themes/playmotiv-cloud-theme-v4/assets/images/cofidis/cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

#login {
  position: relative;
  box-sizing: border-box;
  padding: 32px 32px 24px;
  background-color: #F7F5E7;
  filter: drop-shadow(0 0 4px #1E1E1E);
}
#login a {
  color: #d0103a;
}
#login h1 {
  padding: 0 5%;
}
#login h1 a {
  margin: 0 auto;
  height: 72px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
#login a {
  text-decoration: none;
  font-weight: bold;
}
#login #backtoblog {
  display: none;
}
#login .privacy-policy-page-link {
  margin: 0;
}
#login:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  bottom: -18px;
  padding: 0 0 10% 0;
  background-image: url(/wp-content/themes/playmotiv-cloud-theme-v4/assets/images/cofidis/back-break.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#loginform {
  background-color: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
#loginform label[for=user_login],
#loginform label[for=user_pass] {
  display: none;
}
#loginform input[type=text],
#loginform input[type=password] {
  padding: 0;
  margin: 0 0 16px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  font-family: "Roboto";
  font-size: 100%;
}
#loginform input[type=text]:focus,
#loginform input[type=password]:focus {
  outline: none;
}
#loginform p.AcceptTerms,
#loginform p.forgetmenot,
#loginform p.submit {
  display: block;
  margin: 8px 0 0 0;
  width: 100%;
  padding: 0 0 0 1px;
}
@media screen and (max-width: 782px) {
  #loginform {
    margin: 16px 0 0 0;
  }
}

#nav {
  text-align: center;
}

/*# sourceMappingURL=main.css.map*/