@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body
{
	background-color: #FFFFFF;
}

p
{
	font-family: 'Open Sans', sans-serif;
	font-size:0.98em;
	margin:0;
}

.mt-1 { margin-top:30px !important}
.mb-1 { margin-bottom:30px !important}


.center {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   text-align:center;
}
   
.box
{
	background-color:transparent; 
	border:none;
	width:200px;  
	border-bottom: solid 2px #4B4340; 
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1em;
	padding:0; margin:0;
}
 
 .button
 {
	 background-color: transparent;
	 border:2px solid #00B2A9;
	 width:60px;
	 height:60px; 
	 border-radius: 50%;
	 font-family: 'Open Sans', sans-serif;
	 color: #00928F;
	 cursor:pointer;
}

.button:hover
{
	background-color: #00B2A9;
	color:#FFFFFF;
	font-weight:bold;
}

.content
{
	max-width:500px;
}
.content-2
{
	max-width:800px;
}

a
{
	color:#ED7628
}

.error{ color:#A70002}

ol li {font-family: 'Open Sans', sans-serif;}