html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
body {
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	min-width: 320px;
	overflow-x: hidden;
}
input,textarea,select{
	font-family: 'Segoe UI' Arial, Helvetica, sans-serif;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/segoeui.woff') format('woff');
	font-style: normal;
	font-weight: normal;
}
a{
	color: #555;
}
a:hover,.submit:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
button::-moz-focus-inner,input:: -moz-focus-inner,
input[type="submit"]:: -moz-focus-inner{
	border: 0;
	outline: 0;
}
.thumb{
	display: block;
}
.thumb img,.img{
	display: block;
	width:100%;
}
p{
	line-height:1.6em;
}
.hidden{
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
br.clear {
	clear: both;
	line-height: 0;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
#dashboard{
	background: url(../institution-images/institution-software.png) no-repeat scroll center center / cover;
	height: 100vh;
	position: relative;
}
#dashboard .dashboard{
	padding-top: 25%;
}
#dashboard ul{
	float: left;
	width: 100%;
}
#dashboard ul li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	text-align: center;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ee7324;
	border-radius: 5px;
	position: relative;
}
#dashboard ul li:nth-child(4n){
	margin-right: 0;
}
#dashboard ul li .top img.main{
	min-height: 160px;
}
#dashboard ul li .middle{
	position: absolute;
	left: 0;right: 0;top: 0;bottom: 0;
	margin: auto;
	width: 90px;
	height: 90px;
}
#dashboard ul li .middle span{
	background: #2cbd6a;
	position: relative;
	z-index: 1;
	padding: 25px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
#dashboard ul li .middle span img{
	width: 45px;
	height: 45px;
	margin: 0 auto;
}
#dashboard ul li .middle span.two{
	background: #673ab7;
}
#dashboard ul li .middle span.three{
	background: #ef3e2e;
}
#dashboard ul li .middle span.four{
	background: #41adef;
}
#dashboard ul li .top,#dashboard ul li .top img{
	border-radius:5px 5px 0 0;
}
#dashboard ul li .bottom{
	position: relative;
	border-radius: 0 0 5px 5px;
	background: linear-gradient(80deg,#feb34d 20%, #f88f4b 50%, #dd7648 80%);
}
#dashboard ul li .bottom div{
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	height: 26px;
	margin: auto;
}
#dashboard ul li .bottom div h4{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
#dashboard div.button{
	margin-top: -15px;
	position: relative;
}
a.button{
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border-radius: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
#login{
	background: url(../institution-images/institution-software.png) no-repeat scroll center center / cover;
	text-align: center;
	height: 100vh;
	position: relative;
}
#login .login{
	width: 300px;
	height: 300px;
	background: #e87526;
	border-radius: 5px;
	position: absolute;
	bottom: 0;left: 0;right: 0;top: 0;
	margin: auto;
}
#login .top{
	background: #36342e;
	padding: 20px 0 50px;
	border-radius: 5px 5px 0 0;
}
#login h1.logo{
	width: 120px;
	height: 30px;
	margin: 0 auto;
}
#login div.bottom{
	background: #ec7926;
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
}
#login h4{
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 0;
	border-radius: 5px 5px 0 0;
	background: #fff;
	position: relative;
	top: -27px;
}
#login form{
	background: #feb44d;
	padding: 30px 20px;
	position: relative;
	border-radius: 0 0 5px 5px;
	position: relative;
	top: -27px;
}
#login form p input{
	margin: 0;
	padding: 0;
	width: 100%;
	color: #555;
	height: 35px;
	border:none;
	background: none;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	font-size: 10px;
	outline: none;
}
form .last{
	margin: 30px 0;
}
form .last p{
	float: left;
	width: 50%;
}
form .last p label{
	float: left;
	width: 80%;
	font-size: 11px;
	text-align: left;
}
form .last p label.two{
	text-align: right;
	margin-right: 5px;
}
form .last p input{
	float: left;
	width: 11%;
	height: 20px;
}
#signup form .last p{
	float: left;
	width: 90%;
}
#signup form .last p input{
	float: left;
	width: 11%;
	height: 20px;
}
#login div.button{
	position: absolute;
	bottom: -15px;left: 0;right: 0;
	margin: 0 auto;
}
input.button{
	display: inline-block;
	padding: 10px 20px;
	background: none;
	background: #fff;
	border: none;
	border-radius: 5px;
	font-size: 10px;
	text-transform: uppercase;
}
#signup{
	background: url(../institution-images/institution-software.png) no-repeat scroll center center / cover;
	text-align: center;
	height: 100vh;
	position: relative;
}
#signup .signup{
	width: 300px;
	height: 300px;
	margin: auto;
	background: #e87526;
	border-radius: 5px;
	position: absolute;
	bottom: 0;left: 0;right: 0;top: 0;
	margin: auto;
}
#signup .top{
	background: #36342e;
	padding: 20px 0 50px;
	border-radius: 5px 5px 0 0;
}
#signup h1.logo{
	width: 120px;
	height: 30px;
	margin: 0 auto;
}
#signup div.bottom{
	background: #ec7926;
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
}
#signup h4{
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 0;
	border-radius: 5px 5px 0 0;
	background: #fff;
	position: relative;
	top: -27px;
}
#signup form{
	background: #feb44d;
	padding: 55px 20px;
	position: relative;
	border-radius: 0 0 5px 5px;
	position: relative;
	top: -27px;
}
#signup form p input{
	width: 100%;
	color: #555;
	height: 35px;
	border:none;
	background: none;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 10px;
	outline: none;
}
#signup div.button{
	position: absolute;
	bottom: -15px;left: 0;right: 0;
	margin: 0 auto;
}
@media all and (max-width:1050px){
	#dashboard{
		height: auto;
	}
	#dashboard .dashboard{
		padding: 40px 0;
	}
	#dashboard ul{
		margin-bottom: -5%;
	}
	#dashboard ul li{
		width: 47.5%;
		margin:0 5% 5% 0;
	}
	#dashboard ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media all and (max-width:480px){
	#dashboard ul li{
		width: 100%;
		margin: 0 0 -5%;
	}
}