
body{
	margin:0;
	padding:0;
	background:#34495D;
	font-family: "Helvetica";
}

::-webkit-scrollbar{
   height: 8px;
   width: 16px;
}

::-webkit-scrollbar-track{
   background-color: transparent;
}

::-webkit-scrollbar-thumb{
	background-color: #95C5BB;
}

html{
	overflow-x: hidden;
	scroll-behavior: smooth;
	stop-opacity: 112px;
}

body .img{
	margin-top: 500px;
	float: left;
	padding-left: 200px;
}

body .container form .word{
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #34495D;
	text-align: center;
	margin: 10px 0 30px 0;
}

body .container form .word-1{
	color: #fff;
}

body .container form{
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	background: #29BB9C;
	width: 450px;
	margin: 50px 150px 50px 0;
	float: right;
	text-transform: capitalize;
	flex-wrap: wrap;
}

body .container form p{
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}

body .container form input,
.container form select{
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 10px;
	background: transparent;
	border: 1.5px solid #34495D;
	border-radius: 5px;
	color: #34495D;
}

body .container form input:hover,
.container form select:hover{
	border: 1.5px solid #fff;
}

body .container form input[type=text],
.container form input[type=email],
.container form input[type=state],
.container form input[type=city],
.container form input[type=password]{
	width: 92%;
}

body .container form select option{
	background: #95C5BB;
	display: flex;
}

::placeholder{
	color: #fff;
}

body .container form .button{
	text-decoration: none;
}

body .container form .btn{
	font-size: 16px;
	background: #1F8872;
	color: #fff;
	width: 150px;
	padding: 11px 11px;
	text-align: center;
	border: 2px solid #229F85;
	cursor: pointer;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	float: right;
	margin-top: 25px;
}

body .container form .btn:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	background: #3B626D;
	color: #fff;
}

body .error-msg{
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
	background: #E7F0F8;
	color: #34495D;
	border: 2px solid #229F85;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 10px;
	display: block;
}
