a:hover, a {
    text-decoration: none;
    color: #86b7fe;
}

.button_default, .button_default:hover {
    background-color: #86b7fe;
    color: white;
}

.help-block{
    color: red;
}

.font-size-medium{
    font-size: 1.6rem;
}

.font-size-small{
    font-size: 1.2rem;
}

.font-size-xsmall{
    font-size: 1.0rem;
}