.auth-left-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 72px);
    position: relative;
    z-index: 0;
}

.site-content {
    min-height: calc(100vh - 72px);
}

.auth-left-img img {

    max-width: 100%;
    width: 550px;
}

.authentication-wrapper {
    background: #fff;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.authentication-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #1e2b3b;
}

.authentication-data-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 72px);
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 50% 0 0 50%;
    padding: 0;
    z-index: 0;
    border-left: 3px solid #e6b325;
    overflow: hidden;
    overflow-y: auto;
}

.authentication-data-wrapper .authent-width {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
}

.authentication-data-wrapper .authent-width .auth-inner {
    height: 100%;
}

.authentication-data-wrapper .authent-width::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}


.authen-head {
    text-align: center;
    color: #1F2E44;
    width: 100%;
    margin: 15px 0;
}

.authen-body {
    padding: 5px;
    width: 100%;
}

.authen-head .auth-title {
    max-width: 90px;
    width: 100%;
    display: none;
    margin: 0 auto 0;
}

.authen-head .auth-title img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.authen-head .auth-title h4 {
    font-size: 28px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-form .form-group {
    position: relative;
    margin-bottom: 24px;
}

.custom-form .form-group .form-control,
.custom-form .form-select {
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
    border: 0;
    height: 49px;
    padding: 12px 43px 12px 20px;
    width: 100%;
    line-height: 20px;
}


.custom-form .form-group .form-control::placeholder {
    color: #6C7785;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-form .form-group .input-ic {
    position: absolute;
    right: 12px;
    top: 12px;
}

.link {
    color: #E6B325;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link:hover {
    color: #1F2E44;
}

.signup-text {
    color: #1F2E44;
    font-size: 14px;
    font-weight: 500;
}

.signup_wrapper .authentication-data-wrapper {
    padding: 0px 120px;
}

@media (max-width:1600px) {
    .auth-left-img img {
        width: 400px;
    }

}

@media (max-width:1440px) {
    .authentication-data-wrapper {
        padding: 20px 0;
        border-radius: 0;
    }

    .authentication-data-wrapper .authent-width {
        padding: 0;
    }

    .authen-head {
        margin: 15px 0 10px;
    }

    html[dir="rtl"] .authentication-data-wrapper {
       
        border-radius:0;
    }
    
    .signup_wrapper .authentication-data-wrapper {
		padding: 30px 30px;
	}
    
}

@media (max-width:1200px) {
    .signup_wrapper .authentication-data-wrapper {
        padding: 30px 50px;
    }
}


@media (max-width: 991px) {
    .authentication-right-wrapper {
        width: 100%;
        float: none;
    }

    .authentication-data-wrapper {
        border-radius: 0;
        padding: 0;
        border: 0;
    }

    .signup_wrapper .authentication-data-wrapper {
        padding: 0px 30px;
    }

    .authentication-data-wrapper .authent-width {
        height: 100%;
        padding: 30px 0 80px;
    }

    .auth-left-img {
        display: none;
    }

}
