.conetent-login{
    margin-top: 5% !important;
}

.content-form{
    margin-top: 5px;
}

.content-logo{
    text-align: center;
}

.content-title{
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-title h3{
    text-align: center;
    font-weight: 300;
    font-size: 25px;
}

#logo_login{
    width: 300px;
}

#form_login_v2{
    padding: 16px 20px;
    background-color: #f8f9fa;
}

.copy-mextic{
    font-size: 85%;
}

#login_alert_messages .alert{
    max-width: 380px;
    margin: 0 auto;
}

#login_entrar{
    font-weight: bold;
}

.content-forgot-password{
    text-align: center;
    margin-bottom: 0px;
}

.forgot-password,
.see-password{
    font-size: 12px;
    color: #0969da;
}

.app-banner{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
}

.app-banner-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.app-banner-text{
    flex: 1;
    line-height: 1.3;
    min-width: 0;
}

.app-banner-text strong{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1f;
}

.app-banner-text small{
    color: #8e8e93;
    font-size: 13px;
}

.app-banner-cta{
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #007aff;
    border: none;
    border-radius: 18px;
    padding: 6px 18px;
    text-decoration: none;
    flex-shrink: 0;
}

.app-banner-cta:hover{
    background-color: #0066d6;
    color: #fff;
    text-decoration: none;
}

.app-banner-close{
    background: none;
    border: none;
    font-size: 22px;
    color: #8e8e93;
    padding: 0 2px;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1;
}

body.has-app-banner .conetent-login{
    margin-top: calc(5% + 68px) !important;
}