body {
    font-family: 'Lato', sans-serif;
}

h1{
    margin-bottom: 40px;
}

label {
    color: #333;
}

a.button{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    background-color: #8d82b6;  /*#005480;*/  /*#4760b8;*/
    border-color: #005380;  /*#394c91;*/
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}
a.button.hover{background-color:#394c91;}
a.button.active{background-color:#2b396e;}

.button{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    background-color: #12567c;  /*#4760b8;*/
    border-color: #394c91;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}
.button.hover{background-color:#394c91;}
.button.active{background-color:#2b396e;}
.button.disabled{opacity: 0.65; cursor: not-allowed;}

