.font-size-16 {
    font-size: 1rem;
}

.submit-button {
    font-size: 1rem !important;
    position: fixed;
    bottom: 3rem;
    right: 20px;
    z-index: 9999;
}

.floated-colors-btn {
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #252A32;
    border-radius: 75px;
    color: #fff;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 1.08rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.floated-colors-btn.second-floated-btn {

}

.floated-colors-btn span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
}

.floated-colors-btn span + span {
    margin-left: 5px;
}

.floated-colors-btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #0f1115;
}

.has-error label,
.has-error input,
.has-error textarea,
.has-error .help-block {
    color: red;
    border-color: red;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.card {
    margin-bottom: 1rem;
}

.main-content-wrap {
    background-color: #f7f7f7;
}