@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-image: linear-gradient(
		100deg,
		#00adef,
		#6cd0f6
	); /* #9ca7b4); /*)#2193b0, #6dd5ed);
	/*background-color: #44546a; */
	background-size: cover;
}

.fbox {
	width: 300px;
	position: absolute;
	padding: 40px;
	top: 50%;
	left: 47%;
	transform: translate(-50%, -50%);

	text-align: center;
	border-radius: 20px;
}
.upbrand {
	padding-left: 20px;
}
.fbox input[type="text"],
.fbox input[type="password"] {
	border: 0;
	background: white;
	display: block;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #ffffff;
	padding: 14px 10px;
	width: 300px;
	outline: none;
	color: black;
	border-radius: 24px;
	transition: 0.25s;
}
.fbox input[type="text"]:focus,
.fbox input[type="password"]:focus {
	width: 300px;
	border-color: white;
}
.fbox input[type="submit"] {
	border: 0;
	background: none;
	display: block;
	margin: 20px auto;
	width: 300px;
	text-align: center;
	border: 2px solid white;
	padding: 14px 40px;
	outline: none;
	color: white;
	border-radius: 24px;
	transition: 0.25s;
	cursor: pointer;
}
.fbox input[type= "submit"]:hover {
	background: red;
	color: black;
}
.fbox h1 {
	color: white;
	font-weight: 500;
}
.navbar {
	float: right;
}
