body{

font-family: 'sans-serif';
font-weight: 400;
color: #0f0e0e;
letter-spacing: 1px;
}

.container {
	background-color: #9e9e37;
	margin: 10px;
	width: 300px
	box-shadow: 10px 15px 20 rgba(0, 0, 0, .1);
	display: grid;
	grid-template-columns: 30% 70%;
}

.container-time{
	background-color: rgba(20, 82, 120, 0.95);
	padding: 50px;
	margin: 5PX;
	outline: 3px solid#998100;
	outline-offset: -30px;
	text-align: center;
}

.heading{
	font-size: 35px;
	text-transform: uppercase;
}
.heading-days{
	color: #0e0e0d
}

.heading-phone{
	font-size: 20px;
}


.container-form{
	padding: 20px 0;
	margin: 0 auto;
	color: #000;
}

form{
	display: grid;
	grid-row-gap: 20px;
}

form p {
	font-weight: 600 ;
}

.form-field{
	display: flex;
	justify-content: space-between;
}

input  select{
	pad: 10px 15px
}

.btn{
	background-color: rgba(0,0,0, .95);
	color: #fff;
	padding: 10px 20px;
	border: none;
	font-size: 18px;
	border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius:100px;
	box-shadow: 7px 10px 12px rgba(0, 0, 0, .5);
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.btn:hover{
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform:  scale(1.03);
	-o-transform: scale(1.03);
	box-shadow: 10px 12px 15px rgba(0,0,0, .3);
}

.h2{
	color: aqua;
}

.terms{

	border: #fff dashed 3px;
	padding-left: 3px;
	margin-left: 3px;
	background-color: rgba(20, 82, 120, 0.95);
	outline: 3px solid#998100;
	outline-offset: 0px;
	text-align: center;
}
