
/* ***** Login Page */
.captcha-container {
    display: flex;
    gap: 10px
}

.captcha-container a {
    min-width: 40px;
}

.captcha-container img {
    width: 100px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

#login-form h5 {
    margin-bottom: 15px;
}