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, input {
    font-size: 0.7em;
}

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

.forgot-password:focus, .forgot-password:hover {
    outline-offset: -2px;
    text-decoration: underline;
    color: #23527c !important;
}

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

.mainlogo {
    margin-top:10px !important;
    margin-left:20px !important;
    font-size:1.2em !important;
}

@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;
    }
}

@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;
    }
}

@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;
    }
}

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