
@font-face {
    font-family: 'neutra2_display';
    src: url('/fonts/Neutraface2Display-Titling.eot');
    src: url('/fonts/Neutraface2Display-Titling.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Neutraface2Display-Titling.woff') format('woff'),
         url('/fonts/Neutraface2Display-Titling.ttf') format('truetype'),
         url('/fonts/Neutraface2Display-Titling.svg#neutra2_display') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neutra2_book';
    src: url('/fonts/Neutraface2Text-Book.eot');
    src: url('/fonts/Neutraface2Text-Book.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Neutraface2Text-Book.woff') format('woff'),
         url('/fonts/Neutraface2Text-Book.ttf') format('truetype'),
         url('/fonts/Neutraface2Text-Book.svg#neutra2_book') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: #2F5F85;
	padding: 0;
	margin: 0;
    font-family: 'neutra2_book', sans-serif;
	font-size: 21px;
	line-height: 1.4;
	color: #FFFFFF;
}
body.body--local:before,
body.body--staging:before {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	/*border: 4px dashed #F47F29;*/
	height: 10px;
	background: transparent url('/img/dev.png') repeat-x;
	background-size: 10%;
	content: '';
	opacity: 0.85;
}
p {
	margin: 10px 0;
}
a {
	text-decoration: none;
	color: #F47F2A;
    font-family: 'neutra2_book', sans-serif;
}
a:hover {
	color: #26A9BA;
}
a,
button,
input[type="submit"] {
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
			transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-link {
	display: inline-block;
	border: 2px solid #F47F2A;
	border-radius: 5px;
    padding: 2px 10px 0px 10px;
    font-size: 17px;
}
.box-link:hover {
	border-color: #26A9BA;
}

.static-table {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.static-row {
	display: table-row;
	height: 15%;
}
.static-table form {
	display: table-row;
	height: 70%;
}
.static-cell {
	display: table-cell;
}
.static-holder {
	max-width: 660px;
	text-align: center;
	margin: 25px auto;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
			transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#trial_form .static-holder {
	max-width: 800px;
}
.static-logo {
	display: inline-block;
}
.static-logo img {
	width: 100%;
	max-width: 400px;
	margin-top: 25px;
}
.static-form {
	max-width: 370px;
	text-align: left;
	margin: 0 auto;
}
.static-form label {
	display: block;
	clear: both;
	font-size: 17px;
}
.static-form input,
#trial_form input[type="text"],
#trial_form input[type="password"] {
	display: block;
	clear: both;
	font-size: 21px;
	line-height: 1.4;
	width: 100%;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #3F6B8E;
	border: 1px solid #3F6B8E;
	margin-bottom: 20px;
}
.static-login,
.static-signup {
	background: url(/img/login_bg.png) no-repeat top center;
	background-size: contain;
	height: 70%;
}
.static-login input[type="submit"],
.static-signup #save_trial {
	display: inline-block;
	width: 100px;
	height: 100px;
	font-family: 'neutra2_display', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	background: #F47F2A;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	margin: 40px;
	line-height: 100px;
}
.static-login input[type="submit"]:hover,
.static-signup #save_trial:hover {
	background: #26A9BA;
}
#infoMessage {
	color: #26A9BA;
}
#trial_form label {
    margin: 0;
}
.static-trial {
    width: 47%;
    float: left;
	padding: 0 1.5%;
}
.static-trial {
    overflow: hidden;
}
.static-trial label {
	float: left;
	font-size: 17px;
}
.trial_error {
	float: right;
	padding: 0px 10px;
	font-size: 17px;
}

.d-none { display: none; }
.mb-1 { margin-bottom: 2px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 16px; }
.mb-4 { margin-bottom: 24px; }
.mb-5 { margin-bottom: 32px; }
.w-200 { width: 200px; }


.static-notice {
    position: relative;
    padding: 16px;
    margin-bottom: 30px;
    font-family: Arial, serif;
    font-size: 14px;
    /* letter-spacing: 0.4px; */
}

.static-notice::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: calc(100vw - 60px);
    translate: -50% 0;
    background-color: #f47f2a;
    content: '';
}

.static-notice a {
    color: #fff;
    font-size: 14px;
    font-family: Arial, serif;
    text-decoration: underline;
}
