@font-face {
	font-family: 'gt-eesti-medium';
	src: url("/fonts/gt-eesti-medium.woff") format("woff");
}

@font-face {
	font-family: 'gt-eesti-regular';
	src: url("/fonts/gt-eesti-regular.woff") format("woff");
}

@font-face {
	font-family: 'Cubano';
	src: url("/fonts/cubano.woff") format("woff");
}

body {
	font-family: gt-eesti-regular, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	display: flex;    
	height: 100vh;
	justify-content: center;
	align-items: center;
	background: #233550 url('https://projectiv.io/img/texture.png');
}

form {
	margin-bottom: 0px;
}

.galadrimLogo {
	margin: 10px 0px 40px 0px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #00BCD4;
	font-family: Montserrat;
}

.loginPanel {
	background: white;
	border-radius: 2px;
	padding: 30px;
	border: 1px solid #EBEDF8;
	max-width: 250px;
	position: relative;
}

.loginPanel label {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 7px;
	color: #647A93;
	font-size: 12px;
	text-transform: uppercase;
}

.loginPanel input {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	font-family: inherit;
	
	background-color: #F2F6FA;
	border-color: #ADB9C6;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: inset 0 1px 1px 0 #C3CCD7;
	color: #536579;
	height: 38px;
	min-height: 38px;
	padding: 0 15px;
	transition: all 250ms ease-out;
	width: 100%;
	font-size: 14px;
}

button {
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	padding: 10px 22px;
	font-size: 14px;
	width: 100%;
	border: none;
	font-family: inherit;
}

.greenButton {
	background: #45B271;
	color: white;
}