body {
    font: 1rem sans-serif;
    font-family: 'Barlow', sans-serif;
    color: #3D3D3D;
}
p {
    font-family: 'Barlow', sans-serif;
}
input {
    font-family: 'Barlow', sans-serif;
}
h2 {
    margin-bottom: 20px;
}
.validation-container-content a {
    font-weight: bold;
}
.validation-container-content .row {
    text-align: left;
    padding-top: unset;
}
.logo {
    text-align: center;
    margin: auto;
}
.logo img {
    max-width: 182px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.validation-container-content .button {
    display: inline-block;
    height: unset;
    padding: 15px 5px;
    margin: 1rem 0;
    border: none;
    color: white;
    background-color: #4493FF;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer__links {
    font-family: 'Barlow', sans-serif;
}
