

h1,h2,h3,h4,h5,p{
	font-family:"acumin-pro",Helvetica,Verdana,Sans-Serif;
}

div.columns.box{
	background-color:white;
	border: 2px solid #EF3D4F;
	margin-top:50px;
	border-radius:5px;
	position:relative;
	padding:20px;
	margin-bottom:200px;
}

img.box-logo{
	display:block;
	max-height:60px;
	margin-top:50px;

}

h1{
	font-weight:bold;
	color:#EF3D4F;
	font-size:1.3rem;
	margin-bottom:10px;
	margin-top:40px;
}

p{
	font-weight: 400;
	font-size:1.1rem;
}

header.login{
	margin-top:100px;
}

header{
	padding-top:50px;
	margin-bottom:30px;
}

header p{
	font-size:1.2rem;
	color:rgba(57, 58, 58, 0.9);
	margin-bottom:50px;
}

header .button{
	margin-right:15px;
	border-radius:25px;
}

header .button.hollow{
	border-width:2px;
	border-color:#EF3D4F;
	color:#EF3D4F;
}

header .logo{
	font-weight:600;
	font-size:1.2rem;
	letter-spacing:0.15rem;
	text-transform:uppercase;
	color:#EF3D4F;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
	margin-bottom:30px;

}

h1.heading{
	font-weight:600;
	font-size:1.2rem;
	letter-spacing:0.15rem;
	text-transform:uppercase;
	color:#ff3b30;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
	margin-bottom:30px;
}

header img{
	max-height:50px;
	margin-bottom:50px;
}

img.screen{
	margin-top:50px;
	margin-bottom:50px;
	border-radius:5px;
	border:1px solid #EAEDF0;
}

form.login{
	margin-top:30px;
}

form.login input[type='email'],form.login input[type='password']{
	box-shadow:none;
	border-radius:5px;
	font-size:0.95rem;	
}

form.login .button.hollow{
	border-width:2px;
	border-color:#ff3b30;
	color:#ff3b30;
	border-radius:25px;
}

footer{
	margin-top:100px;
	margin-bottom:30px;
}

footer ul > li a{
	padding-left:0;
	text-align:left;
}

.menu > li:not(.menu-text) > a{
	padding-left:0;
	padding-right:30px;
}

a.recover{
	text-align:right;
	display:block;
	padding-top:10px;
	font-size:0.9rem;
}


