div.signup-form-part.registration-page{
		box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    border-radius: 25px;
	}
	.regi_form_left{
		padding: 50px;
	}
	.reg-img{
		position: relative;
		height: 100%
	}
	.reg-img:before{
		position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    border-radius: 0 15px 15px 0;
	}
	.reg-img img{
		width: 100%;
    height: 100%;
	max-width:100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
    box-shadow: rgb(179 179 179) 0px 2px 8px;
	padding:0;
	}
	.reg-img .reg-img-text{
		width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    right: auto;
    left: auto;
    /* color: #fff; */
    background: rgb(240 248 255 / 75%);
    padding: 10px 0;
    border-radius: 0 0px 15px 0;
	}