@keyframes animatedBackground {
    0% { background-position: -2000px -40px; }
    100% { background-position: 2000px -40px; }
}

.btn-try-us {
	position: relative;
	color: black !important;
}

.btn-try-us::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: url(https://d3vxs628wr17y7.cloudfront.net/290ec4d/backendAssets/nl/landing-pages/lander-apr21/dash.png);
    background-position: 0 -40px;
    background-repeat: no-repeat;
    background-size: auto 100px;
    -webkit-animation: animatedBackground 5s linear infinite;
    animation: animatedBackground 5s linear infinite;
    outline: none;
}

h1.title {
	font-weight: bold !important;
}

.combobox {
    position: relative;
}

.select2-offscreen {
    left: 100px !important;
    top: 40px !important;
}

.icons24-sex-woman {
    background-image: url(https://www.victoriamilan.com/landers/images/sex-women.png) !important;
}

.icons24-sex-man {
    background-image: url(https://www.victoriamilan.com/landers/images/sex-men.png) !important;
}

.select2-container .select2-choice .select2-arrow b {
    background-image: url(https://www.victoriamilan.com/landers/images/arrow-down.png) !important;
}

#nextlove_user_short_registration_form_email {
    padding: 0 10px;
}

.select2-container .select2-choice > .select2-chosen {
    color: gray;
}

.select2-container .gender-text {
    color: black;
}