*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: "Nunito";
}

html,body{
	height: 100%;
	background: rgb(2,0,36);
	background: linear-gradient(195deg, rgba(2,0,36,1) 0%, rgba(15,15,170,1) 36%, rgba(0,212,255,1) 100%);
	/*background:rgb(5,45,102);*/
}

body{
	overflow-x: hidden;
}

.left{
	float:left;
}
.right{
	float:right;
}

.clear{
	clear:both;
}

.center{
	padding: 0 2%;
	margin: 0 auto;
}

.box-login{
	box-shadow: 3px 3px 5px #000;
	width: 250px;
	padding: 20px 2% 40px 2%;
	background:white;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	border-radius: 70px 0 70px 0;
}

.box-login img{
	width: 100%;
	height: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.box-login input[type=text],
.box-login input[type=password]{
	text-align: center;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;
	border-radius: 6px;
}

.box-login input[type=submit]{
	width: 100%;
	height: 40px;
	cursor:pointer;
	margin-top:8px;
	font-size:14px;
	background:rgba(44,101,245,1);
	color:white;
	border:0px;
	border-radius: 6px;
}

.box-login input[type=submit]:hover{
	background:rgba(15,15,170,1);
	box-shadow: 3px 3px 5px #000;
}

.erro-box{
	width: 85%;
	padding: 10px 2%;
	text-align: center;
	background:#f75353;
	color:white;
	font-size:15px;
}
.icon-box{
	width: 15%;
	padding: 10px 2%;
	text-align: center;
	background:red;
	color:white;
	font-size:15px;
}

form .form-group-login:nth-of-type(2)
{
	position: relative;
	top:10px;
}

.form-group-login label{
	font-size: 13px;
	font-weight: 300;
	padding-right: 6px;
	color:black;
}

.form-group-login label{
	font-size: 13px;
	font-weight: 300;
	color:black;
}