﻿.textTitle {
    font-size: 35px;
    line-height: 100%;
    padding: 23px 0% 0px 0%;
}

.imgIsotipo {
    width: 48px;
}

.contCard {
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 36px;
    border: none;
    height: 100%;
    margin: 0 auto;
}

.card-body {
    padding: 1.25rem 45px !important;
}

.contEvent {
    margin: 15% auto;
}

.form-control {
    border: 2px solid #A0A0A0;
    border-radius: 5px;
    font-family: 'NOIR-MEDIUM';
    color: #707070 !important;
}

span.input-group-text {
    background: #1C59BA !important;
}

span.input-group-text a i {
    color: white;
}

.form-control:focus {
    color: #707070 !important;
    border-color: #10AED7 !important;
    box-shadow: 0 0 0 0.2rem rgba(17,178,216,.25) !important;
}

label.validPassword {
    font-family: 'GOTHAM_BOOK';
    font-size: 12px;
    color: #10AED7;
    margin-bottom: 0px !important;
}
i.iconValidPass.fa.fa-times {
    color: #FF7181;
    font-size: 13px;
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .card-body {
        padding: 1.25rem 0px !important;
    }
}

@media (max-width: 576px) {
    .card-body {
        padding: 1.25rem 0px !important;
    }
}

@media (max-width: 300px) {
    .card-body {
        padding: 1.25rem 0px !important;
    }
}
