
section 
{
	display: 			flex;
	flex-direction: 	column;
	justify-content: 	center;
	align-items: 		center;
	text-align: 		center;
	min-height: 		95vh;
//	box-shadow: 0px 2px 16px #999;
}

div 
{
    box-sizing:	 		border-box;
    display: 			inline-block;
    padding: 			16px;
    text-align: 		center;
    width: 				400px;
}

.login_box 
{
    background: 		white;
}

.login_box_top
{
    background	: 		#FFFFFF;
	padding-top: 		16px;
	padding-bottom:    	0px;
}

.login_box_fail
{
    background	: 		#FFFFFF;
	padding-top: 		16px;
	padding-bottom:    	0px;
	font-size:			12px;
}

.login_button 
{
    background	: 		#3498DB;
	color		:		#FFFFFF;
	cursor		: 		pointer;
}
  



.enjoy-css {

  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: normal 18px/normal "Coda", Helvetica, sans-serif;
  color: rgba(0,142,198,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background:  white;

  
  border: 1px solid #dedede;  
    padding-left: 8px;
}

.enjoy-css:focus {
  outline: none;
  box-shadow: 0px 0px 2px #3498DB;
  background:  white;
}


hr.style4 {
	border-top: 1px #dedede; 
}

#dFont {
font-family: Arial, Helvetica, sans-serif;
font-size: 12	px;
letter-spacing: 2.8px;
word-spacing: 0px;
color: #3498DB;
font-weight: 500;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: none;
}

#oFont {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: 2.8px;
word-spacing: 0px;
color: #264d73;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: none;
}

.lFont
{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	letter-spacing		: 2.8px;
	word-spacing		: 0px;
	color				: white;
	font-weight			: 600;
	text-decoration		: none;
	font-style			: normal;
	font-variant		: small-caps;
	text-transform		: none;
}

h1
{
	color: #232d51;
}
