@charset "utf-8";
/* CSS Document gapo*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:500,800&subset=latin-ext');

@font-face {
	font-family: Montserrat_ExtraBold;
	src: url(Montserrat_ExtraBold.otf);
}

@font-face {
	font-family: Montserrat_Medium;
	src: url(Montserrat_Medium.otf);
}


body {
	display: block;
	/*width: 100vw;*/
	max-width: 1024px;
	/*height: 100vh;*/
	margin: 0px;

}

main.index {
	display: block;
	/*background-color: lightcoral;*/

	position: absolute;
	left: 10%;
	
	width: 80%;
	height: 100vh;
}

figure.logo {
	display: block;
	/*background-color: lightblue;*/
	
	position: relative;
	top: 15%;
	left: 20%;
	
	width: 60%;
	height: auto;
	margin: 0px;
}

img#logo {
	width: 100%;
	height: 100%;
}

section.buttons {
	display: block;
	/*background-color: lightgreen;*/
	
	position: absolute;
	bottom: 10%;
	left: 15%;

	width: 70%;
	height: 200px;
}

section.for_user {
	display: block;
	background-color: white;

	position: absolute;

	width: 100%;
	height: 100px;
	border-radius: 10px;
}

div.sign_in {
	display: block;
	background-color: #FE7B96;

	position: relative;
	left: 6%;
	top: 13.333%;

	width: 88%;
	height: 30%;
	border-radius: 10px;
}

input.block1 {
	display: block;
	background-color: #EAEAEA;

	position: relative;
	left: 6%;
	top: 13.333%;
  font-family: 'Montserrat', medium;
  color: #A59583;
	font-size: 10pt;
  
  padding: 0px;
	width: 88%;
	height: 27%;
	border-radius: 10px;
}

div.register {
	display: block;
	background-color: #FE7B96;

	position: relative;
	left: 6%;
	top: 26.666%;

	width: 88%;
	height: 30%;
	border-radius: 10px;
}
input.block2 {
	display: block;
	background-color: #EAEAEA;
  font-family: 'Montserrat', medium;
  color: #A59583;
	font-size: 10pt;
	position: relative;
	left: 6%;
	top: 26.666%;

  padding: 0px;
	width: 88%;
	height: 27%;
	border-radius: 10px;
}

section.anon {
	display: block;
	background-color: white;

	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 54px;
	border-radius: 10px;
}
input.anon {
	display: block;
	background-color: white;

	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 54px;
	border-radius: 10px;
}

div.anon {
	display: block;
	background-color: #FE7B96;

	position: relative;
	left: 6%;
	top: 12px;

	width: 88%;
	height: 30px;
	border-radius: 10px;
}
input.block3 {
	display: block;
	background-color: #FE7B96;

	position: relative;
	left: 6%;
	top: 12px;

	width: 88%;
	height: 30px;
	border-radius: 10px;
}

a.button {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

p.index {
	display: block;
	
	position: relative;
	top: 7px;

	text-align: center;
	font-family: 'Montserrat', medium;
	color: white;
	font-size: 10pt;
	margin: 0px;
}

p.result {


  color: #A59583;
  display: block;

	position: relative;
	left: 6%;
	top: 38%;
  
  padding: 0px;
	width: 87%;
	height: 30px;
	border-radius: 10px;
  position: relative;

	text-align: center;
	font-family: 'Montserrat', medium;
	color: #A59583;
	font-size: 10pt;
	margin: 0px;
}
#validate {
  background-color: #EAEAEA;

  color: #A59583;
  display: block;

	position: relative;
	left: 6%;
	top: 12px;
  
  padding: 0px;
	width: 87%;
	height: 30px;
	border-radius: 10px;
  position: relative;

	text-align: center;
	font-family: 'Montserrat', medium;
	color: #A59583;
	font-size: 10pt;
	margin: 0px;
}

div#button:active {
	background-color: #232323;
}

@media only screen and (min-width: 950px) {

figure.logo {
	width: 30%;
	left: 35%;
}

}

@media only screen and (min-width: 1400px) {

figure.logo {
	width: 20%;
	left: 40%;
}

}

body {
	background-image: url("s_background.png");
}