@font-face {
font-family: "Poppins";
src: url("https://www.babykoalacoach.com/assets/fonts/Poppins-Light.ttf");
}

html, body {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: "Poppins";
	font-size: 16px;
}

h1,h2 {
	display: none;
}

title {
	display: none;
}

p{
    color: #9C9C9C;
	font-size: 16px;
	text-align: center;
}

label{
	width: 300px;
    color: #9C9C9C;
	font-size: 12px;
}

.center {
  margin: auto;
  width: 50%;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:75%;
}

.header {
	display: flex;
	flex-direction: column;
	width:100%;
}

@media (orientation: landscape) {
.header {
	display: flex;
	flex-direction: column;
	width:20%;
}
}

.logo {

	display: flex;
	flex-direction: column;
	width:70%;
}

@media (orientation: landscape) {
.logo {
	display: flex;
	flex-direction: column;
	width:15%;
}
}

.text {
	display: flex;
	flex-direction: column;
	width:400px;
}


a{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

a:link {
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
}

input[type=text], input[type=email] {
	padding: 5px 5px 5px 5px;
	width:260px;
	color: #9C9C9C;
	font-family: "Poppins";
	font-size: 16px;
    background: #EEEEEE;
    border-color: #72DD9F;
    border-radius: 10px;
}

.btn {
	width: 100%;
	min-height: 45px;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	background-color: #72DD9F;
	border: none;
	border-radius: 5px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.btn:hover {
  background-color: #73DFAF;
}

.btn_half {
	width: 45%;
	min-height: 45px;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	background-color: #72DD9F;
	border: none;
	border-radius: 5px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* Darker background on mouse-over */
.btn_bizum:hover {
  background-color: #27E2E9;
}

.buttons {
	display: flex;
	flex-direction: column;
	width:80%;
}

@media (orientation: landscape) {
.buttons {
	display: flex;
	flex-direction: column;
	width:20%;
}
}

.button_icon {
	width:20%;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 0px 5px;
	background-color: none;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.spacer_horizontal {
  flex-grow: 1;
}

.spacer_horizontal_10px {
  width:10px;
}

.spacer_vertical {
  flex-grow: 1;
}

img{
	width: 90%;
}

.img_icon {
	margin: 0px 10px 0px 0px;
	width:30px;
	height:30px;
	vertical-align:middle;
}

.footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	height:50px;
	margin:0;
	padding:0;
}