﻿.dxbl-text-edit {
    background-color: #f9f9f9;
}
@media (min-width: 768px) {
    .title {
        font-size: 3rem;
    }
}

.features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 32px;
}
@media (min-width: 1024px) {
    .features.two-cols {
        grid-template-columns: 1fr 1fr;
    }
    .header-login-dark {
        font-size: 50px;
    }
    .header-login-light {
        font-size: 50px;
    }
    .content-container {
        margin-left: 4%;
        margin-right: 4%;
    }
}
.card-tittle-dark {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0f243a;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}

.card-tittle-light {
    font-size: 1.5rem;
    font-weight: 500;
    color: #EA6B11;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.card-sub-tittle-dark {
    font-size: 1.3rem;
    font-weight: 500;
    color: #0f243a;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.card-sub-tittle-light {
    font-size: 1.5rem;
    font-weight: 500;
    color: #EA6B11;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.header-login-dark {
    font-size: 40px;
    font-weight: 700;
    color: #0f243a;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.header-login-light {
    font-size: 40px;
    font-weight: 700;
    color: #EA6B11;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.card-text-dark {
    font-size: 1.1rem;
    color: #0f243a;
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif;
}
.card-text-light {
    font-size: 1.1rem;
    color: #EA6B11;
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif;
}
.btn-login {
    font-weight: 500 !important;
    font-family: "Nunito Sans", sans-serif;
}
.btn-login-primary {
    background-color: white;
    color:  #ea6b11;
    border-color: #EA6B11;
}
.btn-login-primary:hover {
    background-color: #ea6b11;
    color: white;
    border-color: #EA6B11;
}

.btn-login-secondary {
    background-color: #ea6b11;
    color: white;
    border-color: #EA6B11;
}

.btn-login-secondary:hover {
    background-color: white;
    color:  #ea6b11;
    border-color: #EA6B11;
}






