.input-icon {
    position: relative;
}
.input-icon.right > i {
    right: 8px;
    float: right;
}
.has-success .input-icon > i {
    color: #5dc09c;
}
.has-error .input-icon > i {
    color: #F3565D;
}
.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: -30px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}

.form-group.has-error > label{
    color: #F3565D;
}
.has-error .form-control {
    border-color: #f13e64 !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
.form-group.has-warning > label{
    color: #ff5722;
}
.has-warning .form-control {
    border-color: #ff1b08;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group.has-success > label{
  color: #26A69A;
}
.has-success .form-control {
    border-color: #5dc09c !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (min-width: 992px){
    .c-layout-header .c-brand .c-desktop-logo {
        width: 18% !important;
        position: absolute !important;
        top: 20% !important;
    }
}
@media (min-width: 992px){
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand .c-desktop-logo-inverse {
        width: 18% !important;
        position: absolute !important;
        top: 2% !important;
    }
}
.justify-content{
    text-align: justify;
}
.c-theme-nav li.c-active > a:not(.btn) {
    color: #0f75bc!important;
}
.c-bg-green {
    background-color: #0f75bc!important;
}
.c-theme-btn.btn.btn-no-focus:hover, .c-theme-btn.btn:hover, .c-theme-btn.btn.btn-no-focus:active, .c-theme-btn.btn:active, .c-theme-btn.btn.active, .open > .c-theme-btn.btn.dropdown-toggle {
    color: #ffffff !important;
    background: #0f75bc !important;
    border-color: #0f75bc !important;
}
.c-theme-btn.btn {
    color: #ffffff !important;
    background: #0f75bc !important;
    border-color: #0f75bc !important;
}
.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) {
    color: #0f75bc !important;
}
.owl-carousel.c-theme .owl-controls .owl-dot.active {
    background: #0f75bc !important;
}
.c-theme-bg {
    background-color: #0f75bc !important;
}
.c-content-list-1.c-theme.c-separator-dot > li:before, .c-content-list-1.c-theme > li:before {
    background: #0f75bc;
}
.c-content-title-1 > .c-line-right, .c-content-title-1 > .c-line-left {
    width: 30px;
    height: 3px;
    background-color: #0f75bc !important;
    margin: 0 0 30px 0;
}
.c-theme.form-control:focus, .c-theme.form-control:active, .c-theme.form-control.active {
    border-color: #0f75bc !important;
}
.c-theme-font, .c-theme-color {
    color: #0f75bc !important;
}