body {
    background: #056986;
	font-family: Helvetica, wf_segoe-ui_normal,Tahoma,Verdana,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h2, h2 {
    font-size: 30px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h5, h5 {
    font-size: 14px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

a, .figure {
    color: #06AEE0;
    -webkit-transition: background-color color 0.3s;
    -moz-transition:  background-color color 0.3s;
    -o-transition:  background-color color 0.3s;
    transition:  background-color color 0.3s;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover {
    -webkit-transition: background-color color 0.3s;
    -moz-transition:  background-color color 0.3s;
    -o-transition:  background-color color 0.3s;
    transition:  background-color color 0.3s;
}

// Transformation
.text-lowercase      { text-transform: lowercase; }
.text-uppercase      { text-transform: uppercase; }
.text-capitalize     { text-transform: capitalize; }

.login-panel {
	display: table;
    margin: 0 auto;
 }

.welcome {
	text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin: 10px 0 20px 0;
    text-shadow: 0 1px 1px #063644;
}

.welcome h3 {
    font-size: 22px;
	margin-bottom: 25px;
}

.welcome h4 {
    font-size: 16px;
}

.span2 {
	background: #0986ab;
	border: 1px solid #2da0cb;
	box-shadow: 0 0 5px #085b73;
	color: #f6f8f8;
	display: table;
	font-size: 12px;
	margin-bottom: 16px;
	min-height: 160px;
	padding: 20px;
	vertical-align: middle;
	width: 450px;	
}

.span2:hover {
	background: #1599bf;
}

.span2:hover .figure {
	background: #4cbdde;
}
.span2 h3 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #013848;
}

.span2 .figure {
	background: #38a5c5;
	border-radius: 100px;
	float: left;
	margin-right: 18px;
	padding: 12px;
	text-align: center;
	-webkit-transition: background-color color 0.3s;
	-moz-transition:  background-color color 0.3s;
	-o-transition:  background-color color 0.3s;
	transition:  background-color color 0.3s;
}

.span3 {
	float: left;
	width: 278px;
}

.span3 ul {	
    margin: 0;
	padding-left: 25px;
}

.acc-img {
	width: 65px;
} 
.pull-right {
	display: block;
	float: right;
	margin: 15% auto;
	width: 22px;
}