.navbar-brand {
	padding:0 !important;
	height:66px;
}

.navbar-brand-logo {
	height:50px;	
	margin: 8px auto;
}

.navbar-brand-text{
	font-weight:300;	
}

.navbar-header {
	background-color:#0072ce !important;
}

.alert.dark a{
	color: white;
	text-decoration: underline;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../images/bg-mots.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../images/bg-mots.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	color: black;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

.masthead form{
	margin-bottom:50px;
}

.masthead .success-icon{
	font-size: 4rem;
	color: green;
	margin: 40px auto;
	text-align: center;
}


.masthead .error-icon{
	font-size: 4rem;
	color: red;
	margin: 40px auto;
	text-align: center;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
  .masthead .error-icon,
	.masthead .success-icon{
	font-size: 6rem;  
  }
}
