p {
	padding: 0;
	margin: 0;
	font-family: montserrat;
	color: #f4f4f4;
}

.ocontainer1 {
	background-color: #161A1D;
	position: relative;

	}
	
.ocontainer2 {
	right: 0;
	position: absolute;
	background-image: url(/img/ONEFX-background.png);
	background-size: cover;
	background-position: right bottom;
}

.selectdisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.ologo {
	margin-top: 10vh;
}

.ofrom {
	font-size: 13px;
}

.orood {
	background-color: #CB0104;
}

.olichtgrijs {
	background-color: #E9E9E9;
}

input {
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: montserrat;
	font-weight: 300;
	font-size: 11px;
	color: #161A1D;
}

#icoon {
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 50px;
	display: block;
}

.oknopp {
	color: white;
}
.ofloat {
}

.om0 {
	right: 0;
}

.osignup {
	font-size: 11px;
	color: #bcbcbc;
	line-height: 50px;
	font-weight: 200;
}

.oaccountlink {
	color: #bcbcbc;
	text-decoration: none;
}

.oaccountlink:hover {
	color: #8f8f8f;
	text-decoration: none;
}

.ofooter {
	font-size: 12px;
	color: #7d7d7d;
}

/* FADE IN */
	
	.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}

/* Einde FADE IN */
/* SHAKE */

.shake {
  animation: shake .8s ease-in;
}

@keyframes shake{
  0%{
    transform: translate(0);
  }
  20%,
  40%,
  60%,
  80%{
    transform: translate(.8em);
  }
  10%,
  30%,
  50%{
    transform: translate(-.2em);
  }
  70%,
  100%{
    transform: translate(0);
  }
}

/* Einde SHAKE */
