* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
@media (min-width: 991px) {
	.height-100 {
		height: 100vh;
	}
}
.bizz-account-box-lft {
	background-image: url(../img/create-account-bg-left.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.w-auto {
	width: max-content !important;
	display: inline-block;
}
.bizz-account-logo {
	position: relative;
	display: block;
	width: 12vw;
	margin-bottom: 1vw;
}
.bizz-account-left-title {
	position: relative;
	display: block;
	font-size: 2.5vw;
	font-weight: 600;
	margin-bottom: 1vw;
}
.bizz-account-left-txt {
	position: relative;
	display: block;
	font-size: 1.3vw;
	margin-bottom: 1vw;
}
.bizz-account-left-btn {
	position: relative;
	display: block;
	background: #DC2727;
	padding: 0.8vw 5vw;
	font-size: 1.3vw;
}

.bizz-account-box-right {
	background: #FAF9F9;
}
.bizz-account-right-title {
	font-size: 4vw;
	color: #DB4335;
	font-weight: 600;
	margin-bottom: 2vw;
}
.social-login-btn {
	position: relative;
	display: inline-block;
	width: 5vw;
	margin-bottom: 2vw;
}
.social-login-btn img {
	width: 100%;
}
.bizz-account-right-txt {
	position: relative;
	display: block;
	font-size: 1.3vw;
	margin-bottom: 2vw;
	color: #B6B6B6;
}
.bizzz-form-field {
	position: relative;
	width: 100%;
}
.bizzz-form-field .form-control {
	position: relative;
	display: block;
	border: 1px solid #D6D9DB;
	background: #F6F6F6;
	padding: 1vw 2vw 1vw 3vw;
	border-radius: 0.625vw !important;
	font-size: 1.3vw;
	margin-bottom: 1.5vw;
}
.bizzz-form-field .form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: #D6D9DB;
}
.bizzz-form-field .input-group-prepend {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
}
.bizzz-form-field .input-group-text {
	border: 0;
	background: transparent;
	padding: 0.8vw;
}
.bizzz-form-field .input-group-text img {
	margin-bottom: 1vw;
    position: relative;
    display: block;
    bottom: -0.6vw;
    width: 1.3vw !important;
}
.bizz-account-form-btn {
	position: relative;
	display: block;
	background: #DC2727;
	padding: 0.8vw 3vw;
	font-size: 1.3vw;
}
a.forget-link {
    font-size: 1.5625vw;
    font-weight: 500;
    line-height: 1.864375vw;
    color: #AE1111;
    border-bottom: 2px solid currentColor;
    text-decoration: none;
    margin-bottom: 4.625vw;
    position: relative;
    display: inline-block;
    margin-top: 2.0625vw;
}

@media (max-width: 991px){
    .height-100 {
    	height: auto;
    }
	.bizz-account-box-lft {
		padding: 45px 0px 28px;
    }
    .bizz-account-left-txt{
    	display: none;
    }
    .bizz-account-box-right{
    	padding: 35px;
    	overflow: hidden;
    }
    .bizz-account-logo {
    	width: 92px;
    	margin-bottom: 15px;
    }
    .bizz-account-left-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.bizz-account-left-btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 9px 55px 12px;
}
.zee-sign {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 9px 34px 12px;
}
.bizz-account-right-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 21px;
}
.social-login-btn {
    margin-bottom: 12px;
    width: 52px;
}
.bizz-account-right-txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 25px;
}
.col-6 {
    width: 80%;
}
.bizzz-form-field .form-control{
	height: 37.04px;
	padding: 13px 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	margin-bottom: 12px;
	border-radius: 10px !important;
}
.bizzz-form-field .input-group-text img {
    margin-bottom: 0px;
    bottom: -9px;
    width: 11.43px !important;
    left: 4px;
}
.bizz-account-form-btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    padding: 12px 32px;
    margin-top: 25px;
}
a.forget-link {
    font-size: 14px;
    line-height: 16.71px;
    margin-bottom: 10px;
    margin-top: 22px;
}
}