input[type="text"],input[type="number"],input[type="email"],input[type="password"],textarea{
	box-shadow: none;
	-webkit-box-shadow: none;
	appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.login_form_column input{
	background-color: #e5e5e5 !important;
}
.login_menu_link{
	font-size:20px;
}
.login_menu_link.login_menu_link_active{
	text-decoration:underline;
}
.login_form_logo_container{
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}
.login_form_mobile_text{
	padding-bottom:20px;
	font-size: 18px;
	text-align:left;
}
.login_text_paragraph{
	margin-bottom: 0;
	margin-top:30px;
	text-align:left;
}
.logo_column_inner{
	text-align:center;
}