html{
  overflow-x:hidden !important;
}
body {
	background: #fafafa url('../img/bg.jpg') center top no-repeat;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}
.col {
max-width: 560px;
}
a {
	color: #333 !important;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
.text-primary {
	color: #fe2c55 !important;
}
.border-primary {
	border-color: #fe2c55 !important;
}
.navbar-brand, .navbar-brand img {
	width: 250px;
}
h2 {
	font-size: 1.75rem;
	font-weight: 800 !important;
}
#form .form-control {
	border-color: #cdcdcd;
	height: 50px;
	margin-left: -2px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 16px;
}
h2 {
	font-weight: 800;
}
.btn-success, .btn-light {
	padding: .75rem;
	font-size: 1.5rem;
	max-width: 300px;
	margin: 0 auto;
	font-weight: 600;
	width: 100%;
	cursor:pointer !important;
}
.btn-success {
	color: #fff;
	background-color: #fe2d56;
}
.btn-success:hover{
color: #fff;
background-color: #2dd7ed;
}
.btn-light:hover{
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.form-icon {
	background-color: #efefef;
	border: 1px solid #cdcdcd;
	color: #707070;
	padding: 14px 14px 14px 18px;
	font-size: 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	width: 30px;
}
.form-check-input:checked {
	background-color: #2dd7ed;
	border-color: #2dd7ed;
}
#signup_cgu {
	color: #000 !important;
}
label {
	font-size: 13px;
}
.form-group {
	max-width: 450px;
	margin: 0 auto 20px;
}
.tab {
  display: none;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
	opacity: 1;
	background: #2dd7ed;
}
.step.finish {
  background-color: #2dd7ed;
}
.profil {
max-width: 380px;
}
/* Media Queries */
@media (max-width: 991px){
.container {
padding: 0 !important;
}
}
@media (max-width: 767px){
.navbar-brand, .navbar-brand img {
width: 160px;
}
.card.border {
border: 0 !important;
}
h2 {
font-size: 1.4rem;
font-weight: 700 !important;
}
.profil {
max-width: 310px;
}
}
















