@charset "utf-8";
/* @import url("webfonts/opensans_regular/stylesheet.css"); */
@import url("./stylesheet_login.css");

body.bgLogin {
  /* background-image: url(../images/bg-loginPage.jpg); */
  background-color: #1C1750;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family: "opensans regular";
  font-size: 1em;
}

#logoLogin {
  /* background-image: url(../images/logo_memoritz.svg); */
  background-image: url(../images/LOGO_MEMORITZ_BLANC.png);
  display: block;
  margin: 50px auto 20px auto;
  width: 392px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
}

#politique_confidentialite {
  font-family: "opensans regular";
  font-size: 1em;

}

#mangopay_powered {
  display: block;
  margin: 10px;
  width: 100px;
}

#contentLogin {
  width: 480px;
  padding: 40px;
  min-height: 300px;
  margin: 5% auto 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

input {
  width: 100%;
  height: 30px;
  background-color: #f4f4f4;
  border: 1px solid #999;
}

a.bouton {
  width: 100% !important;
}

p {
  text-align: justify;
}

/* CSS Document */
/*
a img{
	border:none;
}
body{
	margin:60px 0 0 0;
	background-image:url(../images/login_visuel.jpg);
	background-position:center 220px;
	background-repeat:no-repeat;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin-top:0;
}
.login {
	width:320px;
	margin:0 auto;
}
.login .message {
	padding-right:15px;
}
.login input{
	width:100%;
}
.login strong{
	color:#666;
}

.pointer {
    cursor:pointer ;
}

*/