form {
    padding: 1rem 2rem 2rem 2rem;
}

form .button-gen-password {
    background-color: #00b61f;
    height: 42px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

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

a.sdk-login-button {
    line-height: 35px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    background: #00b61f !important;
    color: #fff !important;
    border-color: #00b61f !important;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding: 7px 0;
}

.video.stuck {
    top: 75px;
}

.user-gen {
    background: transparent;
}

.user-gen .user-info {
    text-align: left;
}

.user-gen .user-info .uname {
    font-weight: normal;
    font-size: 16px;
}

.user-gen .uphoto {
    border-color: #fff;
}

.user-gen .user-info .just-made {
    font-size: 15px;
    display: inline;
}

.sdk-checkbox-text {
    color: #fff;
    margin-top: 7px;
}

.video{
    display: none;
}

.fixed{
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;

}

.promo__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .promo__head {
        width: 65%;
    }
}

@media (min-width: 901px) {
    .promo__head {
        width: 60%;
        font-size: 4em;
    }
}

.promo__head h1 {
    margin-bottom: 2.5vh
}

.promo__head p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 5vh;
    line-height: 1.8rem;
    font-size: 1.1rem;
    color: #fff
}

.sdk-risk-note p{
    color: #8998ff;
}