@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap');

html{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.logo{
	font-size: 30px;
	text-align: center;
	padding-bottom:10px;
	border-bottom: 1px solid gray;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

input[type='date'], input[type='time'] {
	-webkit-appearance: none;
}

.wrap{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 1200px;
	box-sizing: border-box;
	background-color: white;
	padding: 15px;
}

.insideWrap{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	padding: 30px 15px 30px 15px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
}

.insideWrapClear{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	padding: 30px 15px 30px 15px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
}

.insideWrapClearFeeding{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	padding: 30px 15px 30px 15px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
	display: flex;
}

.insideWrapClearChanging{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	padding: 30px 15px 30px 15px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
	display: flex;
}

.insideWrap:hover{
	background: rgb(255,44,231);
	background: linear-gradient(90deg, rgba(255,44,231,1) 46%, rgba(204,115,244,1) 100%);
	color: white;
}

textarea{
	color: black;
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

#changing{
	display: none;
}

#date{
	display: none;
}

#time{
	display: none;
}

#note{
	display: none;
}

#feeding{
	display: none;
}

#toDate{
	display: none;
}

.timeInput{
	color: black;
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.button{
	background: rgb(255,44,231);
	background: linear-gradient(90deg, rgba(255,44,231,1) 46%, rgba(204,115,244,1) 100%);
	color: white;
	padding: 20px 90px 20px 90px;
	border: 1px solid rgb(255,44,231);
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
}

.buttonSignIn{
	background: rgb(255,44,231);
	background: linear-gradient(90deg, rgba(255,44,231,1) 46%, rgba(204,115,244,1) 100%);
	color: white;
	padding: 20px 90px 20px 90px;
	border: 1px solid rgb(255,44,231);
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
}

.first{
	padding: 0px 20px 0px 20px;
	text-align: center;
	color: rgba(255,44,231);
	font-size: 15px;
}

.secound{
	margin-top: 15px;
	font-size: 13px;
}

.first i{
	font-size: 20px;
	color: rgba(255,44,231);
	margin-bottom: 5px;
}

.last{
	width: 49%;
	padding: 40px 0px 40px 0px;
	height: auto;
	text-align: center;
	color: rgba(255,44,231);
	color: gray;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	box-sizing: border-box;
	font-size: 14px;
}

.last i{
	font-size: 20px;
	color: rgba(255,44,231);
	color: gray;
}

.search{
	background-color: white;
	color: black;
	padding: 20px 90px 20px 10px;
	border: 1px solid gray;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}

#search{
	margin-bottom: 25px;
}

.signIn{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

#pin{
	background-color: white;
	color: black;
	padding: 20px 10px 20px 10px;
	border: 1px solid gray;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
	
	.inSideHistory{
		display: flex;
		justify-content: space-between;
	}
	
	.search{
		background-color: white;
		color: black;
		padding: 20px 90px 20px 10px;
		border: 1px solid gray;
		border-radius: 5px;
		box-sizing: border-box;
		width: 99%;
	}
	
	#search{
		margin-bottom: 25px;
	}
	
	.button{
		background: rgb(255,44,231);
		background: linear-gradient(90deg, rgba(255,44,231,1) 46%, rgba(204,115,244,1) 100%);
		color: white;
		padding: 20px 90px 20px 90px;
		border: 1px solid rgb(255,44,231);
		border-radius: 5px;
		box-sizing: border-box;
		width: auto;
	}
	
	.first{
		padding: 0px 20px 0px 20px;
		text-align: center;
		color: rgba(255,44,231);
	}
	
	.secound{
		margin-top: 20px;
		font-size: 16px;
	}
	
	.first i{
		font-size: 30px;
		color: rgba(255,44,231);
		margin-bottom: 5px;
	}
	
	.last{
		width: 49%;
		padding: 40px 0px 40px 0px;
		height: auto;
		text-align: center;
		color: rgba(255,44,231);
		color: gray;
		border-radius: 5px;
		box-shadow: 0 5px 15px rgba(0,0,0,0.3);
		box-sizing: border-box;
	}
	
	.last i{
		font-size: 30px;
		margin-bottom: 5px;
		color: rgba(255,44,231);
		color: gray;
	}
	
}