#modalAuthCotizacion .modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

#modalAuthCotizacion .modal-header {
    background: #343a40;
    color: #fff;
    border-bottom: none;
}

#modalAuthCotizacion .modal-header .close {
    color: #fff;
    opacity: 0.8;
}

#modalAuthCotizacion .auth-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 20px;
}

#modalAuthCotizacion .auth-tabs .nav-link {
    color: #6c757d;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 10px 20px;
}

#modalAuthCotizacion .auth-tabs .nav-link.active {
    color: tomato;
    background: transparent;
    border-bottom-color: tomato;
}

#modalAuthCotizacion .auth-alert {
    display: none;
    margin-bottom: 16px;
}

#modalAuthCotizacion .auth-alert.show {
    display: block;
}

#modalAuthCotizacion .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

#modalAuthCotizacion .auth-info {
    background: #fff8f6;
    border-left: 4px solid tomato;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 13px;
    margin-bottom: 16px;
}

#modalAuthCotizacion .btn-auth-submit {
    background: tomato;
    border-color: tomato;
    color: #fff;
    font-weight: 600;
    width: 100%;
}

#modalAuthCotizacion .btn-auth-submit:hover {
    background: #e5533d;
    border-color: #e5533d;
    color: #fff;
}