.created-account {
    background-color: #582D78;
    display: flex;
    border-radius: 40px;
    position: relative;
    flex-direction: column;
    height: 100%;
}

.wrapper-img {
    height: 100%;
    background-image: url('/images/ok.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.title {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 25px;
}

.wrapper-text {
    width: 100%;
    display: block;
    text-align: center;
}

.wrapper-text .title {
    margin-top: 60px;
}

.before-text {
    font-size: 24px;
    color: #ffffff;
    display: block;
    /*width: 553px;*/
    margin: 0 auto;
}

.resend-link {
    font-size: 24px !important;
    color: #2EC4B6;
}

.go-to-home {
    position: absolute;
    bottom: 50px;
    left: 57px;
    color: #2EC4B6 !important;
    font-size: 14px;
}

.go-to-home a {
    color: #2EC4B6 !important;
    margin-right: 5px;
}

.wrapper-footer {
    position: absolute;
    bottom: 49px;
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.send:focus {
    outline: none;
}

.help-block {
    color: red;
    font-size: 10px;
    margin-top: 5px;
    display: block;
    margin-left: 10px;
    width: 327px;
}

.g-recaptcha iframe {
    border-radius: 22px;
}

@media (min-width: 992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="50883fbd-b954-496d-acc9-d00e3a97f0b9"] {
        -webkit-transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="f69a9479-d252-de71-94fb-8e398732d0ee"] {
        -webkit-transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(-150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        opacity: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="50883fbd-b954-496d-acc9-d00e3a97f0b9"] {
        -webkit-transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="f69a9479-d252-de71-94fb-8e398732d0ee"] {
        -webkit-transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(150PX, 150PX, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        opacity: 0;
    }
}

.resend-link.btn {
    white-space: pre-wrap !important;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .wrapper-footer .logo {
        padding-right: 50px;
    }

    .wrapper-footer .langs {
        padding-left: 50px;
    }

    .before-text {
        width: 500px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .col-sm-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .wrapper-form {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .wrapper-img-login img {
        display: none;
    }

    .wrapper-left {
        text-align: center;
        padding-left: 0 !important;
    }

    .wrapper-login {
        padding: 15px 50px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .wrapper-login {
        padding: 0 !important;
    }

    .wrapper-form {
        width: 100%;
    }

    .wrapper-form form {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    input, .btn-login-custom {
        width: 100% !important;
    }

    .langs {
        /*margin-bottom: 17px;*/
        /*text-align: left!important;*/
    }

    .wrapper-footer-left {
        text-align: right;
    }

    .langs {
        margin-right: -14px;
    }

    .wrapper-form {
        padding-top: 15px !important;
    }

    .wrapper-left h1 {
        font-size: 32px !important;
    }


}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .wrapper-login {
        padding: 0 !important;
        height: 100%;
        margin-right: -15px !important;
    }

    .wrapper-form {
        width: 100%;
        padding-top: 10px !important;
    }

    .wrapper-form form {
        margin: 0 auto;
        display: block;
    }

    input, .btn-login-custom {
        width: 100% !important;
    }
}

.login-account {
    height: 100%;
}

.wrapper-img-login img {
    position: absolute;
    height: 57vh;
    left: 0;
    bottom: 0;
    border-radius: 40px;
}

.wrapper-text-login {

}

.wrapper-left {
    padding-top: 48px;
    padding-left: 95px;
}

.wrapper-left h1 {
    font-weight: 400;
    font-size: 46px;
    color: #ffffff;
}

.text-no-have-account {
    margin-top: 32px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.text-no-have-account a {
    color: #5be7c4;
}

.wrapper-form {
    padding-top: 48px;
}

.wrapper-form input {
    background: #FFFFFF;
    border-radius: 16px;
    width: 349px;
    height: 66px;
    line-height: 128%;
    font-size: 16px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7C3FAA !important;
    opacity: 1; /* Firefox */
}

.btn-login-custom, .btn-login-custom:hover,
.btn-login-custom:active, .btn-login-custom:focus, .btn-login-custom:visited {
    background: #2EC4B6 !important;
    border-radius: 16px;
    width: 349px;
    height: 66px;
    line-height: 128%;
    font-size: 16px;
    color: #ffffff;
    border: #2EC4B6 !important;
    box-shadow: none;
    text-transform: uppercase !important;
    white-space: pre-wrap !important;
}

.wrapper-text-login .help-block {
    margin-left: 13px;
}

.forgot-pass a {
    color: #2EC4B6;
    font-size: 16px;
    text-underline: none;
    margin-top: 24px;
    display: block;
    text-decoration: none !important;
}

.wrapper-login {
    padding: 50px;
    height: 100%;
    max-width: 100%!important
}

.wrapper-footer #login > a, .wrapper-footer #create > a {
    color: #ffffff;
    display: block;
    padding-left: 53px;
    margin-bottom: 12px;
}

.wrapper-forgot .wrapper-footer {
    padding: 0 40px;
}
.wrapper-forgot .wrapper-footer .logo {
    padding-top: 25px;
}

.confirmation-forgot-password .back-to-main-page {
    display: block;
    margin-top: 15px;
}

.confirmation-forgot-password .wrapper-text {
    margin-top: 60px;
}

#confirmation-page, .confirmation-forgot-password {
    padding: 50px;
    height: 100%;
}

.confirmation-forgot-password .wrapper-img > img {
    height: 60vh;
}

a.back-to-main-page:hover {
    color: #2EC4B6;
}

.confirmation-reset-password .wrapper-img > img {
    height: 100%;
}

#confirmation-page .wrapper-img > img {
    height: 44vh;
}

.account-not-approved {
    padding: 50px;
    height: 100%;
}

.account-not-approved .wrapper-img > img {
    height: 62vh;
}

.account-not-approved .before-text {
    margin-bottom: 30px;
    margin-top: 30px;
}

.langs a:hover, .langs a:active, .langs a:focus {
    color: #ffffff;
}

.grecaptcha-badge {
    visibility: hidden !important;
}