.bg-color-1 {
    background-color: #f5f7fa !important;
}

.bg-color-2 {
    background-color: #6369a2 !important;
}

.b-color-2 {
    border: 1px solid #6369a2;
}

.color-2 {
    color: #6369a2;
}

.btn {
    background-color: #6369a2;
    color: #fff;
    border: 0;
}

.btn:hover {
    background-color: #6369a2;
    color: #fff;
    opacity: 0.7;
}

.overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlayer .spin {
    border: 8px solid #ffffff;
    border-top: 8px solid #6369a2;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -48px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navbar-light .navbar-toggler {
    border: 0;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #363d47;
}

/*# sourceMappingURL=style.css.map */
