@charset "utf-8";
/* CSS Document */
.signup-page{
	display:flex;
	width:100%;
	min-height:100vh;
	align-items:center;
}


.registerpage-container{
	max-width:960px;
	margin:40px auto auto;
	min-height:540px;
	box-shadow : 2px 2px 2px 2px #cccccc7a;
}
.page-header-strip{
	display:flex;
	height:60px;
	background:#e2e2e2;
	align-items:center;
	position:relative;
}
.page-header-strip.without-title{
	background:#fff;
}


.page-header-strip .logo-cnt{
	position:absolute;
	top:-65px;left: -3px;
	z-index:22;	
}
.page-header-strip .page-title{
	padding-left:370px;
}
.page-header-strip .page-title h1{
	color:#555555;
	font-size:var(--font14);
	font-weight:var(--font-weight-regular);
	margin:0;	
}
.page-header-strip .page-title h1 span{
	font-size:var(--font20);
	font-weight:var(--font-weight-medium);
	display:block	
}



.register-page-content{
	display: flex;
    justify-content: space-between;
    position: relative;	
	z-index:1;
	height:480px;
	background:#ffffff;
}
.register-page-content .register-left{
	width:350px;
	position:relative;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.register-page-content .register-left:before{
	position:absolute;
	content:'';
	width:350px;
	height:540px;
	top:-60px;
	left:0;
	background:url(../images/left-curve-bg.png) no-repeat 0 0;
	display:block;
	z-index:1;
}
.register-page-content .left-content{
	position:relative;
	z-index:22;
}

.left-content .user-name{
	margin:50px 30px;
	color:#fff;
	font-size:var(--font16);
}
.left-content .user-name strong{
	font-size:var(--font24);
	display:block
}
.left-content .side-btn{
	margin:50px 30px;
}



.register-page-content .left-content .side-text{
	padding:0 10px 0 30px;
	color:#ffffff;
	/*max-width:300px;*/
}
.register-page-content .left-content .side-text span{
	font-size:var(--font20);
}

.register-page-content .left-content .side-text h3,
.register-page-content .left-content .side-text strong{
	color:#FAFF16;
	font-size:var(--font20);
	font-weight:var(--font-weight-medium);
}

.register-page-content .register-right{
	width: calc(100% - 350px);
	padding:0 10px;
}
.register-page-content .register-right .register-form-wrapper{
	display:flex;
	flex-wrap:wrap;
	gap:0px 20px;
	padding:0 10px;

}
.register-page-content .register-right .form-cnt{
	height: calc(100% - 100px);
	padding:0;
}
.form-row{
	display:flex;
	flex-direction:column;
	margin:25px 0 20px;
}
.w-50{
	width:50%;
}
.register-form-wrapper .form-row.w-50{
	width:calc(50% - 10px) !important;
}
.form-input-cnt{
	display:flex;
	flex-direction:column;
}
.form-input-cnt input{
	width:100%;	
}
.mobile-input{
	display:flex;
	gap:0px;
	width:100%;
	flex-wrap:wrap;
}
.mobile-input input{
	text-indent:10px;
	width:calc(100% - 81px);
}
.country-code{
	min-width:80px;
	display:flex;
	gap:5px;
	align-items:center;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	height:39px;
}

.country-code input{
	width:40px;
	border-bottom:none
}
.float-label{
	position:relative;
	display:flex;
	flex-direction:column;
}
.float-label input,
.float-label select{
	position:relative;	
	transition: all .2s ease-in-out;
}
.float-label .input-label {
  position: absolute;
  top: 10px; 
  left: 0;
  text-align: left;
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  background: #fff;
  color: rgba(0,0,0,0.5);
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
  color:#999999;
  background: #fff;
    line-height: 20px;
    min-width: 100px;

}
.float-label label.error{
	position:absolute;
	color:red !important;
	display:block;
	font-size:var(--font11);
    bottom: -20px;
    margin: 0;
}


.float-label input:hover,
.float-label input:focus,
.float-label select:hover,
.float-label select:focaus { border-color:var(--primary-color)}


.float-label  input:focus + .input-label,
.float-label  input.valid:focus + .input-label,
.float-label  input.valid + .input-label,
.float-label  input.error:focus + .input-label,
.float-label  input.error + .input-label,
 .float-label  select:focus + .input-label,
.float-label  select.valid:focus + .input-label,
.float-label  select.valid + .input-label,
.float-label  select.error:focus + .input-label,
.float-label  select.error + .input-label{ 
  top: -15px;
  color: var(--primary-color);
  font-size:var(--font12);
}
.float-label label.mobile-label{
	left:90px
}
.note-info{
	font-size:var(--font12);
}
.register-text{
	font-size:var(--font14);
}
.btn-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	border-top: 1px solid #ddd;
}

.otp-cnt{
	text-align:center;
	max-width: 460px;
    margin: auto;
}
.otp-input-cnt{
	display:flex;
	gap:15px;	
	justify-content:center;
	margin:0 0 25px;
}
.otp-input-cnt input{
	width:60px;
	height:60px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	font-size:var(--font24);
	font-weight: var(--font-weight-semibold);
	text-align:center
}
.otp-icon{
	margin-bottom:30px;
}
.otp-cnt h3{
	font-size:var(--font20);
	margin:0 0 15px;
}
.otp-cnt p{
	font-size:var(--font14);
	margin-bottom:25px
}
.otp-cnt p strong{
	font-size:var(--font16);
}
.resend-otp-link,
.btn-link{
	background:none;
	border:none;
	color:var(--primary-color) !important;
	font-size:var(--font14);
	font-weight:var(--font-weight-medium);
}
.resend-otp-link:hover,
.btn-link:hover{
	color:#000000 !important;
	text-decoration:none
}

/* company select page */
.welcome-cnt{
	max-width:400px;
	margin:auto;
	text-align:center
}
.welcome-cnt h1{
	font-size:var(--font24);
	color:#000;
	font-weight:var(--font-weight-semibold);
	margin-bottom:60px;
}
.welcome-cnt h1 span{
	font-weight:var(--font-weight-regular);
}

ul.company-list{
	list-style-type:none;
	padding:0;
	margin:0 0 60px;
	text-align:left;
	max-height: 350px;
	overflow-y: auto;
}
ul.company-list li{
	margin-bottom:20px
}
ul.company-list li a{ 
 display:flex;
 padding:20px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, 0.10);
 flex-flow:column;
 background:url(../images/arrow-right.png) no-repeat right 20px center;
 font-size:var(--font20);
 color:var(--body-text-color);
 font-weight:var(--font-weight-medium);
}
ul.company-list li a.project-link {font-size:16px;}
ul.company-list li a span{
	font-size:var(--font12);
	font-weight:var(--font-weight-regular);
}
ul.company-list li a:hover{	
	border: 1px solid var(--primary-color);
	background:url(../images/arrow-right-blue.png) no-repeat right 20px center rgba(26, 115, 232, 0.10);
	text-decoration:none;
	color:var(--primary-color);
}
ul.company-list li a:hover span{
	color:var(--body-text-color);
}
.company-form-cnt{
	margin:20px 0 0 0;
	height:calc(100% - 20px);
}
.get-register-top{
	border-radius: 5px;
	border: 1px solid #B0D7FF;
	background: #E9F4FF;
	min-height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	color:#000000;
	margin-bottom:15px;
}
.option-cnt{
	display:flex;
	align-items:center;
	margin: 0 5px;
}
.option-cnt label{
	color:var(--body-text-color);
}
.label-title{
	text-transform:uppercase
}
input.gst-valid{
	background:url(../images/tick-circle-green.png) no-repeat right center	
}
.company-title{
	display: flex;
    width: 100%;
    padding: 10px 20px;
}

.company-title h2{
	font-size:var(--font16);
	font-weight:var(--font-weight-medium);
	color:#000000;	
	margin:0;
	line-height:22px;
}
.company-title h2 span{
	display:block;
	font-weight:var(--font-weight-regular);
	font-size:var(--font12);
	color:var(--body-text-color);
}
h4.form-sub-title{
	font-size:var(--font12);
	font-weight:var(--font-weight-medium);
	color:var(--body-text-color);
	margin:0;
	text-transform:uppercase;
}
	
input.date-input{
	background:url(../images/calendar.png) no-repeat right center
}

.verify_gstn{float: right; 
    position: absolute;
    right: 0;
    bottom: 25px;
    background: #ccc;
    padding: 3px;
    border-radius: 5px 5px;
    cursor: pointer;}

    .mobile-input input{ height:40px;}


.float-label label.error{width: 100%; left: 0; top:40px; line-height:normal}
.float-label input, .float-label select { background: #fff;}
.sign-out-link {color: #fff;
    background: transparent;
    padding: 5px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;}
    .sign-out-link:hover {color: #FFF200;text-decoration: none;}