#user-registration.horizontal .user-registration-MyAccount-content__body h2,
#user-registration.horizontal .user-registration-MyAccount-content__body p {
	color: #000070 !important;
}
#user-registration.horizontal .user-registration-MyAccount-content__body p a{
	text-decoration: none;
    color: var(--palette-hover, #4A47E0);
}
#user-registration.horizontal .user-registration-MyAccount-content__body p a:hover{
	text-decoration: underline;
    color: #556dd4;
}

@media (max-width:767px){
	#user-registration.horizontal {
		margin-top: 6em;
	}
	
	#user-registration.horizontal .user-registration-MyAccount-navigation{
		display:none;
	}
}
div#ur-frontend-form{
	border:unset;
	padding:5em 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend,
.ur-frontend-form .ur-form-row .ur-form-grid label{
	color: var(--palette-600, #7973EF);
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-family: 'KH-Teka';
	margin:0;
	padding-bottom:8px;
}

p.user-registration-form-row.user-registration-form-row--first.form-row.form-row-first label{
	padding-bottom:8px;
}

#user-registration p {
    color: var(--palette-900, #000070);
    font-family: 'KH-Teka';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
	letter-spacing: -0.76px;
}

input#user_login,
.ur-frontend-form .ur-form-row .ur-form-grid input{
    padding: 0px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px !important;
    display: flex;
    height: 40px;
    border: 1px solid var(--palette-700, #514DC5);
    color: var(--palette-400, #B9B7F6);
	font-family: 'KH-Teka';
}

input.user-registration-Button.button {
    display: inline-flex;
    border-width: 0 !important;
    height: 40px;
    padding: 0px var(--Spacing-7, 32px);
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    gap: 10px;
    color: var(--white, #FFF) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
	font-family: 'KH-Teka';
}
input.user-registration-Button.button:hover{
	background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset;
    color: var(--palette-600, #7973EF) !important;
}

 input:-webkit-autofill{
	-webkit-box-shadow: unset;
	-webkit-text-fill-color: #B9B7F6 !important;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: unset;
	-webkit-text-fill-color: #B9B7F6 !important;
}

div#user-registration{
	padding: 0 10%;
}
.user-registration-password-strength {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size:16px;
}

.user-registration-password-strength.short {
	border-top: 9px solid #EA3920 !important;
	background: #F9C3BC !important;
	color: #ff030b !important;
	border-color: #e35b5b;
}

.user-registration-password-strength.bad {
	border-top: 9px solid #EA3920 !important;
	color: #ff030b !important;
	border-color: #e35b5b;
}

.user-registration-password-strength.good {
	border-top: 9px solid orange !important;
	color: #bf7d04;
}

.user-registration-password-strength.strong {
	border-top: 9px solid #3F887E;
	color: #002D2B;
}

.user-registration-password-hint {
	padding-bottom: 10px;
	font-family: 'KH-Teka';
	font-size:16px;
}

.custom-error-label{
	padding: 10px 15px;
    text-align: center;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    font-family: 'KH-Teka';
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-top: 9px solid #EA3920 !important;
    background: #F9C3BC !important;
    color: #ff030b !important;
	width: -webkit-fill-available;
	width:-moz-available;
}

#user-registration.horizontal .user-registration-MyAccount-navigation,
#user-registration .user-registration-MyAccount-navigation{
	border:unset;
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul,
#user-registration .user-registration-MyAccount-navigation ul,
#user-registration.horizontal .user-registration-MyAccount-navigation,
#user-registration .user-registration-MyAccount-navigation{
	display:none;
}

.user-registration-MyAccount-content__body{
	width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#user-registration.horizontal .user-registration-MyAccount-content__body h2, #user-registration.horizontal .user-registration-MyAccount-content__body p{
	width: fit-content;
}

#user-registration{
	max-width: unset !important;
}