html {
	max-width: 800px;
	margin: auto;
	padding-top: 4em !important;
}
body {
	background-color: #FFF;
	padding: 1em;
	
}
h1 {
	display: block;
	width: 100%;
/*	font-family: Montserrat-Bold;*/
	font-size: 1.8em !important;
	color: #00abff !important;
	line-height: 1;
	text-align: left;
	padding-bottom: 7px;
	font-weight: bold;
}

h2 {
	display: block;
	width: 100%;
/*	font-family: Montserrat-Medium;*/
	font-size: 18px !important;
	color: #8a8a8a;
	line-height: 1;
	text-align: left;
	margin-bottom: 10px;
}
#header {
	position: relative;
	padding: 0 0 3em 0;
}
.logo-position {
  float: right;
  max-width: 20%;
}
.tingimused a {
	color: #000;
	font-weight: normal;
	font-size: 90%;
	
}
.hide {
	display: none !important;
}

.red {
	color:red;
}
.row {
	margin-bottom: 0.4em !important;
}
#SubmitForm {
	margin-top: 0.5em;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
  background-color: #FF7200;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  /*background-color: #04AA6D;*/
}

input.invalid {
/*  color: #FF7200;*/
}

select option:selected {
/*    color: #FF7200;*/
}

select option:disabled {
    color: #ddd;
}

#regForm label {
	font-size: 1.4rem !important;
}

@media (min-width: 950px) {
	html {
		padding-top: 6em;
	}
}