.home
{
	margin-top:10px;
	padding-left:10%;
	padding-right:10%;
	padding-top:1%;
	padding-bottom:10%;
	min-height:500px;
    background-color:#fff;
}
.login_div
{
	width:65%;
	margin-left:17%;
	height:400px;
	border:solid;
	border-width:2px;
	border-color:#eee;
	padding:20px;
}
body
{
	background-color:#eee;
}
html
{
	background-color:#eee;
	margin-left:4%;
	margin-right:4%;
}
#header
{
	margin-top:%;
	background-color:#fff;
	padding-top:30px;
}
#topheader
{
background-color:#eee;
min-height:40px;
}
.footer
{
	min-height:400px;
	color:#5e8ba5;
	padding:20px;
}
.footer h4
{
	color:#fff;
}
.logo
{
	padding-left:10px;
}
.white
{
	background-color:#ffffff;
}
.move-left
{
	float:left;
	text-align:left;
}

.move-right
{
	float:right;
	text-align:right;
}
.center
{
	text-align:center;
}
.white_txt
{
	color:#ffffff;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}
.colorPrimary
{
	background-color:#0288D1;
}
.colorAccent
{
	background-color:#364751;
}
.links
{
	min-height:70px;
}
.link_slope
{
	min-height:20px;
	width:100%;
}
.white_bg
{
	background-color:#fff;
}
.dont_pad
{
	padding:0px;
	margin:0px;
}
.border_right
{
	border-right-style:solid;
	border-right-color:#eee;
	border-right-width:1px;
}
.bold
{
	font-style:normal;
	font-weight:bold;
}
.links a
{
	color:#fff;
	margin-left:30px;
}
.links a:hover
{
	color:#5e8ba5;
	text-decoration:none;
	background-color:#
}
.btn_height
{
	height:40px;
	width:150px;
}
.pad_little
{
	margin-bottom:3px;
}
.bg_logo
{
	background:url(../media/bg.png);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.form_field
{
	width:250px;
}
.color_white
{
	color:#fff;
}
.login
{
	padding-bottom:10px;
}
.triangle
{
	background:url(../media/triangle.png);
	 background-position:right; 
	 background-repeat:no-repeat;
	  background-size:cover;
	
}
.result
{
	display:none;
}
.flip1
{
	background:url(../media/best.jpeg);
	 background-position:center; 
	 background-repeat:no-repeat;
	  background-size:cover;
	   /*-webkit-transform: rotate(-30deg);*/
  transform: rotate(-3deg);
  line-height:300px;
  position:relative;
}
.position_absolute
{
	position:absolute;
}
.margin_flip
{
	margin-top:50px;
}
.flip
{
	color:#fff;
	height:200px;
	margin-top:30px;
	padding:2px;
}
.flip_card
{
	height:300px;
}
.normal_height
{
	min-height:200px;
}