body {
    background: #3b5999;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    position: relative;
}

.login-container h4 {
    text-align: center;
    background: #e6eeff;
    border-top: 4px solid #3b5999;
    color: #3b5999;
    font-size: 21px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 4px;
}

.login-form {
    margin-top: 20px;
}

.logo {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.links {
    text-align: center;
    margin-top: 10px;
}

.links a {
    font-size: 14px;
    color: #3b5999;
}

.btn-acceso {
    width: 100%;
    background: #3b5999;
    border: 1px solid #3b5999;
}

.btn-acceso:hover {
    width: 100%;
    background: #4f71b9;
    border: 1px solid #4f71b9;
}

.info-error {
    margin-top: 10px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
}

.info-info {
    margin-top: 10px;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
}

p.copy {
    margin-top: 12px;
    color: #fff;
    font-size: 12px;
}

label.form-label.mb-0 {
    color: #3b5999;
    font-weight: 500;
    font-size: 14px;
}

.mb-1.form-check.terminos {
    font-size: 14px;
}

a.term {
    color: #3b5999;
}
