html, body {
	overflow: hidden;
}

p, h1 {
	padding: 0;
	margin: 0;
	font-family: catamaran, roboto, verdana, sans-serif;
	color: #f4f4f4;
}

#forgotpassworddiv {
	visibility: hidden; 
	height: 0px;
}



.ocontainer {
	background-color: #111318;
	position: relative;

	}

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

.oaccountlink {
    color: #6F6E74;
    text-decoration: none;
    font-size: 14px;

}

.oaccountlink:hover {
	text-decoration: underline;
    color: #6F6E74;
}

.ologodiv {
	height: 100px;
	margin-top: 14vh;
	margin-bottom: 10vh;
	overflow: hidden;
	display: flex;
	justify-content: left;
	align-items:center;
}

.ologo {
	width: 0%;
	height: 0%;
	background-image: url(/img/ON\ Audio\ -\ Logo\ transparant\ negatief.png);
	background-size: cover;
	background-position: center;
	position: relative;
	animation-name: logo-opening;
	animation-duration: 1.0s;
	animation-delay: 0.5s;
  	animation-timing-function: cubic-bezier(.4,.24,.05,.9);
  	animation-fill-mode: forwards;
}

.omessagedivmain {
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}

.oerrordiv {
	height: 45px;
	margin-bottom: 10px;
	margin-top: 45vh;
	display: flex;
	overflow: hidden;
	
}

.oerrordiv1 {
	height: 45px;
	margin-bottom: 10px;
	margin-top: 45vh;
	display: flex;
	overflow: hidden;
	
}

.oerror {
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 200;
	
}

.omessagediv {
	width: 100%;
	min-height: 20px;
}

.omessagetext {
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-left: 25px;
	font-size: 15px;
	font-weight: 400;
}

.oinputdiv {
	height: 60px;
	margin-bottom: 30px;
	display: flex;
	justify-content: left;
	align-items:center;
}

.oinputdiv {
	height: 60px;
	margin-bottom: 30px;
}


.oinput {
	height: 0%;
	width: 0%;
	outline: none;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
	background-color: #21222C;
	color: #f4f4f4;
	font-family: catamaran;
	font-size: 18px;
	display: block;
	border-radius: 0;
	-webkit-appearance: none;
	animation-name: inputopening;
  	animation-duration: 1.5s;
  	animation-delay: 1.0s;
	animation-timing-function: cubic-bezier(.80,.50,0.2,1.0);
	animation-fill-mode: forwards;
}

.oinput2 {
	height: 0%;
	width: 0%;
	outline: none;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
	background-color: #21222C;
	color: #f4f4f4;
	font-family: catamaran;
	font-size: 18px;
	display: block;
	border-radius: 0;	
	-webkit-appearance: none;
	animation-name: inputopening;
  	animation-duration: 1.58s;
  	animation-delay: 1.0s;
	animation-timing-function: cubic-bezier(.80,.50,0.22,1.0);
	animation-fill-mode: forwards;
}


.oinputdiv2 {
	height: 60px;
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;

}

.oforgotdiv {
	width: 100px;
	height: 100%;
	margin-left: 25px;
	margin-top: 60px;
	float: left;
	animation-name: forgot-opening;
	animation-duration: 1.0s;
	animation-delay: 3.0s;
  	animation-timing-function: ease;
  	animation-fill-mode: forwards;
}

.oforgottext {
	line-height: 60px;
	color: #6F6E74;
	font-size: 13px;
}

.oforgottext:hover {
	text-decoration: underline;
	cursor: pointer;
}



.obutton {
	float: right;
	margin-right: 10%;
	opacity: 0.0;
	width: 50px;
	height: 60px;
	border: none;
	background-color: #111318;
	outline: none;
	text-align: right;
	animation-name: button-opening;
	animation-duration: 1.0s;
	animation-delay: 2.5s;
  	animation-timing-function: ease;
  	animation-fill-mode: forwards;
}

.obutton:hover {
	opacity: 1;
	margin-right: 0px;
}

.obutton:active {
	outline: none;
	border: none;
	}

.obutton:focus {outline:0;}

 i {
	 color: #f4f4f4;
	 font-size: 20px;

 }
 
 

 @keyframes logo-opening {
	0%   {width: 0%; height: 0%;}
	100% {width: 85%; height: 100%;}
  }

  @keyframes forgot-opening {
	0%   {margin-top: 60px;}
	100% {margin-top: 0px;}
  }

 @keyframes inputopening {
	0%   {height: 0%; width: 0%; padding-left: 0px; padding-right: 0px; border-left: 5px solid #f4f4f4;}
	30%  {height: 100%; width: 0%; padding-left: 0px; padding-right: 0px; border-left: 5px solid #f4f4f4;}
	100% {height: 100%; width: 100%; padding-left: 20px; padding-right: 20px; border-left: 5px solid #f4f4f4;}
  }

  @keyframes button-opening {
	0% {opacity: 0; margin-right: 10%;}
	100% {opacity: 1; margin-right: 0%;}
  }


  @keyframes inputclose {
	0% {height: 100%; width: 100%; padding-left: 20px; padding-right: 20px; border-left: 5px solid #f4f4f4;}
	70%  {height: 100%; width: 0%; padding-left: 0px; padding-right: 0px; border-left: 5px solid #f4f4f4;}
	100%   {height: 0%; width: 0%; padding-left: 0px; padding-right: 0px; border-left: 5px solid #f4f4f4;}


  }
  
  
