﻿/*!
 * Estilos generales para la aplicación wefinz (2019-09-30)
 * Copyright 2019-2020 Wefinz Solutions SL
 */

body {
    font-size: 12px;
}

#wefinz-title {
    line-height: 1;
}

#wefinz-title div span{
    font-family: 'Rancho', cursive;
    font-size: 8rem;
    color: #449d44;
}

.success-color {
    color: #449d44;
}

.name {
    margin-top: 15px;
    font-weight: bold;
    text-align: left;
    float: left;
}

#PageTitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin-left: 20px;
}

#btnRegister {
    margin-top: 30px;
}

.wf-selectize {
    text-align: left !important;
}

.selectize-input {
    height: 37px !important;
    padding-top: 8px !important;
}