
	body{
		font-family: 'Nunito Sans', sans-serif;
		/*font-family: 'Nunito', sans-serif;*/
		font-weight:400;
		color: #333333;
		font-size:13px;
		margin: 0 auto;
		background:#fff;
	}

	ul,li{ list-style:none; margin:0; padding:0;}

	a,a:hover,a:focus{ text-decoration:none; outline:0;}

	button{ border:none;}

	button,input, select, textarea{outline:0;}

	/*----------  LOGIN PAGE --------*/

   	.login_bg{
		/* background: url(../images/login_bg.png)no-repeat; */
		height: 100%;
		position: absolute;
		background-size: 100% 100%;
	}

	.login_left_sec {
		margin-left: 10%;
		padding-top: 13%;
	}
	.login_left_sec .page_head{
		color: #fff;
	}

	.overview{
		font-size: 30px;
		font-weight: 400;
		line-height: 1.3;
		color: #fff;
		margin-top: 40px;
	}

	.powerdby_wrp{
		position: absolute;
    	bottom: 15%;
		left: 25%;
    	transform: translateX(-50%);
	}

	.powerdby_wrp .title{
		font-size: 14px;
		color: #fff;
		font-weight: 200;
		display: block;
		line-height: 1;
	}

	.login_right_sec{
		position:absolute;
		right:0;
		height:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* .login_form_container{
		width:55%;
		margin: 0 auto;
		padding-top:13%;
	} */
    .new_button{
		margin-left:236px;
		background: 1px solid #d4d4d4;
    }
	.form_wrp{}

	.page_head{
		/* font-family: 'Segoe UI Variable'; */
		font-size: 50px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: -1px;
		text-align: left;
		color: #4272A7;
	}

	.form_wrp .input_wrp {
		position: relative;
		margin-top: 20px;
		font-family: 'Nunito Sans', sans-serif;
	}

	.form_wrp .input_label {
		color: #999;
		font-size: 14px;
		font-weight: normal;
		position: absolute;
		pointer-events: none;
		left: 20px;
		top: 18px;
		transition: 0.2s ease all;
	}

	.form_wrp .textbox {
		width: 100%;
		border: 1px solid #E9E9E9;
		padding: 5px 0px;
		color: #333333;
		font-size: 14px;
		line-height: 25px;
		background: none;
		border-radius: 10px;
		padding: 10px 20px;
	}

	.form_wrp .textbox::placeholder {
		color: #4272A7;
	}

	.form_wrp .textbox:focus {
		border: 1px solid #6499FF;
	}
	.form_wrp .textbox:focus::placeholder {
		color: transparent;
	}

	.form_wrp .floating_label {
		position: absolute;
		pointer-events: none;
		left: 20px;
		top: 30px;
		transition: all 0.3s ease;
		color: #4272A7;
		opacity: 0;
	}

	.form_wrp .floating_label span {
		background-color: white;
		padding: 0px 10px
	}

	.required_bg{
		color: #cc3333;
		position: absolute;
		top: 19px;
		right: 0;
		font-size: 20px;
	}

	.textbox:focus ~ .floating_label {
	  top: 6px;
	  font-size:12px;
		opacity: 1;
	}

	.textbox:not(:focus):valid ~ .floating_label {
		top: 30px;
		opacity: 0;
	}

	.textbox:focus ~ .required_bg,
	.textbox:not(:focus):invalid ~ .required_bg {
	 display:none;
	}

	/* .form_footer{padding-top: 35px;} */

	.form_footer a{color: #4272A7;}

	.acc_submit_btn{
		/* font-family: 'Segoe UI Variable'; */
		font-size: 16px;
		font-weight: 600;
		background: #4272A7;
		color: #fff;
		outline: 0;
		border: none;
		padding: 10px 20px;
		border-radius: 10px;
		width: 100%;
		margin: 20px 0 0 0;
	}

	.login_footer{
		bottom: 20px;
		position: absolute;
		width: calc(100% - 20px);
		font-size: 12px;
    	color: #666666;
	}

	/*----------  LOGIN PAGE --------*/
	.pwd_note{
		line-height: 25px;
    	text-align: justify;
	}

	.login_left_main_wrp {
		height: 100%;
	}

	.bg_image_sec {
		position: relative;
		background-image: url(../images/login_bg1.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		padding: 40px 60px;
	}

	.login_text_sec {
		/* position: absolute; */
		background: linear-gradient(218.31deg, #044B6E 0%, #4374AA 65.46%, #4E8ECE 100%);
		width: 100%;
		height: 100%;
		border-radius: 0 0px 49% 0px;
	}

	.page_subhead, .fp_head, .es_head {
		/* font-family: 'Segoe UI Variable'; */
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		text-align: left;
		color: #4272A7;
	}

	.page_head .tail{
		font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
	}

	.fp_head, .es_head {
		/* font-family: 'Segoe UI Variable'; */
		font-weight: 600;
		text-align: center;
	}

	.page_subtext, .fp_subtext, .es_subtext {
		/* font-family: 'Segoe UI Variable'; */
		font-size: 18px;
		font-weight: 400;
		color: #000;
		margin-top: 8px;
		margin-bottom: 25px;
	}
	.page_subtext .ai{
		color: #4272A7;
		font-weight: 700;
	}

	.fp_subtext, .es_subtext {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.es_subtext {
		text-align: center;
	}

	.form_footer button {
		/* font-family: 'Segoe UI Variable'; */
		padding: 0;
		text-align: right;
		width: 100%;
		margin-top: 15px;
		outline: 0 !important;
		border: none !important;
		box-shadow: none !important;
		color: #4272A7 !important;
		text-decoration: none !important;
	}

	.login_form_wrp {
		
	}

	.forgot_password_wrp {
		display: none;
	}

	.email_sent_wrp {
		display: none;
	}

	.fp_img_wrp, .es_img_wrp {
		position: relative;
		height: 100px;
	}

	.mail_img, .es_mail_img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		height: 100px;
	}

	.mail_img::before, .es_mail_img::before {
		position: absolute;
		content: '';
		background-image: url('../images/EnvelopeOpen.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.send_img, .es_sent_img {
		position: absolute;
		left: 60%;
		bottom: -10px;
		transform: translateX(-50%);
		width: 50px;
		height: 50px;
	}

	.send_img::before {
		position: absolute;
		content: '';
		background-image: url('../images/send.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.es_sent_img::before {
		position: absolute;
		content: '';
		background-image: url('../images/sent.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.link_remember_pwd, .link_forgot_pwd {
		/* font-family: 'Segoe UI Variable'; */
		display: block;
		width: 100%;
		text-align: right;
		font-size: 16px;
		font-weight: 400;
		color: #4272A7 !important;
		margin-top: 10px;
		cursor: pointer;
	}

	.link_remember_pwd span{
		/* font-family: 'Segoe UI Variable'; */
		font-size: 16px;
		font-weight: 700;
	}

	.fp_submit {
		font-size: 16px;
		font-weight: 600;
		background: #4272A7 !important;
		color: #fff;
		outline: 0;
		border: none;
		padding: 10px 20px;
		border-radius: 10px;
		width: 100%;
		margin: 20px 0 0 0;
	}

	.login_link {
		display: block;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		background: #4272A7 !important;
		color: #fff;
		outline: 0;
		border: none;
		padding: 10px 20px;
		border-radius: 10px;
		width: 100%;
		margin: 40px 0 0 0;
	}
