.page-authentication #main {
    margin-bottom: 5%;
}

.page-authentication #content {
    padding-top: 2%;
    border-radius: 2rem;
    margin: 0 auto;
}

.page-authentication #content input,
.page-authentication #content button {
    border-radius: 2rem;
}

.page-authentication #content .btn-primary {
    background: #0282c8;
}
#authentication .captcha_login .pa-captcha-inf {
    justify-content: center;
}

@media (min-width: 768px) {
    .page-authentication #main #content {
        width: 65%;
    }

    .page-authentication #main #content .col-md-8 {
        flex: 0 0 79.66667%;
        max-width: 79.66667%;
    }

    .page-authentication #main #content .col-md-8 .input-group > .form-control {
        text-align: left;
    }
}