*{
	font-family: "Inter";
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/webfonts/Inter-VariableFont_slnt,wght.ttf');
}

input{
	height:35px;
	padding-left:2%;
}
.form-group{
	overflow:hidden;
}
#userLoginForm img{
	width:100%;
	margin:0 auto;
	padding:0;
    		
}
button{
	padding:0;
	margin:0;
	height:35px;
}
#userLoginForm .col-sm-9,#userLoginForm .col-sm-3,#userLoginForm .col-sm-12,#userLoginForm .col-sm-10,#userLoginForm .col-sm-1,.col-sm-12,#userLoginForm  .col-sm-11,#userLoginForm  .col-sm-2{
	padding:0;
	margin:0;
}
.col-sm-1{
	height:35px;
	text-align:center;
	line-height:35px;
}
.col-sm-2{
	height:35px;
	text-align:center;
	line-height:35px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	padding-left:2%;
	color:#e7e8e7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	padding-left:2%;
	color:#e7e8e7;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	padding-left:2%;
	color:#e7e8e7;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	padding-left:2%;
	color:#e7e8e7;
}
.container-fluid .col-sm-offset-4{
	margin-left: 35.3%;
}
/*.container-fluid img{
			transition:transform 0.2s linear;
		}
		.container-fluid img:hover{
			transform:scale(1.1);
		}
		.container-fluid .row .col-lg-12{
			overflow:hidden;
			cursor:pointer;
			padding:0;
			margin:0;
		}*/
.test-border{
	position: absolute;
	top: 34%;
	left: 99%;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-left: 5px solid #ddd;
	z-index: 2;
}
.test-line{
	position: absolute;
	top: 34%;
	left: 99%;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	z-index: 3;
}
.form_border{
	margin:0 auto;
	border: 2px solid #ddd;
	padding: 30px 80px 30px 80px;
	border-radius: 1%;
	box-shadow:0px 5px 5px #ddd;
}

.form-login{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0,-50%);
	/*border: 2px solid #ddd;*/
	padding: 48px;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	border-radius: 16px;
	background: #FFF;
}

.one-input{
	padding-left: 0;
	padding-right: 0;
	border-width: 1px 0;
	border-color: transparent;
	border-bottom-color: #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	width: 70%;
	height: 38px;
	font-size: 13px;
	line-height: 1.5384616;
	color: #333333;
	background-color: transparent;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.one-input:focus {
	outline: 0;
	border-color: transparent;
	border-bottom-color: #009688;
	-webkit-box-shadow: 0 1px 0 #009688;
	box-shadow: 0 1px 0 #009688;
}

.one-group-input{
	display: flex;
	/*align-items: center;*/
	margin: 20px 10px;
	justify-content: space-between;
}

.one-group-input span{
	width: 30%;
}

.logo{
	color: #0A6FD0;
	text-align: center;
	/* Headline/23/Semibold */
	font-family: Inter;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 139.13% */
}
.disable_button{
	cursor: not-allowed !important;
	background-color: rgb(81, 151, 201) !important;
}

.input-common{
	display: flex;
	flex-direction: column;
	text-align: left;
}

.input-field{
	width: 430px;
}

.label-custom{
	color: #303947;
	/* Caption/12/Regular */
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.4px;
	background: none;
	margin: 0;
}

.field-login{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
}

.form-group-login{
	display: flex;
	width: 430px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.form-control-login{
	width: 100%;
	height: 44px;
	display: flex;
	padding: 12px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #DDE2EB;
	background: #FFF;

	color: #303947;
	/* Body/14/Regular */
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.25px;
	outline: none;
	caret-color: #0A6FD0;
}

.form-control-login:focus{
	border-color: #0A6FD0;
}

.forgotPasswordBtn{
	color: #0A6FD0;
	text-align: right;
	/* Subtitle/14/Medium */
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.1px;
}

.btn-login{
	width: 100%;
	height: 44px;
	border-radius: 8px;
	background: #0A6FD0;
	color: #FFF;
	/* Button/15/Medium */
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
	letter-spacing: 0.6px;
}
@media  {
	
}