html, body.login-page {
    height: 100%;
    margin: 0;
    padding: 0;
}

body.login-page {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f4f6f9;
}

.login-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

/* Left panel: LatamIdentity information */
.login-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 320px;
    background: linear-gradient(135deg, #12294f 0%, #1c6d6f 100%);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 50px;
}

.login-info-content {
    max-width: 460px;
    margin: 0 auto;
}

.login-brand {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 40px;
}

.login-brand:hover,
.login-brand:focus {
    text-decoration: none;
}

.login-brand-mark {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.login-brand-name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
}

.login-info h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-lead {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
}

.login-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login-features li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.login-feature-icon {
    display: inline-block;
    width: 28px;
    text-align: center;
    margin-right: 6px;
}

/* Right panel: login form */
.login-form-panel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px;
}

.login-card {
    width: 100%;
    max-width: 360px;
}

.login-card h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 6px;
}

.login-subtitle {
    color: #6b7280;
    margin-bottom: 25px;
}

.login-card .form-group label {
    font-weight: 600;
    color: #33475b;
}

.login-card .form-control {
    max-width: 100%;
    height: 42px;
    box-shadow: none;
}

.login-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-options .checkbox-inline {
    padding-left: 0;
    font-weight: normal;
    color: #33475b;
}

.login-forgot {
    font-size: 13px;
}

.login-card .btn-primary {
    height: 44px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .login-info {
        padding: 40px 25px;
    }

    .login-form-panel {
        padding: 40px 25px;
    }
}
