.recaptcha-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.recaptcha-container .g-recaptcha {
    transform: scale(0.95);
    transform-origin: center;
}

@media (max-width: 768px) {
    .recaptcha-container .g-recaptcha {
        transform: scale(0.85);
    }
}
.brand {
    color: #436fbe;
}

.sign-container {
    max-width: 470px;
}

.icon-height {
    height: 24px;
    width: 24px;
}

.right-box {
    background: linear-gradient(#436fbe, #436fbe);
}

.inputbox {
    border: 1px solid #cfcece;
    outline: none;
}

.inputbox:focus {
    border: 2px solid #436fbe;
}

.input-label {
    top: -12px;
    left: 3%;
}

.sign-up {
    background: #436fbe;
    color: #fff;
}

.sign-up:hover {
    background: #fff;
    color: #436fbe;
    border: 1px solid #436fbe;
}

.signin-border {
    width: 60px;
    border: 2px solid #436fbe;
}
body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.btn-primary {
    background-color: #436fbe;
    border-color: #436fbe;
}

.btn-primary:hover {
    background-color: #5480d0;
    border-color: #5480d0;
}

.form-label {
    color: black;
    font-weight: 500;
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 0.8;
}

/* Estilo para mensagens de erro */
.alert {
    border-radius: 6px;
}
