#sp-logo a {
    font-size: 28px;
    text-transform: none;
    color: #1395BA;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    vertical-align: bottom;
    display: flex
;
}
#sp-section-1 {
    background: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}
#sp-section-2 {
    height: auto;
    background: #1395BA;
    box-shadow: none;
    z-index: 10;
}
#sp-header {
    background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 26px;
	padding-top: 10px;
	    font-weight: 700;
		    font-family: 'PT Sans', sans-serif;
}
.form-label {
    margin-bottom: .5rem;
    font-weight: 700;
}
.rsform-block  {
	margin-top: 35px;
}
#userForm {
	background: #fff;
	padding: 25px;
}

#sp-main-body {
	background :#f5f5f5;
}
.btn-primary, .sppb-btn-primary {
    border-color: #1495ba;
    background-color: #1495ba;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #2db8df;
    background-color: #2db8df;
}
div.mod-languages ul li.lang-active {
    background-color: transparent !important;
}
.mod-languages {
    float: right;
    padding-top: 10px;
}