.w-full {
    display: block;
    width: 100%;
}

.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #00ad5f;
}

.txt3 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #00ad5f;
    text-transform: uppercase;
}

/*==================================================================
[ Size ]*/
.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.home {
    background-image: url(/img/index_bg.png);
    background-size: cover;
    background-color: var(--main_page_background);
}

.home #main-footer {
    background-color: transparent !important;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 30px;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: calc(100vh - 400px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
}

.signup-page .container-login100 {

    min-height: calc(100vh - 200px);
}

.wrap-login100 {
    border-radius: var(--card_border_radius);
    width: 780px;
    background: var(--common_page_background);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    box-shadow: 0 5px 15px rgba(0,0,0,.35);
}

.wrap-login100 .standard-page {
    width: 100%;
}

.wrap-login100 .opt-in {
    width: 100%;
}

/*==================================================================
[ login more ]*/
.login100-more {
    width: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url('/img/3.jpg');
}

.signup-page .login100-more {
    width: 50%;
}

.login100-more .login100_content {
    word-break: break-word;
    color: #fff;
    align-items: center;
    height: 100%;
    position: absolute;
    padding: 30px 40px;
    font-family: Lato,sans-serif;
    top: 0;
}

.login100_content h1 {
    font-size: 36px;
    margin-top: 0;
    font-weight: 800;
}

.login100_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}



/*==================================================================
[ Form ]*/

.login100-form {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 45px 40px 45px;
}

.signup-page .login100-form {
    width: 50%;
}

.login100-form-title {
    font-size: 20px;
    color: var(--text_title);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 180px;
}

#signup-form .login100-form-title {
    padding-bottom: 100px;
}

.login100-form p {

    width: 100%;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .login100-form {
        width: 60%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        width: 100%;
    }

    .signup-page .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }

    .login100-form-title {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}


/* */

.wrap-landing-info-container {

    width: 100%;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    margin: 40px 0 70px 0;
}

/* Auth redesign */

.auth-screen {
    min-height: calc(100vh - 250px);
    padding: 34px 18px 24px;
}

.auth-card {
    width: min(1040px, calc(100vw - 36px));
    min-height: 620px;
    border-radius: 8px;
    background: var(--common_page_background);
    box-shadow: 0 20px 55px rgba(18, 24, 33, 0.18);
    border: 1px solid rgba(124, 135, 154, 0.22);
    overflow: hidden;
}

.auth-signup-card {
    min-height: 720px;
}

.auth-form-panel {
    width: 46%;
    align-content: center;
    gap: 14px;
    padding: 46px 52px;
}

.signup-page .auth-form-panel {
    width: 52%;
    padding: 36px 46px;
}

.auth-kicker {
    width: 100%;
    color: var(--text_link);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.auth-title {
    padding: 0;
    margin: 0;
    color: var(--text_title);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
    text-align: left;
    text-transform: none;
}

.auth-subtitle {
    width: 100%;
    margin: -4px 0 8px;
    color: var(--text_sub_title);
    font-size: 14px;
    line-height: 1.6;
}

.auth-field {
    position: relative;
    width: 100%;
}

.auth-field-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    color: var(--text_sub_title);
    text-align: center;
    line-height: 20px;
}

.auth-field input {
    width: 100%;
    height: 50px;
    margin: 0;
    padding-left: 48px;
    border: 1px solid rgba(124, 135, 154, 0.34);
    border-radius: 8px;
    background: rgba(124, 135, 154, 0.06);
    color: var(--text_title);
    font-size: 15px;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.auth-field input:focus {
    border-color: var(--text_link);
    background: var(--common_page_background);
    box-shadow: 0 0 0 4px rgba(35, 137, 255, 0.12);
}

.auth-field-small input {
    height: 46px;
}

.auth-form-panel .alert {
    width: 100%;
    margin: 0 0 4px;
    border-radius: 8px;
}

.auth-form-panel .login-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
}

.auth-form-panel .submit-button {
    min-width: 148px;
    height: 46px;
    border-radius: 8px;
    font-weight: 800;
}

.auth-form-panel .button.link {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
    text-align: right;
}

.auth-switch {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid rgba(124, 135, 154, 0.18);
    color: var(--text_sub_title);
    font-size: 14px;
}

.auth-switch a {
    font-weight: 800;
}

.auth-visual-panel {
    width: 54%;
    min-height: 620px;
    background-image: linear-gradient(145deg, rgba(20, 28, 39, 0.74), rgba(8, 16, 28, 0.34)), url('/img/3.jpg');
    background-position: center;
}

.signup-page .auth-visual-panel {
    width: 48%;
    min-height: 720px;
    background-image: linear-gradient(145deg, rgba(102, 22, 34, 0.74), rgba(19, 34, 43, 0.44)), url('/img/index_bg.png');
}

.auth-visual-panel::before {
    background: transparent;
}

.auth-visual-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px;
}

.auth-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.auth-visual-content h1 {
    max-width: 430px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
}

.auth-visual-content p {
    max-width: 460px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.6;
}

.auth-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.auth-stats span {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.auth-form-panel .opt-in {
    margin: 2px 0;
    color: var(--text_sub_title);
    font-size: 13px;
    line-height: 1.45;
}

.auth-form-panel .opt-in label {
    margin: 0;
}

@media (max-width: 992px) {

    .auth-card,
    .auth-signup-card {
        min-height: 0;
    }

    .auth-form-panel,
    .signup-page .auth-form-panel {
        width: 56%;
        padding: 36px 30px;
    }

    .auth-visual-panel,
    .signup-page .auth-visual-panel {
        width: 44%;
        min-height: 620px;
    }

    .auth-visual-content {
        padding: 32px;
    }

    .auth-visual-content h1 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {

    .auth-screen {
        padding: 18px 12px;
    }

    .auth-card {
        width: 100%;
        flex-direction: column;
    }

    .auth-form-panel,
    .signup-page .auth-form-panel {
        width: 100%;
        padding: 32px 22px;
    }

    .auth-visual-panel,
    .signup-page .auth-visual-panel {
        order: -1;
        width: 100%;
        min-height: 250px;
    }

    .auth-visual-content {
        position: relative;
        padding: 28px 24px;
    }

    .auth-visual-content h1 {
        font-size: 30px;
    }

    .auth-form-panel .login-button {
        align-items: stretch;
        flex-direction: column;
    }

    .auth-form-panel .button.link {
        margin-left: 0;
        text-align: left;
    }
}

.wrap-landing-info {

    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 10px #666;
    width: 780px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wrap-landing-info-container.explore-promo {

    margin-top: 70px;
    margin-bottom: 20px;
}

.explore-promo .wrap-landing-info{

    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 500;
}

.explore-promo .button {

    font-weight: 500;
    font-size: 18px;
    box-shadow: 1px 1px 1px #5d9d54;
}
