
@font-face {
    font-family: "Kalimati";
    src: url("../fonts/Kalimati.ttf") format("truetype");
    src: local("Kalimati"), url("../fonts/Kalimati.ttf") format("truetype");

}
body, .company_title, .palika__title {
    font-family: "Kalimati";
}

.main-content{

	width: 50%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}
.company__info{
	background-color: #3c8dbc;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.main-content{width: 100%;    margin-top: 25px;}
	.company__info{
		display: none;
	}
    .palika__title{
		display: block !important;
	}
	.login_form{
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
	}
}
@media screen and (min-width: 642px) and (max-width:800px){
	.main-content{width: 70%;}
}
.row > h2{
	color:#3c8dbc;
}
.login_form{
	background-color: #fff;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
form{
	padding: 0 2em;
}
.form__input{
	width: 100%;
	border:0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 1em .5em .5em;
	padding-left: 2em;
	outline:none;
	margin:1.5em auto;
	transition: all .5s ease;
}
.form__input:focus{
	border-bottom-color: #008080;
	box-shadow: 0 0 5px rgba(0,80,80,.4); 
	border-radius: 4px;
}
.btn{
	transition: all .5s ease;
	width: 70%;
	border-radius: 30px;
	color:#3c8dbc;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #3c8dbc;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.btn:hover, .btn:focus{
	background-color: #3c8dbc;
	color:#fff;
}
.eng_text {
      font-family: "Arial" !important;
}
.field-icon {
  /* float: right; */
  /* margin-left: -25px;
  margin-top: -54px;
  position: relative; */
  color: cornflowerblue;
  pointer-events: visible;
}