.signIn {
  /*display: none !important;*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: #1B2431;*/
  color: #FFFFFF;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: museo-sans, sans-serif;
  overflow: hidden;
}
p, button, input {
  font-family: museo-sans, sans-serif;
}
#particles-js {
	overflow: hidden;
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b2431+39,f8ac2d+100 */
background: #1b2431; /* Old browsers */
background: -moz-linear-gradient(45deg,  #1b2431 39%, #f8ac2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #1b2431 39%,#f8ac2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #1b2431 39%,#f8ac2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2431', endColorstr='#f8ac2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
  height: 100%;
  z-index: -2;
}
#particles-js:before { 
  content: '';
  position: absolute;
  /*left: 20%;*/
  width: 100%; 
  height: 200%; 
  /*background-color: #1B2431;*/
  /*opacity: 0.2;*/
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.signIn .sign-in {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-appearance: none;
  border: solid 2px #FFFFFF;
  background: none;
  text-transform: uppercase;
  padding: 7.5px 20px;
}
.wrap {
	position: relative;
}
.signIn .img {
  text-align: center;
}
.signIn .img img {
  max-height: 120px;
  padding: 15px;
  padding-bottom: 0;
  padding-top: 10px;
}
.signIn .img p {
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 16px;
	text-transform: uppercase;
}
.signIn .reff p {
  font-size: 18px;
  font-weight: 100;
  max-width: 420px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.signIn .reff p span {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.signIn .reff input {
  -webkit-appearance: none;
  border: none;
  border-bottom: solid 1px #fff;
  color: #313d4f;
  padding: 15px;
  background: none;
  width: 325px;
  font-size: 20px;
  font-weight: 100;
  margin: 25px auto;
  display: block;
  color: #FFFFFF;
  outline: none;
}
.signIn button.submit {
	outline: none;
	color: #fff;
  background: #f8ac2d;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px auto;
  margin-top: 45px;
  display: block;
  text-shadow: 1px 1px 1px rgba(39, 49, 66, 0.9);
  box-shadow: 2px 2px 2px #1B2431;
}

.social {
  margin-top: 50px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.social a {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}