* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.7px;
}

h1 {
    color: #eb8636;
    font-weight: 600;
    font-size: 35px !important;
    margin-bottom: 0px !important;
}


a {
    color:#56b499 !important;
    font-weight: 600 !important;
}


/* ---- RESPONSIVE ---- */

@media (max-width: 576px) {

    .form-group {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 100% !important;
    }

    body .container-form {
        padding: 20px;
        margin: 0;
        position: relative;
        top: 0px;
        left: 0px;
        transform: none;
        text-align: center;
        width: 100% !important;
      }

}


@media (max-width: 972px) {

    .leftside {
        display: none;
    }

    .rightside {
        height: 100vh;
    }

    .form-group {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        max-width: 450px !important;
    }

}

/* ---- CONTENU ---- */


.container-form {
  padding: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100% !important;
}

.leftside, .rightside {
    height: 100vh ;
    width: 100%;
}

.rightside {
    padding: 20px 20px 20px 20px;
    text-align: center;
    position: relative;
}

.btn-primary {
    background-color: #56b499 !important;
    border: none !important;
}

.input-group-text {
    background-color: white !important;
    border: 1px 0px 1px 1px solid red;
}

.form-group {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 50%;
}

.text-center {
    margin-bottom: 0px;
}

.form-group div {
    width: 100%;
}