 

.logo {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.line {
    position: absolute;
    top: 0;
    right: 0;
    height: 70%;
}

.text-candidat {
    font-weight: bold;
    color: #392e74;
}

.diplome-titre {
    color: #fff;
}

.form {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
}

.padding-form {
    padding: 2rem !important;
}

.etudiante-img {
    position: absolute;
    bottom: 0;
    right: 0px;
    height: 80%;
    max-height: 600px;
    z-index: -1;
}

.ft-qt-img {
    position: absolute;
    bottom: 0;
    right: 30px;
    max-height: 80px;
}

.ft-qt-img-mobile {
    display: none;
}

.submit-btn {
    background: #d0d608;
    width: 100%;
    color: #392e74;
    border: none;
    border-radius: 10px;
    height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.right-element {
    margin-top: 10%;
}

.form-control {
    background-color: #ccdcf1;
}

.element-mobile {
    display: none;
}

.mt-mobile {
    margin-top: 1rem;
}

.social {
    display: none;
}

.social-desktop {
    color: #fff;
}

.social-desktop a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.error {
    color: red;
}