﻿.w3-card-4 {
	background: white;
	padding-bottom: 20px;
	border-radius:20px;
}

h1,
input::-webkit-input-placeholder,
button {
	font-family: "roboto", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show-hide {
	float: right;
	right: 55px;
	position: relative;
	top: 11px;
}

h1 {

}

.w3-card-4 h1 {
	width: 100%;
	font-size: 18px !important;
	background: #ea2300;
	color: white;
	line-height: 150%;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}


.registrationForm {
	box-sizing: border-box;
	width: 450px;
	margin: 37px auto;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

@media screen and (max-width:500px) {

	.registrationForm {
		box-sizing: border-box;
		width: 100%;
		margin: 37px auto;
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
		border-radius: 20px;
	}

	.android-input {
		width:89%!important;
	}
}



form h1 {
	box-sizing: border-box;
	padding: 6px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.addressEditInput {
	margin:10px 20px;
}


.android-input {
	margin: 10px;
	width: 89%;
	display: block;
	border: none;
	padding: 10px 0 !important;
	border-bottom: solid 1px #ea2300;
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #ea2300 4%);
	background-position: -397px 0;
	background-size: 397px 100%;
	background-repeat: no-repeat;
}

.login-page input {
	margin: 5px;
}


.android-input {
	margin: 18px 25px;
	width: 397px;
}

.searchBox_InputBase input {
	padding: 20px 0 !important;
}

.android-input:focus, .android-input:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}

	.android-input:focus::-webkit-input-placeholder, .android-input:valid::-webkit-input-placeholder {
		color: #ea2300;
		font-size: 11px;
		transform: translateY(-20px);
		visibility: visible !important;
	}

.submitButton {
	border: none;
	background: #ea2300;
	cursor: pointer;
	border-radius: 3px;
	padding: 6px;
	width: 200px;
	color: white;
	margin-left: 25px;
	margin-top:15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

button:hover {
	transform: translateY(-3px);
/*	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);*/
}

.follow {
	width: 42px;
	height: 42px;
	border-radius: 50px;
	background: #03a9f4;
	display: inline-block;
	margin: 50px calc(50% - 21px);
	white-space: nowrap;
	padding: 13px;
	box-sizing: border-box;
	color: white;
	transition: all 0.2s ease;
	font-family: Roboto, sans-serif;
	text-decoration: none;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}

.follow i {
	margin-right: 20px;
	transition: margin-right 0.2s ease;
}

.follow:hover {
	width: 134px;
	transform: translateX(-50px);
}

.follow:hover i {
	margin-right: 10px;
}
