/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 7, 2016 */


@font-face {
    font-family: 'geomanistregular';
    src: url('geomanist-light-webfont.eot');
    src: url('geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('geomanist-light-webfont.woff2') format('woff2'),
         url('geomanist-light-webfont.woff') format('woff'),
         url('geomanist-light-webfont.ttf') format('truetype'),
         url('geomanist-light-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistregular';
    src: url('geomanist-medium-webfont.eot');
    src: url('geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('geomanist-medium-webfont.woff2') format('woff2'),
         url('geomanist-medium-webfont.woff') format('woff'),
         url('geomanist-medium-webfont.ttf') format('truetype'),
         url('geomanist-medium-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanistregular';
    src: url('geomanist-regular-webfont.eot');
    src: url('geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('geomanist-regular-webfont.woff2') format('woff2'),
         url('geomanist-regular-webfont.woff') format('woff'),
         url('geomanist-regular-webfont.ttf') format('truetype'),
         url('geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: "geomanistregular", "Avenir Next", "Nunito", "Helvetica";
    font-weight: 100;
    line-height: 1.4;
}


.page-wrapper{
	background-color: #09ccf1;
	min-height: 100vh;
    min-width: 100vw;
    position: relative;;
    color: #fff;
}

.content {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.content header {
	margin-top: 50px;
	margin-bottom: 50px;
}

.content header .sub-title{
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: lighter;
    padding-top: 4px;
    display: inline-block;
    opacity: 0.6;
}

.content header h3{
    font-size: 18px;
    word-spacing: 4px;
    letter-spacing: 4px;
}

.content header img {
	/*height: 100px;*/
}

.page-wrapper .content .form input,
.page-wrapper .content .form input[type="password"] {
    display: block;
    width: 100%;
    margin: auto;
    border: none;
    font-size: 18px;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 0.5px;
    color: white;
}


.page-wrapper .content .form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-weight: lighter;
}

.page-wrapper .content .form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8);
    font-weight: lighter;
}

.page-wrapper .content .form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8);
    font-weight: lighter;
}

.page-wrapper .content .form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-weight: lighter;
}

.purpleForm .content .form select:focus,
.page-wrapper .content .form input:focus {
    outline: none;
}


.round-button {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
    border-radius: 37px;
}

.btn-dim {
	background: rgba(1, 1, 1, 0.62);
    color: #fff;
}

.login-footer {
	margin-top: 50px;
}

.login-footer img{
	height: 16px;
}

.login-footer a, .hint-link a{
	font-size: 12px;
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-weight: lighter;
    vertical-align: bottom;
    opacity: .7;
}

.login-footer span,.hint-link span {
	font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: lighter;
    padding-top: 4px;
    display: inline-block;
    opacity: .7;
}

.login-footer a:hover {
    opacity: 1;
}

.login-btn{
	margin-top: 30px;
}

.login-btn:hover {
	opacity: 0.9;
	color:#fff;
	text-decoration: none;
}

.hint-link span, .hint-link a{
    opacity: .8;
}

.hint-link a:hover{ 
    opacity: 1;
}



	
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
@media (max-width: 480px) and (min-width:320px) { 
	.content {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.content header {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.content header h3{
	    font-size: 14px;
	}
}


/* smartphones, Android phones, landscape iPhone */
@media (max-width: 600px) and (min-width:480px){ 
	.content {
		width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.content header h3{
	    font-size: 14px;
	}
 }

@media (max-width: 1281px) and (min-width: 480px){ 
	.content {
		width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}


