body {
    font-size: 17px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

p, label {
    font-size: 0.7em;
}

a, .breadcrumb-item.active{
    font-size: 0.7em !important;
}

a:hover, a:focus {
    /*text-transform: none;*/
    text-decoration: none;
    color: #ffffff;
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    p, label {
        font-size: 0.8em;
    }

    a, .breadcrumb-item.active{
        font-size: 0.9em !important;
    }
}

@media only screen and (min-width : 993px) {
    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: 0.9em;
    }

    p, label {
        font-size: 0.9em;
    }

    a, .breadcrumb-item.active {
        font-size: 0.9em !important;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.235em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    p, label {
        font-size: 1em;
    }

    a, .breadcrumb-item.active {
        font-size: 1em !important;
    }
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.element-label {
    width: 100%;
    font-weight: 700 !important;
}

footer .container {
    height: inherit;
}

.sub-label {
    font-size: 0.8em;
    width: 100%;
    font-weight: 400;

}

.block-separator {
    background: #2e6da4;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.block-separator .header {
    color: #ffffff;
}
.block-separator span{
    font-size: 20px;
    background-color: #F3F5F6;
    padding: 0 10px;
    margin-left: 40px;
}

.form-actions {
    margin-top: 15px;
}

.form-actions input {
    margin-right: 10px;
}

.form-group label {
    font-weight: 400;
    margin-right: 15px;
    width: 100%;
}

.form-group textarea {
    min-height: 50px;
}

.modules-container {
    margin:30px 0 70px;
}

.customer-forms p {
    margin: 0;
}