.login-page-wrapper.success-page .container {
	padding-top: 225px;
	padding-bottom: 225px;
	background: linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(223, 216, 204, 1) 100%);
	position: relative;
    padding-right: 50%;
    display: flex;
    justify-content: center;
    max-width: unset;
}
.login-page-wrapper .container:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/login-page-bg.png);
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-page-wrapper .login-wrap{
	max-width: 416px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.success-page .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-top: 20px;
}
.success-page a.btn {
    cursor: pointer;
    background-color: #FF7606;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s;
    display: block;
    margin-top: 24px;
    text-decoration: none;
}
.success-page a.btn:hover {
    background-color: #ff953d;
}
@media only screen and (max-width: 1024px) {
	.login-page-wrapper .container {
	    padding: 0 40px !important;
	    padding-top: 165px !important;
	    padding-bottom: 270px !important;
	}
	.login-page-wrapper .container:before {
	    content: none;
	}
	.login-page-wrapper .container .login-wrap {
	    margin: auto;
	}
	.login-page-wrapper .block-title {
        font-size: 32px !important;
        line-height: 48px !important;
    }
	.login-page-wrapper .container:after {
		content: "";
		position: absolute;
		background-image: url(assets/images/login-logo-bg.png);
		width: 100%;
		height: 100%;
		bottom: 0px; 
		left: 0;
		z-index: 1;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.login-page-wrapper.registration-page .container {
		padding: 0 40px;
		padding-top: 100px;
		padding-bottom: 220px;
	}
	.login-page-wrapper.password-recovery-page .container {
		padding: 0 40px;
		padding-top: 100px;
		padding-bottom: 220px;
	}
	.login-page-wrapper.password-recovery-page .title-wrap-checkout img {
        max-width: 80px;
        height: auto;
    }
    .login-page-wrapper.password-recovery-page .login-wrap .title-wrap-checkout {
	    margin-bottom: 20px;
	    gap: 20px;
	}
	.login-page-wrapper.password-recovery-page .login-wrap .btn-submit {
	    margin-top: 20px;
	}
	.login-page-wrapper.success-registration-page .title-wrap-checkout img {
        max-width: 100px;
        height: auto;
    }
    .login-page-wrapper.success-registration-page .login-wrap .title-wrap-checkout {
	    margin-bottom: 20px;
	    gap: 20px;
	}
	.login-page-wrapper.success-registration-page .block-title {
		font-size: 40px !important;
	    line-height: 48px !important;
	}
	.login-page-wrapper.success-registration-page .container {
		padding: 0 40px;
		padding-top: 100px;
		padding-bottom: 220px;
	}
}
@media only screen and (max-width: 768px) {
	.login-page-wrapper .block-title {
        font-size: 24px !important;
        line-height: 40px !important;
    }
	.success-page .title {
        font-size: 24px !important;
        line-height: 40px !important;
	}
}