body {
	background-color: transparant; /* For browsers that do not support gradients */
	color: #000;
	font-family: 'Montserrat', sans-serif;
}

input {
	width:500px;
	height: 30px;
}

textarea {
	width:500px;
	height: 250px;
	background-color: #fff;
}

select {
	width:500px;
	height: 30px;
}

button.save, button.login {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin: 20px;
	min-width: 200px;
	white-space: nowrap;
	box-shadow: none;
	border-color: transparent;
	border-radius: 50px;
	background-image: linear-gradient(45deg, rgb(48, 216, 159) 0%, rgb(30, 183, 232) 100%);
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	height: 42px;
	line-height: 22px;
}

button.save:hover, button.login:hover
{
	background-image: linear-gradient(45deg, rgb(30, 183, 232) 0%,rgb(48, 216, 159) 100%);
}

button.save {
	width: 350px;
}

input.login {
	width: 200px;
}

img {
	background-color: #ffffff;
}	

div {
     background-color: white;
}

td {
  padding-right: 10px;
  padding-left: 10px;
}

input.checkbox 
{
  width: 20px;
}