:root {
  --theme: #094446;
  --reverse: #4a8a8f;
  --silver1:#e0e0e0;
  --silver2:#b0b0b0;
/*--theme: #00ABE3;*/
}

@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,
		#056a8b,
		#80d4f0
	); /* #9ca7b4); /*)#2193b0, #6dd5ed);
	/*background-color: #44546a; */
	background-size: cover;
	
}

body {
margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-image: linear-gradient(
		100deg,
		var(--theme),
		var(--reverse)
	); 
	background-size: cover;
	height: 100vh;
}

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

	text-align: center;
	border-radius: 20px;
}
.upbrand {
	padding-left: 20px;
}
.fbox input[type="text"],
.fbox input[type="email"],
.fbox input[type="password"] {
	border: 0;
	background: white;
	display: block;
	margin: 13px auto;
	text-align: center;
	border: 2px solid #ffffff;
	padding: 21px 10px;
	width: 300px;
	/*height:55px;*/
	outline: none;
	color: black;
	border-radius: 4px;
	transition: 0.25s; 
}


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

.frgt-pass,.backto-login{color:#fff!important;font-size:12px;}