﻿html, body, .container-table {
	height: 100%;
}

.container-table {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vertical-center-row {
	display: table-cell;
	vertical-align: middle;
}

.trialButton:disabled {
	cursor: unset;
}

.topBar {
	display: none;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

.loader {
	-webkit-animation: rotation 2s infinite linear;
	color: white;
	position: absolute;
	margin-top: -2px;
	margin-left: -30px;
}

.container-fluid {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	min-width: 400px;
	padding: 5px;
}

.back-button {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px;
	border: 2px solid white;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.5);
}

	.back-button a {
		text-decoration: none;
		color: white;
	}

.productLogo {
	margin-bottom: 10px;
	height: 30px;
}

.fa.fa-spinner.loader {
	visibility: hidden;
}

.trial-text {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	color: white;
}

.trialDiv {
	text-align: center;
}

.trialtext {
	position: relative;
}

#errors {
	padding-top: 15px;
}

.register-form {
	margin-top: 10px;
	width: 100%;
}