.signup-map{
   height: 400px;
   width: 400px;
   background-color: black;
}

.signup-map img{
   height: 100%;
   width: 100%;
}

.signup-pressentation-text{
  width: 400px;
  font-size: 14px;
  margin-top: 25px;
}

.signup-pressentation-text p:last-child{
  margin-top: 25px;
}

.signup-title
{
  margin-bottom: 15px;
}

.signup-input
{
  height: 40px;
  border-color:#a79dca;
  border-width: 2px;
}

.signup-checkbox {

}

.signup-form-submit
{
  height: 40px;
  min-width: 100px;
  font-weight: bold;
}

.signup-form-submit:hover
{
  color:white;
  background-color: #68617d;
}

.disable{
  background: grey !important;
  color: white !important;
  pointer-events:none !important;
}

.form-signup-container{
  padding-left: 0px;
}

.form-signup-container>div:first-child{
  padding-left: 0px;
}
