/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-jun-2019, 21:39:58
    Author     : Victor Manuel Rodriguez Novo <victor@lugoweb.es>
*/
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.5em;
    background-color: #272727;
    border-radius: 4px;
    border: solid 1px #c8cccf;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
a {
    color: #37a6c4;
}
a:hover {
    text-decoration: none;
    color: #5db9d1;
}
.bk-white, .bk-light {
    background: #244149 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
    cursor: default;
    opacity: 1;
    text-align: center; 
    padding: 1em;
}
.input-group{
    padding-bottom: 1.5em; 
}
h2{
    color: white;
}