/* ----------------------------------------------------------------------------
 * Easy!Appointments - Online Appointment Scheduler
 *
 * @package     EasyAppointments
 * @author      A.Tselegidis <alextselegidis@gmail.com>
 * @copyright   Copyright (c) 2013 - 2021, Alex Tselegidis
 * @license     Proprietary
 * @link        https://easyappointments.org
 * @since       v1.0.0
 * ---------------------------------------------------------------------------- */

body {
    padding-top: 50px
}

.alert-visita {
    color: #f5f8fa;
    background-color: #17352e;
    border-color: #17352e;
    padding: .75rem 0.25rem;
    border-radius: 0;
    top: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}
