.app-overlay .inner:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    background: url(https://c.tenor.com/tBCU_uL_mTQAAAAC/alexis-ren.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 32%;
    background-color: #adadad;
    background-position: right;
}

.external-wrapper .external-auth {
    display: flex;
    justify-content: center;
}



.registration-process .app-overlay {
    padding-top: 0;
}



.app-overlay, .application-container.blocked::before {
    margin: -15px;
}

    .app-overlay .overlay-container {
        padding: 55px 30px 10px;
        z-index: 9999;
    }

    .app-overlay .frame {
        margin: 0 auto;
        padding: 10px 0 50px;
        -webkit-animation-duration: .25s;
        animation-duration: .25s;
        -webkit-animation -webkit-animation-name: content-anim;
        animation-name: content-anim;
        -webkit-animation-duration: .25s;
        animation-duration: .25s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

.register-form .title {
    font-size: 33px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

    .register-form .title b {
        font-size: 34px;
        border-radius: 10px;
        text-align: left;
        word-wrap: break-word;
        color: #666;
    }

.register-form .title {
    font-size: 31px;
    line-height: 43px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
}

.register-form .separator {
    align-items: center;
    width: 100%;
    margin: 20px 0;
    font-size: 15px;
    color: #fff;
}

    .register-form .separator .line {
        width: 100%;
        border-top: 2px solid rgb(67 67 67);
    }

.intro, header {
    filter: blur(4px);
}

footer {
    display: none;
}

input, textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    /* padding: 5px 10px; */
    /* background: none; */
    background-image: none;
    border: 1px solid rgba(19, 35, 47, 0.3);
    border-radius: 0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    font-weight: 500;
    height: 40px;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    font-family: "Open Sans",Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
}

.google-wrapper {
    width: 100%;
    text-align: center;
    display: inline-grid;
    background-color: #fff;
    align-content: center;
}

.action {
    margin: 0;
    padding: .785714em 2.285714em;
    border: 0;
    border-radius: 5px;
    overflow: visible;
    font: 700 14px "Open Sans",Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    -webkit-tap-highlight-color: transparent;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    /* -webkit-user-select: none; */
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    transition: all .25s;
    box-sizing: border-box;
}

.button-block {
    background-color: #00bd46 !important;
    color: #fff;
}

.register-form .separator .text {
    margin: 0 15px;
    color: #040404;
    font-weight: 500;
    font-size: 20px;
}

.register-form {
    width: 100%;
    padding: 0 0 0 0;
}

