.body{
	background-color: #a9eec1; /* For browsers that do not support gradients */
	background-image: linear-gradient(to bottom right, #a9eec1, #00b8b3); /* Standard syntax (must be last) */
	background-repeat:none;
	height:100vh;
	overflow:hidden;
}

.content{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login{
	font-family:Arial, Helvetica, sans-serif;
	background:rgba(255, 255, 255, 0.9);
	width:280px;
	height:auto;
	text-align:left;
	color:#2d2d2d;
	font-size:14px;
	padding:30px;
	border-radius:10px;
	text-align:center;
}

.logo{
	margin:auto;
	margin-top:-100px;
	margin-bottom:30px;
	width:150px;
	height:150px;
	border-radius:150px;
	background-color:#fff;
	background-image:url(../images/novalogo.jpg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat !important;
	border:10px solid #fff;
}

.div-field{
	padding-bottom:15px;
	display: flex;
  	width: 100%;	
}

.icon {
	padding: 12px;
	background: #fff;
	color: #00b8b3;
	min-width: 20px;
	text-align: center;
	font-size:50px;
	border-radius:5px 0px 0px 5px;
}

.fields, .select, .entrar{
	width:100%;
	height:40px;
	border:none;
	border-radius:0px 5px 5px 0px;
	font-size:14px;
	padding-left:5px;
	background:#fff;
	color:#2d2d2d;
}

.entrar, .select{
	border-radius:5px; 	
}

.entrar{
	font-size:16px;
	background:#00b8b3;
	border:none;
	display:inline-block;
	color:#FFFFFF;
	margin-top:10px;
	cursor:pointer;
}

.button{
	text-align:right;	
}

input:focus, button:focus, select:focus, textarea:focus, option:focus {
	border: 1px solid #b9d5f8 !important;
	outline: none !important;
}
