@import url('https://fonts.googleapis.com/css?family=Raleway');
.row1 a,p,h1,h2,h3,h4,span,div,apan,input{
	font-family: 'Raleway', sans-serif;
}
footer a{
	font-family: 'Raleway', sans-serif;
}
.rotate-logo .circular{
  display: none;
}
.logo{
	max-width:80px;
}
.logo img{
	max-width:80px;
}
.header_enter{
	width: 100%;
    text-align: center;
}
.header_enter img{
	width: 170px;
    margin: 20px;
}
.full_width{
	width: 100%;
}
.full_width_img{
	width: 100%;
}
.enterance_title{
	color: #3b387d;
	position: absolute !important;
    top: 230px;
    left: -670px;
	font-size: 49px;
}
.enterance_title img{
	width: 180px;
	margin-right: 35px;	
}
.center1{
	text-align: center;
}
.space_top_bottom {
    margin: 38px 0px 0px 0px;
    z-index: 9;
    padding-bottom: 12px;
}
p.title_head_middle{
	font-size: 36px;
}
img.title_head_blue_line{
	margin-top: -35px;
}
.relative{
	position: relative !important;
}
.about_head_text{
	font-size: 18px;
	font-weight: bold;
}
.equal {
  display: flex;
  flex-wrap: wrap;
}
.cust_padding_left{
	font-size: 17px;
    text-align: justify;
} 
.boxed_div{
	max-width: 1300px;
    margin: 0 auto;
}
.cust_background_login{
	background-image: url("/assets/images/enter_page/yellow-back.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}
.slide_in_right{
	display: none;
}
.login_text{
	font-size: 67px;
    font-weight: bold;
    float: right;
    margin-top: 90px;
	text-decoration: underline;
}
.login_div_con{
	width: 315px;
    margin-top: 64px;
    margin-left: 155px;
}
#loginform1 input[type='text'],#loginform1 input[type='password']{
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0px;
    text-align: center;
    width: 250px;
    color: #222;
	outline: none;
	box-shadow: none;
	font-weight: bold;
}
#loginform1 input[type='text']::placeholder,#loginform1 input[type='password']::placeholder{
	color: #222;
}
.inline-block{
	display: inline-block;
}
.sub_design input{
	background: transparent;
    color: #111;
    font-weight: bold;
    font-size: 23px;
    border: 2px solid #222;
    border-radius: 0px;
    width: 250px;
}
.sub_design input:hover{
	background-color: rgb(58, 58, 58);
}
footer.footer_entr{
	height: 130px;
	background-color: #111;
	text-align: center;
	padding: 10px 0px;
}
footer a:hover{
	text-decoration: none;
}
.back_img{
	width: 100%;
    height: 290px;
	filter: brightness(0.4);
}
.hover_swich_text1{
	position: absolute;
    top: 50px;
    font-size: 18px;
    color: #fff;
    padding: 0px 70px;
    text-align: justify;
	display: none;
}
.hover_swich_title1{
	position: absolute;
    top: 117px;
    left: 110px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0px 70px;
}
.con_div_hov{
	padding: 5px !important;
} 
.cust_padding_left, .img_in{
	display: none;
}
.footer_img_s{
	width: 100px; 
	margin-right: 35px;
}
.hide_on_s{
	display: none;
}
.hide_on_m{
	display: inline-block;
}
.login_div_con_new input[type='text'], .login_div_con_new input[type='password']{
    background-color: transparent !important;
    text-align: left !important;
}
.new_back{
	background-color: #f0d971;
}
.btn-login{
	border-radius: 3px;
    width: 150px;
    background-color: #424358;
    color: #fff;
    border: none;
    outline: none;
}
.btn-login:hover{
    filter: brightness(1.1);
}
/*/-----------------------------------------------------------//
						RESPONSIVE
//-----------------------------------------------------------/*/
@media (max-width:768px) {
	.btn-login{
		width: 100% !important;
		margin-top: 10px;
	}
	.new_back {
		margin-top: -20px;
		padding-top: 14px;
	}
	.hide_on_m{
		display: none;
	}
	.hide_on_s{
		display: block;
	}
	.footer_img_s{
		width: 70px;
		margin-right: 10px;
	}
	.cust_padding_left, .img_in, .slide_in_right {
		display: block;
	}
	.enterance_title{
		top: 35px;
		left: 58px;
		font-size: 9px;		
	}
	.enterance_title img{
		width: 38px;
		margin-right: 5px;
	}
	.login_div_con {
		width: 100% !important;
		margin-left: 0px ;
	}
	#loginform1 input[type='text'],#loginform1 input[type='password']{
		width: 100%;
	}
	img.title_head_blue_line {
		margin-top: -25px;
		width: 100%;
	}
	p.title_head_middle {
		font-size: 21px;
	}
	.login_text{
		display: none;
	}
	.hover_swich_title1{
		top: 83px !important;
		left: 21px !important;
		font-size: 20px !important;
	}
	.hover_swich_text1{
		font-size: 15px;
		padding: 0px 12px !important;
		top: 9px !important;
		left: 0px !important;
	}
	.extra_height{
		height: 390px !important;
	}
	.width_100_m{
		width: 100%;
	}
	.sub_design input{
		width: 100%;
	}
}