/* ============ signin css ============= */
.auth-row {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.auth-cover-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    position: relative;
    z-index: 1;
    height: 100%;
}

@media (max-width: 767px) {
    .auth-cover-wrapper {
        padding: 30px 20px;
    }
}

.auth-cover-wrapper .auth-cover .title {
    text-align: cover;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .auth-cover-wrapper .auth-cover .title h1 {
        font-size: 24px;
    }
}

.auth-cover-wrapper .auth-cover .cover-image {
    max-width: 100%;
    margin: auto;
}

.auth-cover-wrapper .auth-cover .cover-image img {
    width: 100%;
}

.auth-cover-wrapper .auth-cover .shape-image {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 5%;
}

.signin-wrapper {
    /* background: #fff; */
    background: transparent;
    padding: 60px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .signin-wrapper {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .signin-wrapper {
        padding: 30px;
    }
}

.signin-wrapper .form-wrapper {
    width: 100%;
}

.signin-wrapper .singin-option button {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .signin-wrapper .singin-option button {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .signin-wrapper .singin-option button {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .signin-wrapper .singin-option button {
        width: 100%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
    .signin-wrapper .singin-option button {
        width: auto;
    }
}

.signin-wrapper .singin-option a:hover {
    text-decoration: underline;
}

/* ============ signup css ============= */
.auth-row {
    /* background: #fff; */
    background: transparent;
    border-radius: 4px;
    overflow: hidden;
}

.auth-cover-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    position: relative;
    z-index: 1;
    height: 100%;
}

@media (max-width: 767px) {
    .auth-cover-wrapper {
        padding: 30px 20px;
    }
}

.auth-cover-wrapper .auth-cover .title {
    text-align: cover;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .auth-cover-wrapper .auth-cover .title h1 {
        font-size: 24px;
    }
}

.auth-cover-wrapper .auth-cover .cover-image {
    max-width: 100%;
    margin: auto;
}

.auth-cover-wrapper .auth-cover .cover-image img {
    width: 100%;
}

.auth-cover-wrapper .auth-cover .shape-image {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 5%;
}

.signup-wrapper {
    /* background: #fff; */
    background: transparent;
    padding: 60px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .signup-wrapper {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .signup-wrapper {
        padding: 30px;
    }
}

.signup-wrapper .form-wrapper {
    width: 100%;
}

.signup-wrapper .singup-option button {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .signup-wrapper .singup-option button {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .signup-wrapper .singup-option button {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .signup-wrapper .singup-option button {
        width: 100%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
    .signup-wrapper .singup-option button {
        width: auto;
    }
}

.signup-wrapper .singup-option a:hover {
    text-decoration: underline;
}




/* #horang2web_landingpage_signing {
    background: url('../../img/sunset-6226244_1920.jpg');
    background-size: cover;
}
#horang2web_landingpage_signing .modal-content {
    background: transparent !important;
} */

#horang2web_landingpage_signing {
    /* background: transparent !important; */
    background: #00000039 !important;
}
#horang2web_landingpage_signing .modal-content {
    background: url('../../img/sunset-6226244_1920.jpg');
    background-size: cover;
    isolation: isolate;
    /* left: 50%; */
    /* top: 25%; */
}
#horang2web_landingpage_signing .modal-content::after {
    content: '';
    position: absolute;
    background: #000000;
    z-index: -1;
    inset: 0;
    opacity: 0.3;
}