body{
	font-family: 'Rubik', sans-serif !important;
	outline: none;
}

.cdlg{
			width: 99px !important;
}
.login .navbar-brand{
	padding: 0;
}
.login{
	padding: 20px 0;
}
.login-box{
	padding: 50px 0;
}
.wlcm-txt{
	font-size: 35px;
	font-weight: 500;
	color: #2D2F3D;
	text-align: center;
	line-height: 1;
	margin-top: 20px;
}
@media (max-width: 992px){
	.wlcm-txt{
		font-size: 20px;
	}
	
}
/*  */
.form__group {
  position: relative !important;
  padding: 0px !important;
  margin-top: 20px !important;
}
.form__field{
	  height:63px;
	  width: 100% !important;
	  border: 1px solid #151515 ;
	  outline: 0 !important;
	  font-size: 15px !important;
	  color: #222222 !important;
	  font-weight: 500 !important;
	  padding-left: 30px !important;
	  padding-right: 20px !important;
	  background: transparent !important;
	  transition: border-color 0.2s !important;
	  border-radius: 6px !important;
}
.form__field::placeholder {
  color: transparent !important;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 15px !important;
  cursor: text !important;
  font-weight: 500;
   top: 20px !important;
    padding-left: 30px;
    color: #222 !important; 
}
label,
.form__field:focus ~ .form__label {
  position: absolute !important;
  top: 5px !important;
  display: block !important;
  transition: 0.2s !important;
  font-size: 11px !important;
  color: #222 ;
  font-weight: 500 !important;
  padding-left: 30px;
}

/*  */
.fp{
	margin: 10px 0;
}
.fp a{
	float: right;
	color: #727272;
	font-size: 13px;
	font-weight: 500;
}
.fp a:hover{
 	text-decoration: none;
}
/*  */
.login-btn{
	margin: 10px 0;
}
.login-btn button{
	color: #F5F5F5;
	font-size: 11px;
	font-weight: 500;
	background: #343434;
	width: 100%;
	border-radius: 6px;
	border: none;
	padding:  15px 0px ;
	margin-top: 50px;
	text-transform: uppercase;
}
/*  */
.otp p{
	color: #2D2F3D;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	
}
.otp a{
	color: #f8b910;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid #f8b910;
	    margin-left: 20px;
}
.otp a:hover{
	text-decoration: none;
}
.otp button{
	color: #F8BD20;
	font-size: 11px;
	font-weight: 700;
	background: #fff;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #F8BD20;;
	padding:  14px 0px 14px;
	margin-top: 5px;
	text-transform: uppercase;
}
/*  */
.ftr{
	text-align: center;
	margin: 50px 0;
}
.ftr p, .ftr p a{
	font-size: 14px;
	color: #939393;
	
}
.login-img{
	position: absolute;
	top: 22px;
	right: 10px;
}

.mt-20{margin-top: 20px;}
.fm-heading{
 	text-align: left;
    font-weight: 500;
    font-size: 35px;
    color: #2D2F3D;
    line-height: 1;
 }
  .fm-text{
 	text-align: left;
    font-size: 18px;
    /* font-weight: 500; */
 }