@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Regular.eot');
    src: url('../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Urbanist-Regular.woff2') format('woff2'),
    url('../fonts/Urbanist-Regular.woff') format('woff'),
    url('../fonts/Urbanist-Regular.ttf') format('truetype'),
    url('../fonts/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Medium.eot');
    src: url('../fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Urbanist-Medium.woff2') format('woff2'),
    url('../fonts/Urbanist-Medium.woff') format('woff'),
    url('../fonts/Urbanist-Medium.ttf') format('truetype'),
    url('../fonts/Urbanist-Medium.svg#Urbanist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-SemiBold.eot');
    src: url('../fonts/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Urbanist-SemiBold.woff2') format('woff2'),
    url('../fonts/Urbanist-SemiBold.woff') format('woff'),
    url('../fonts/Urbanist-SemiBold.ttf') format('truetype'),
    url('../fonts/Urbanist-SemiBold.svg#Urbanist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Bold.eot');
    src: url('../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Urbanist-Bold.woff2') format('woff2'),
    url('../fonts/Urbanist-Bold.woff') format('woff'),
    url('../fonts/Urbanist-Bold.ttf') format('truetype'),
    url('../fonts/Urbanist-Bold.svg#Urbanist-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*
Sign up
 */
#progresivo-signup-section h1, #progresivo-signup-section p {
    margin: 0;
    line-height: 100%;
}
#progresivo-signup-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    background:  url('../img/progresivo-signup-bg.png'), linear-gradient(0deg, #E26530 -12.86%, #EFD070 43.57%, #93B4BC 100%);
    background-repeat: no-repeat;
    background-size: cover;
}
.progresivo-signup-container {
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 52px 0 54px 0px;
}
.progresivo-signup-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.progresivo-signup-block {
    width: calc(790px - 20px);
}
.progresivo-signup-image img {
    width: calc(50% - 0px);
    position: absolute;
    right: 0;
    bottom: 0;
}
.progresivo-signup-forms {
    background: rgba(252, 242, 223, 1);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 89vh;
    padding: 0 140px;
    position: relative;
}
.signup-logo {
    text-align: center;
}
.signup-title {
    padding: 40px 0 0px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.signup-title h1 {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #1F1F1F;
}
.signup-title p {
    font-family: 'Urbanist';
    font-size: 18px;
    color: #717171;
}
.signup-bottom {
    padding-top: 40px;
    text-align: center;
}
.signup-bottom p {
    font-family: 'Urbanist';
    color: rgba(22, 22, 22, 1);
    font-size: 14px;
}
.signup-bottom a {
    font-family: 'Urbanist';
    text-decoration: underline;
    font-weight: 500;
    color: rgba(226, 101, 48, 1);
    font-size: 14px;
    transition: all 0.25s;
}
.signup-bottom a:hover {
    font-family: 'Urbanist';
    font-weight: 600;
    color: #1F1F1F;
    transition: all 0.25s;
}
.signup-google-section {
    text-align: center;
    margin: 20px 0 16px 0px;
}
.signup-google-block {
    cursor: pointer;
    border: solid 1px #E9E9E9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 4px;
    height: 52px;
    transition: all 0.25s;
}
.signup-google-block:hover {
    border-color: rgba(226, 101, 48, 1);
    transition: all 0.25s;
}
.signup-google-block p {
    font-family: "Clash Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #1F1F1F;
}
.signup-or-line {
    position: relative;
    margin: 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.signup-or-line p {
    font-family: 'Urbanist';
    font-weight: 500;
    color: #717171;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.signup-or-line:before {
    content: '';
    background: #E9E9E9;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
    z-index: 0;
}
#progresivo-signup-section form {
    margin: 0;
}
#progresivo-signup-section .signup-input {
    border: solid 1px #E9E9E9;
    border-radius: 30px;
    box-shadow: none;
    background: rgba(242, 227, 199, 1);
    height: 52px;
    outline: none;
    padding: 0 20px;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    color: #1F1F1F;
}
#progresivo-signup-section .required .signup-input {
    border-color: rgba(230, 90, 90, 1);
}
#progresivo-signup-section span.req {
    color: rgba(230, 90, 90, 1);
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -18px;
}
#progresivo-signup-section .signup-input::placeholder {
    font-family: 'Urbanist';
    font-weight: 500;
    color: #717171;
    font-size: 16px;
}
#progresivo-signup-section .input-label {
    width: 100%;
    position: relative;
}
#progresivo-signup-section .input-label p {
    font-family: 'Urbanist';
    font-weight: 500;
    color: #1F1F1F;
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 100%;
    margin-bottom: 8px;
}
#progresivo-signup-section .input-label p:after {
    content: '*';
    color: rgba(242, 62, 62, 1);
    position: absolute;
    top: 0;
    right: -8px;
}
#progresivo-signup-section .form-group {
    margin-bottom: 18px;
}
#progresivo-signup-section .form-group.two-input {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: space-between;
}
#progresivo-signup-section .signup-input:hover,
#progresivo-signup-section .signup-input:focus,
#progresivo-signup-section .signup-input:active
{
    border-color: rgba(22, 22, 22, 1);
}
#progresivo-signup-section .input-label svg {
    position: absolute;
    right: 20px;
    top: 72%;
    transform: translate(0, -72%);
    cursor: pointer;
}
.signup-pass-check-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.signup-pass-check-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.signup-pass-check-section p {
    font-family: 'Urbanist';
    font-weight: 500;
    color: #1F1F1F;
    font-size: 16px;
}
.pass-check-label {
    position: relative;
}
.pass-check-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    height: 18px;
    border: solid 1px #E9E9E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
}
.pass-check-icon svg {
    position: relative;
    top: 0px;
}
.pass-check-label.err_pass .pass-check-icon {
    background: rgba(242, 62, 62, 1);
}
.pass-check-label.err_pass .icon-check path {
    stroke: rgba(255, 255, 255, 1);
}
.pass-check-label.completed .pass-check-icon {
    border-color: rgba(226, 101, 48, 1);
    background: rgba(226, 101, 48, 1);
}
.pass-check-label.completed .icon-done path {
    stroke: rgba(31, 31, 31, 1);
}
.pass-check-label.completed .icon-check  {
    display: none;
}
.pass-check-label.completed .icon-done  {
    display: block!important;
}
.pass-check-text {
    font-family: 'Urbanist';
    font-weight: 500;
    color: #717171;
    font-size: 16px;
    margin-left: 26px;
}
.pass-check-label.completed .pass-check-text  {
    color: #1F1F1F;
}
.signup-form-submit {
    margin-top: 24px;
    margin-bottom: 20px;
}
.signup-btn {
    border-radius: 30px;
    box-shadow: none;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(226, 101, 48, 1);
    color: #FAFAFA;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    gap: 4px;
    font-family: "Clash Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    outline: none!important;
    border-top-right-radius: 0;
    transition: all 0.25s;
}
.signup-btn:hover {
    border-top-right-radius: 30px;
    background: rgba(22, 22, 22, 1);
    color: #FFF;
    transition: all 0.25s;
}
.signup-btn svg path {
    fill: #FAFAFA;
    transition: all 0.25s;
}
.signup-btn:hover svg path {
    fill: #FFF;
    transition: all 0.25s;
}
.signup-btn.disabled {
    pointer-events: none;
    background: rgba(226, 101, 48, 1);
    opacity: 0.6;
}
.have-account-block {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.have-account-block p {
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(22, 22, 22, 1);
    font-size: 16px;
}
.have-account-block a {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 16px;
    color: rgba(226, 101, 48, 1);
    text-decoration: underline;
    transition: all 0.25s;
}
.have-account-block a:hover {
    color: rgba(31, 31, 31, 1);
    transition: all 0.25s;
}
/*
Phone
 */
#progresivo-signup-section .iti--allow-dropdown .iti__flag-container,
#progresivo-signup-section .iti--separate-dial-code .iti__flag-container
{
    left: 15px;
}
#progresivo-signup-section .iti--allow-dropdown .iti__flag-container:after,
#progresivo-signup-section .iti--separate-dial-code .iti__flag-container:after
{
    content: '';
    background: rgba(233, 233, 233, 1);
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
}
#progresivo-signup-section input#signup-phone {
    padding-left: 102px !important;
}
#progresivo-signup-section .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 4px;
}
#progresivo-signup-section .iti__selected-flag {
    padding-left: 5px;
    padding-right: 2px;
}
#progresivo-signup-section .iti--separate-dial-code .iti__selected-dial-code {
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(31, 31, 31, 1);
    font-size: 16px;
    width: 35px;
}
#progresivo-signup-section .iti__arrow {
    position: relative;
    width: 12px;
    height: 12px;
    border: none !important;
    display: flex;
    align-items: center;
    margin-left: 4px;
}
#progresivo-signup-section .iti__arrow::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA4IDQiIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNNy41IDAuNUw0IDMuNUwwLjUgMC41IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
    width: 7px;
    height: 3px;
}
#progresivo-signup-section .iti__arrow.iti__arrow--up::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA4IDQiIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNNy41IDMuNUw0IDAuNUwwLjUgMy41IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
    width: 7px;
    height: 3px;
}
.iti__country-list {
    width: 236px;
    box-shadow: -1px 6px 14px 0px rgba(0, 0, 0, 0.05), -3px 25px 25px 0px rgba(0, 0, 0, 0.04), -7px 55px 33px 0px rgba(0, 0, 0, 0.03), -12px 98px 40px 0px rgba(0, 0, 0, 0.01), -19px 154px 43px 0px rgba(0, 0, 0, 0) !important;
    border: none !important;
    border-radius: 24px;
    overflow-x: hidden;
}
.iti__country.iti__highlight {
    background-color: rgba(232, 255, 157, 1) !important;
}
.iti__country.iti__active {
    background-color: rgba(226, 101, 48, 1) !important;
}
/*
scroll
 */
.iti__country-list::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.iti__country-list::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 30px;
    background: rgba(233, 233, 233, 1);
    margin: 20px;
}

/* Handle */
.iti__country-list::-webkit-scrollbar-thumb {
    background: rgba(31, 31, 31, 1);
    border-radius: 30px;
}

/* Handle on hover */
.iti__country-list::-webkit-scrollbar-thumb:hover {
    background: rgba(31, 31, 31, 1);
}

/*
Modal
 */
.progresivo-register-modal-section {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(4.000000476837158px);
    z-index: 999999;
}
.progresivo-register-modal-block {
    padding: 12px;
    background: rgba(250, 250, 250, 1);
    border-radius: 52px;
    width: 520px;
    height: 418px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.progresivo-register-modal-block-top img {
    width: 100%;
}
.progresivo-register-modal-block-bottom {
    text-align: center;
    position: relative;
    width: 390px;
    margin: 0 auto;
}
.progresivo-register-modal-block-bottom h3 {
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: rgba(31, 31, 31, 1);
    margin-top: 0;
    margin-bottom: 12px;
}
.progresivo-register-modal-block-bottom p {
    display: flex;
    flex-direction: column;
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(113, 113, 113, 1);
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.progresivo-register-modal-block-bottom p .modal-email {
    font-weight: 500;
    color: rgba(226, 101, 48, 1);
}
.progresivo-register-modal-block-bottom .modal-resend-block p {
    flex-direction: row;
    justify-content: center;
    color: rgba(31, 31, 31, 1);
    gap: 5px;
    font-size: 16px;
}
.progresivo-register-modal-block-bottom .modal-resend-block p span {
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(226, 101, 48, 1);
}
.progresivo-register-modal-block-bottom #resend.active {
    cursor: pointer;
}
.progresivo-register-modal-block-bottom .modal-line {
    width: 100%;
    height: 1px;
    background: rgba(233, 233, 233, 1);
    margin: 24px 0px;
}
.progresivo-register-modal-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -42px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginForm .signup-form-submit {
    margin-top: 20px;
}
.remember-forgot-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.forgot-block a {
    font-family: 'Urbanist';
    font-weight: 700;
    color: rgba(226, 101, 48, 1);
    font-size: 14px;
    text-decoration: underline;
    transition: all 0.25s;
}
.forgot-block a:hover {
    color: rgba(31, 31, 31, 1);
    transition: all 0.25s;
}
.remember-me-block span {
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(31, 31, 31, 1);
    font-size: 14px;
}
.remember-me-block {
    position: relative;
}
.remember-me-block input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.remember-me-block label {
    margin: 0;
    padding-left: 25px;
    cursor: pointer;
}
.remember-me-block label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: solid 1px rgba(233, 233, 233, 1);
    position: absolute;
    border-radius: 3px;
    left: 0;
}
.remember-me-block label:hover:before {
    background: rgba(226, 101, 48, 1);
    border-color: rgba(226, 101, 48, 1);
}
.remember-me-block.active label:before {
    background: rgba(226, 101, 48, 1);
    border-color: rgba(226, 101, 48, 1);
}
.remember-me-block svg {
    position: absolute;
    left: 4px;
    top: 5px;
}
.remember-me-block svg path {
    stroke: #fff;
}
.remember-me-block.active svg, .remember-me-block label:hover svg {
    display: inline-block!important;
}
/*
Forgot
 */
.back a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.progresivo-forgot-section .back a {
    font-family: 'Urbanist';
    text-decoration: none;
    font-weight: 500;
    color: rgba(31, 31, 31, 1);
    font-size: 18px;
    transition: all 0.25s;
}
.progresivo-forgot-section .back a:hover {
    font-family: 'Urbanist';
    font-weight: 600;
    color: rgba(31, 31, 31, 1);
    transition: all 0.25s;
}
.recovery-section {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.recovery-block {
    background: rgba(250, 250, 250, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 12px;
    padding: 24px 18px 24px 18px;
    transition: all 0.25s;
}
.recovery-block:hover {
    background: rgba(226, 101, 48, 1);
    transition: all 0.25s;
}
.recovery-block:hover .recovery-text span {
    color: rgba(31, 31, 31, 1);
    transition: all 0.25s;
}
.recovery-block:hover .left-r svg path {
    stroke: rgba(31, 31, 31, 1);
}
.recovery-block .left-r {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.recovery-text p {
    font-family: 'Urbanist';
    font-weight: 600;
    color: rgba(31, 31, 31, 1);
    font-size: 16px;
}
.recovery-text span {
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(113, 113, 113, 1);
    font-size: 16px;
    transition: all 0.25s;
}
.recovery-section-bottom {
    margin-top: 20px;
    text-align: center;
}
.recovery-section-bottom p {
    font-family: 'Urbanist';
    font-weight: 500;
    color: rgba(113, 113, 113, 1);
    font-size: 16px;
}
.recovery-section-bottom a {
    font-family: 'Urbanist';
    font-weight: 700;
    color: rgba(226, 101, 48, 1);
    text-decoration: underline;
    font-size: 16px;
    transition: all 0.25s;
}
.recovery-section-bottom a:hover {
    color: rgba(31, 31, 31, 1);
    transition: all 0.25s;
}
/*
Forgot section
 */
#progresivo-signup-section #recoveryForm {
    margin-top: 20px;
}
#progresivo-signup-section .form-group.five-input .input-label {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}
#progresivo-signup-section .form-group.five-input .input-label input {
    text-align: center;
}
#progresivo-signup-section .code-recovery-text,
#progresivo-signup-section .newpassword-recovery-text {
    margin-bottom: 20px;
}
#progresivo-signup-section .code-recovery-text span {
    color: rgba(226, 101, 48, 1);
}
#progresivo-signup-section .code-recovery-icons {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
#progresivo-signup-section .code-recovery-icons svg:last-child {
    position: relative;
    top: 20px;
}
#progresivo-signup-section #code-resend {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 16px;
    color: rgba(226, 101, 48, 1);
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.25s;
}
#progresivo-signup-section .newpassword-logo {
    margin: 0 auto;
    margin-bottom: 114px;
}
#progresivo-signup-section .newpassword-logo {
    display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .progresivo-signup-image {
        display: none;
    }
    #progresivo-signup-section {
        height: auto;
        overflow: auto;
        min-height: 100vh;
        background: #fff;
    }
    .progresivo-signup-container {
        padding: 0;
        width: 100%;
    }
    .progresivo-signup-forms {
        padding: 20px 16px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        border-radius: 0px;
    }
    .signup-block-button {
        margin: 32px 0px;
        display: flex!important;
        flex-direction: row;
        gap: 12px;
        justify-content: space-between;
    }
    .signup-top-btn {
        padding: 6px 18px;
        border: solid 1px rgba(233, 233, 233, 1);
        border-radius: 100px;
        color: rgba(113, 113, 113, 1);
        font-size: 16px;
        font-family: 'Urbanist';
        font-weight: 500;
        cursor: pointer;
        text-decoration: none!important;
        width: calc(50% - 0px);
        text-align: center;
        transition: all 0.25s;
    }
    .signup-top-btn.active, .signup-top-btn:hover {
        border: solid 1px rgba(230, 255, 149, 1);
        background: rgba(230, 255, 149, 1);
        color: rgba(31, 31, 31, 1);
        text-decoration: none!important;
        transition: all 0.25s;
    }
    .signup-title {
        padding: 0;
    }
    .signup-title h1 {
        font-size: 24px;
    }
    .signup-title p {
        font-size: 16px;
    }
    #progresivo-signup-section .form-group.two-input {
        flex-direction: column;
    }
    .signup-pass-check-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .progresivo-forgot-section .signup-logo {
        display: flex !important;
        justify-content: center;
        margin-bottom: 32px;
    }
    .back-to-login {
        margin-bottom: 32px;
        display: block !important;
    }
    .progresivo-register-modal-block {
        width: 92%;
        height: auto;
        border-radius: 36px;
    }
    .progresivo-register-modal-block-bottom h3 {
        font-size: 24px;
    }
    .progresivo-register-modal-block-bottom p {
        font-size: 16px;
    }
    .progresivo-register-modal-block-bottom .modal-resend-block p {
        font-size: 14px;
    }
    .progresivo-register-modal-block-bottom {
        width: 100%;
    }
    .progresivo-register-modal-close {
        top: 16px;
        right: 16px;
    }
    #progresivo-signup-section .form-group.five-input .input-label {
        gap: 4px;
    }
    .progresivo-forgot-section .signup-title .newpassword-logo {
        display: none;
    }
    .progresivo-register-modal-block-bottom .modal-line {
        margin: 16px 0px;
    }
}
@media only screen and (min-width : 1024px) and (max-width : 1280px) {
    .progresivo-signup-container {
        width: 100%;
        padding: 20px 0 20px 0px;
    }
    .progresivo-signup-image.progresivo-signup-block {
        display: none;
    }
    .progresivo-signup-block {
        width: 70%;
        padding: 20px 80px;
    }
    .progresivo-signup-wrapper {
        justify-content: center;
    }
    .signup-title {
        padding-top: 20px;
    }
    .signup-google-section {
        margin: 8px 0 8px 0px;
    }
    .signup-or-line {
        margin: 8px 0;
    }
    #progresivo-signup-section .form-group {
        margin-bottom: 10px;
    }
    .signup-form-submit {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .signup-bottom {
        padding-top: 10px;
    }
    .signup-title h1 {
        font-size: 28px;
    }
    /**/
    #progresivo-signup-section {
        height: 100%;
        overflow-y: auto;
    }
    .progresivo-signup-container {
        height: auto;
    }
    .progresivo-signup-image.progresivo-signup-block {
        padding: 0;
    }
}
@media only screen and (min-width : 1366px) and (max-width : 1440px) {
    .progresivo-signup-container {
        width: 100%;
        padding: 20px 0 20px 0px;
    }
    .progresivo-signup-block {
        width: 45%;
    }
    .progresivo-signup-wrapper {
        justify-content: space-around;
    }
    .signup-title {
        padding-top: 20px;
    }
    .signup-google-section {
        margin: 8px 0 8px 0px;
    }
    .signup-or-line {
        margin: 8px 0;
    }
    #progresivo-signup-section .form-group {
        margin-bottom: 10px;
    }
    .signup-form-submit {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .signup-bottom {
        padding-top: 10px;
    }
    .signup-title h1 {
        font-size: 28px;
    }
    .progresivo-signup-block {
        padding: 20px 60px;
    }
    /**/
    #progresivo-signup-section {
        height: 100%;
        overflow-y: auto;
    }
    .progresivo-signup-container {
        height: auto;
    }
    .progresivo-signup-image.progresivo-signup-block {
        padding: 0;
    }
}
@media only screen and (min-width : 1536px) and (max-width : 1600px) {
    .progresivo-signup-block {
        padding: 0px 60px;
    }
    .progresivo-signup-block {
        width: 45%;
    }
    .progresivo-signup-wrapper {
        justify-content: space-around;
    }
    .signup-title {
        padding-top: 20px;
    }
    .signup-google-section {
        margin: 8px 0 8px 0px;
    }
    .signup-or-line {
        margin: 8px 0;
    }
    #progresivo-signup-section .form-group {
        margin-bottom: 10px;
    }
    .signup-form-submit {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .signup-bottom {
        padding-top: 10px;
    }
    .signup-title h1 {
        font-size: 28px;
    }
    .progresivo-signup-block {
        padding: 20px 60px;
    }
    /**/
    #progresivo-signup-section {
        height: 100%;
        overflow-y: auto;
    }
    .progresivo-signup-container {
        height: auto;
    }
    .progresivo-signup-image.progresivo-signup-block {
        padding: 0;
    }
}
@media only screen and (min-width : 1680px) and (max-width : 1919px) {
    /**/
    #progresivo-signup-section {
        height: 100%;
        overflow-y: auto;
    }
    .progresivo-signup-container {
        height: auto;
    }
    .progresivo-signup-image.progresivo-signup-block {
        padding: 0;
    }
    .progresivo-signup-block {
        padding: 20px 60px;
    }
    #progresivo-signup-section .form-group {
        margin-bottom: 10px;
    }
    .signup-form-submit {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .signup-bottom {
        padding-top: 10px;
    }
}