.new_login_bg{
  background: url(../img/img_background.png) no-repeat; 
  padding: 0vw 0;
    z-index: 0;
    height: 620px;
    background-size: cover;
}    

.partner_namastecredit{
	padding: 80px;
	margin-left: 50px;
}

.h3_tag_partner_namastecredit{
	padding-top: 50px;
	color: #555;
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: 5px;
}

.horizontal_line{
	border: 2px solid #090;width: 43%;border-radius: 15px;margin-bottom: 15px;
}

.reg_details{
	color: #555;font-size: 16px;line-height: 35px;
}

.borrower_details_alignment{
	margin-top: 115px;width: 500px;
}

.terms_and_condition_checkbox{
	text-align: center;letter-spacing: 3px;font-size: 17px;
}

.already_have_account{
	letter-spacing: 1px;font-size: 17px;
}

.modal_width{
	width: 415px;
	border-radius: 15px !important;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 770px) { 
	img#image_hide{
		display: none;
	}
	.modal_size{
		width: 280px;
	}
	.forgot_password{
		display: flex;
		justify-content: flex-start;
	}
	.resend_activation{
		display: flex;
		justify-content: flex-end;
		margin-top: -21px;
	}
}


