@charset "UTF-8";

@font-face {
	font-family:'GillSansMTPro-Book';
	src: url('/assets/fonts/GillSansMTPro-Book_latin+latin-ext_gdi.eot');
	src: url('/assets/fonts/GillSansMTPro-Book_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/GillSansMTPro-Book_latin+latin-ext_gdi.woff') format('woff'),
		url('/assets/fonts/GillSansMTPro-Book_latin+latin-ext_gdi.ttf') format('truetype'),
		url('/assets/fonts/GillSansMTPro-Book_latin+latin-ext_gdi.otf') format('opentype'),
		url('/assets/fonts/GillSansMTPro-Book_latin+latin-ext_gdi.svg#GillSansMTPro-Book') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-20AC;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
    height: 100%;
}
#total_content {
	width: 100%;
	height: 100%;
	background-image: url(../img/login/back1.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 735px;
	position: relative;
	min-width: 376px;
}
#login_form {
	background-color: rgba(0,0,0,0.66);
	height: 666px;
	border-top-right-radius: 190px;
	border-bottom-left-radius: 190px;
	position: absolute;
	top: 50%;
	margin-top: -333px;
	left: 50%;
	width: 376px;
	margin-left: -188px;
}
#login_box {
}
#login_content {
	text-align: center;
	padding-top: 114px;
}
#logo_box {
	height: 170px;
}
#buttons_box {
	height: 173px;
}
/* Wayra */
.button--wayra {
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #FFFFFF;
}
.button--wayra.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: rgba(220,220,220,0.43);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}
/* Wayra */


/* Common button styles */
.button {
	font-family: 'GillSansMTPro-Book';
	float: none;
	min-width: 150px;
	max-width: 200px;
	display: inline-block;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: rgba(255,255,255,1.00);
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 25px;
	text-decoration: none;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}


/* Sizes */
.button--size-s {
	font-size: 14px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Borders */

.button--border-thick {
	border: 2px solid;
}

@media screen and (max-height:735px){
#login_form {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 735px;
}
#total_content {
}
}
