﻿body, html {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
    body, html {
        font-size: 14px;
    }
}

.height100 {
    height: 100%;
}

header {
    height: 120px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}

header img {
    height: 80px !important;
}

.button {
    border-radius: 25px 25px 25px 25px;
    padding: 15px 20px 15px 20px;
    background: #556FF6 !important;
    color: #fff !important;
    cursor: pointer;
}
.button.green {
    background: #B4C55B !important;
}
.button.red {
    background: #dc3545 !important;
}
.button > i {
    display: none;
}
.button.loading > i {
    display: inline-block;
}

.mw-100 {
    max-width: 100px;
}