.underline{
    text-decoration:underline;
}

.list-style-none{
    list-style:none;
}

.text-decoration{
    text-decoration: none;
}

.btn-form{
    background:#696969;
    color:white;
}

.btn-sesion{
    width: 49.5%;
    border: 0;
    padding: 0.5rem;
}

.bg-dark-gray{
    background:#4A4A4A !important;
    color:white !important;
}

.Ridley-font{
    font-family:var(--Ridley);
}

.display-7{
    font-size:1.5rem;
}

.display-8{
    font-size:1.1rem;
}

.text-dark-gray{
    color:var(--dark-grey-color);
}

.cormorant-font{
    font-family: var(--cormorant);
}

.btn-firma{
    font-size:1.5rem;
    background: 0;
    padding: 0.5rem;
}

.developed-by-google{
    width: 250px!important;
    height: auto!important;
}

.px-10{
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}