body{
	/* font-family: 'Fira Sans'; */
}

.btn{
	font-family: 'Fira Sans';
}

.form-wrapper{
	min-height: 100vh;
	margin-top: 10px;
	background: #fff;
	padding: 70px;
}

.main-content{
	border: 1px solid #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	background: #fff;
}

#photo img{
	max-height: 200px;
	max-width: 200px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.tab-pane h3{
	padding: 10px;
}

.act {
	margin-top: 20px;
}

.init{
	z-index: 1000000;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: #fff;
}

.hidden{
	display: none;
}

.progress{
	height: 2px;
}

.steps-label{
	font-size: 18px;
}

.cover{
	display: block;
	background: #fff;
	text-align: center;
	padding: 20px;
}

.cover span{
	font-size: 35px;
	text-align: left;
	line-height: 50px;
	font-weight: bold;
	color: #2D3580;
}

.required:before{
	color: red;
	font-size: 12px;
	content: "* ";
}

.ng-invalid{
	border: 1px solid red;
}

.btn-default{
  background-color: #d79c46;
  border-color: #d79c46;
  color: white;
  margin: 1px;
}

.btn-default:hover{
  background-color: #DAAC6A;
  border-color: #DAAC6A;
  color: white;
  margin: 1px;
}
