body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    background: url('/assets/images/image-fond-2.png') no-repeat bottom center;
    background-size: cover;
    color: #062d58;
}

.top-part {
    padding: 50px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bottom-part {
    padding: 25px 15px;
    background-color: rgba(233, 243, 250, 0.8);
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

label {
    color: #57839e;
    text-transform: uppercase;
}

.top-part a {
    color: #00afac;
    font-weight: bold;
    border-bottom: 2px solid #00afac;
}

.top-part a:hover,
.top-part a:focus {
    border-bottom-color: #008986;
    color: #008986;
    text-decoration: none;
}

.form-control {
    height: 46px;
    margin: 0 auto;
    border: 2px solid #57839e;
    border-radius: 6px;
}

.btn {
    width: 75%;
    margin: 10px 0;
    border-radius: 6px;
    text-transform: uppercase;
}
