@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css");
.form-group,
.form-body,
.form-control {
    position: relative;
}

select.form-control {
    height: auto!important;
    border-radius: 50px!important;
}

#loading-btn::after {
    display: inline-block;
    animation: dotty steps(1,end) 1s infinite;
    content: '';
}


@keyframes dotty {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
    100% { content: ''; }
}

.toggle-gen-password {
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}
.toggle-gen-password .after {
    display: none;
}
.toggle-gen-password.is-active .before {
    display: none;
}
.toggle-gen-password.is-active .after {
    display: block;
}
input:valid:not(:placeholder-shown) ~ .icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #249e2c;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
input:invalid:not(:placeholder-shown),
input.invalid-field {
    border-color: #eb172b !important;
}
.button-gen-password:hover {
    opacity: 0.9;
}
.toggle-gen-password {
    position: absolute;
    right: 15px;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}

.toggle-gen-password .after {
    display: none;
}
.toggle-gen-password.is-active .before {
    display: none;
}
.toggle-gen-password.is-active .after {
    display: block;
}

.container-fluid {
    line-height: 1;
}

.embed-responsive {
    padding-bottom: 56.25%;
}

form .button-gen-password {
    height: 50px;
    display: block;
    width: 100%;
    border: none;
    background-image: linear-gradient(80deg, #f2df29, #f5871e);
    box-shadow: 0 5px 10px 0 rgb(142 35 0 / 49%), inset 2px 2px 3px 0 rgb(255 246 169 / 34%), inset 0 -2px 5px 0 rgb(122 6 6 / 29%);
    border-radius: 50px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
}

form .button-gen-password:hover {
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    box-shadow: 0 5px 10px 0 rgb(17 95 112 / 49%), inset 2px 2px 3px 0 rgb(27 172 204 / 34%), inset 0 -2px 5px 0 rgb(122 6 6 / 29%);
    opacity: 1;
}

form .iti {
    width: 100%;
}

form .iti .iti__selected-dial-code,
.iti__country-list {
    color: #000;
    font-size: 14px;
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}


.user-big .uphotob {
    transform: scale(1.25);
}

.user-gen {
    display: block;
    float: none;
}

.user-gen .uphoto {
    transform: scale(0.8);
    border: 2px solid #fff;
    margin-right: 0;
    float: left;
}

a.sdk-login-button {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 550px;
    max-width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 14px;
    text-align: center;
    color: #fff !important;
    background-image: linear-gradient(80deg, #f2df29, #f5871e);
    box-shadow: 0 5px 10px 0 rgb(142 35 0 / 49%), inset 2px 2px 3px 0 rgb(255 246 169 / 34%), inset 0 -2px 5px 0 rgb(122 6 6 / 29%);
}

a.sdk-login-button:hover {
    background-image: linear-gradient(80deg, #237587, #1f8f45);
    box-shadow: 0 5px 10px 0 rgb(17 95 112 / 49%), inset 2px 2px 3px 0 rgb(27 172 204 / 34%), inset 0 -2px 5px 0 rgb(122 6 6 / 29%);
}

object {
    vertical-align: middle;
}

header .head-logo object {
    height: 10px !important;
}

@media only screen and (max-width: 576px) {
    .gdpr-modal {
        display: none !important;
    }
}

.sdk-full-date.right {
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(30, 30, 30, 0.5);
}

.video.stuck span.sdk-full-date {
    display: none;
}


@media (min-width:768px) and (max-width:991px) {
.form-wrapper .reg-btn.blh {
	font-size: 22px;
	line-height: 24px;
}
