html, body {
	font-family: arial, sans-serif;
	color: #404040;
	font-size: 16px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100vh;
}

a {
	text-decoration: none;
	color: #2695b6;
}

body.login-screen {
	background: -webkit-linear-gradient(45deg, #2695b6,#83c2ca);
	background: -moz-linear-gradient(45deg, #2695b6,#83c2ca);
	background: -o-linear-gradient(45deg, #2695b6,#83c2ca);
	background: linear-gradient(45deg, #2695b6,#83c2ca);
	background-attachment: fixed;
	background-color: #2695b6;
}

.login-title {
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	height: 60px;
	background: url(../Images/timebase-logo-white.svg) center center no-repeat;
	background-size: contain;
}

.login-title-text {
	text-align: center;
	font-size: 1em;
	color: #fff;
	letter-spacing: 1px;
}

.login-wrapper {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	background-color: #ebebeb;
	padding: 20px;
}

.login-form-label {
	color: #404040;
	margin-top: 20px;
	font-size: 1rem;
}

.login-form-label:first-child {
	margin-top: 0;
}

.login-form-label + input {
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	background-color: #fff;
	font-size: 1rem;
	padding: 0.5rem;
	color: #2695b6;
	font-family: arial, helvetica, sans-serif;
}

.login-message {
	padding-top: 10px;
	height: 30px;
	color: #d50000;
}

.login-button {
	margin-top: 10px;
}

.login-button > input[type=submit] {
	padding: 1em;
	font-size: 1em;
	font-family: inherit;
	background-color: #2695b6;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	border: none;
}

.copytext {
	background: url(../Images/timehouselogo2017w-reflection.svg) center center no-repeat;
	background-size: contain;
	height: 60px;
	margin-top: 60px;
	position: relative;
	/* animation: upDown 3s alternate infinite ease-in-out; */
}

@keyframes upDown {
	to {
		transform: translatey(14px);
	}
}

.copytext:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	height: 100px;
	border-top: 1px solid rgba(255,255,255,0.08);
	left: -20px;
	right: -20px;
	background: -webkit-linear-gradient(180deg, rgba(30,134,164,0.25),rgba(30,134,164,0));
	background: -moz-linear-gradient(180deg, rgba(30,134,164,0.25),rgba(30,134,164,0));
	background: -o-linear-gradient(180deg, rgba(30,134,164,0.25),rgba(30,134,164,0));
	background: linear-gradient(180deg, rgba(30,134,164,0.25),rgba(30,134,164,0));
	background-color: rgba(255,255,255,0);
}
