@charset "UTF-8";
/* Floating Labels */
.form-label-group {
	position: relative;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.form-label-group input, .form-label-group label,.form-label-group select {
	height: 50px;
	height: 3.125rem;
	padding: 12px;
	padding: .75rem;
}

.form-label-group label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-moz-placeholder {
	color: transparent;
}

.form-label-group input::placeholder {
	color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 4px;
	padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 4px;
	padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
	padding-top: 4px;
	padding-top: .25rem;
	padding-bottom: 4px;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: 4px;
	padding-top: .25rem;
	padding-bottom: 4px;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a7def9 !important;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(167, 222, 249) !important;
}
.required {
    display: inline-block;
    color: #d2322d;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: -0.2em;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    font-family: var(--thm-font);
    padding: 15px 30px;
    transition: 500ms;
    background-color: #e01547;
    color: #fff;
}

.form-check-input:checked {
    background-color: #e01547 !important;
    border-color: #e01547 !important;
    margin-top: 8px !important;
}
.contact-form-right {
    padding: 40px;
    background-color: #051327;
    display: flex
;
    flex-direction: column;
    row-gap: 15px;
    height: 100%;
    justify-content: center;
}
.contact-form-right h3, .contact-form-right h4, .contact-form-right p {
    color: var(--loanlift-text-light);
    margin-bottom: 0;
}