/*
Theme Name: Hello Elementor Child Theme
Author: Evolutis
Template: hello-elementor
Version: 1.0
*/

.um .um-form ::placeholder {
	font-family: Poppins, sans-serif;
}

.um .um-field-label,
.um .um-button,
.um .um-field-checkbox-option,
.um .um-link-alt {
	font-family: Poppins, sans-serif;
}

.um-form input[type="submit"].um-button,
.um-form input[type="submit"].um-button:hover,
.um-form button[type="submit"].um-button,
.um-form button[type="submit"].um-button:hover {
	font-family: Poppins, sans-serif;
	font-weight: 600 !important;
	background: var(--e-global-color-primary);
}

.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
	color: var(--e-global-color-primary);
}

.vp-login-option {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	margin-top: 20px;
}
.vp-login-option > .custom-message {
	color: white;
	background-color: #FF9E26;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding-inline: 30px;
	border-radius: 4px;
	align-self: center;
	margin-top: 9px;
}
.vp-login-option > .custom-message > a > .vp-logo-img {
	width: 9rem;
}
.vp-login-option > .custom-message > a {
	display: flex;
	flex-wrap: wrap;
	padding-block: 3px;
}
.vp-login-option > .custom-message > a > p {
	align-self: center;
	margin-bottom: unset;
	color: white;
	font-weight: 600;
	font-size: 15px;
}
.vp-alt {
	text-align: center;
	margin: unset;
	font-weight: 600;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	letter-spacing: 1px;
}
.line {
	flex: 1;
	height: 1px;
	background-color: #ccc;
	margin: 0 10px;
}
.line.l1 {
	margin-left : unset;
}
.line.l2 {
	margin-right: unset;
}
.vp-alt-line {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	width: 100%;
}
.um-field-checkbox .um-field-checkbox-option {
	color: black !important;
	margin-left: 27px;
}
.before_login_form_buttons_custom {
	display: flex;
    justify-content: space-between;
}
.um-col-alt-b.custom {
	padding: unset;
}
.um-col-alt-b > .um-link-alt.custom {
	color: var(--e-global-color-primary) !important;
	text-decoration: underline !important;
}
.um-col-alt-b:not(.custom){
	display: none;
}
.um-right.um-half {
	border: solid 1px #FF9E26;
	border-radius: 4px;
}
.um-right.um-half > .um-button.um-alt {
	background-color: white;
	box-shadow: unset;
	color: var(--e-global-color-primary);
	font-weight: 600 !important;
	padding-block: 19px !important;
}
#connexion.elementor-element > .elementor-widget-container {
	padding-top: unset;
}

.um-col-alt {
	margin-top: 20px;
}
.um-col-alt > .um-left.um-half > .um-button {
	font-weight: 600 !important;
	padding-block: 19px !important;
}
form > div.um-row._um_row_1 {
	margin-bottom: 15px !important;
}

@media screen and (max-width:768px) {
	.vp-login-option > .custom-message > a {
		flex-direction: column;
	}
	.vp-login-option > .custom-message {
		padding-top: 10px;
		padding-bottom: unset;
	}
	.vp-login-option > .custom-message > a > .vp-logo-img {
		width: 7rem;
		align-self: center;
		padding-bottom: 3px;
	}
}