/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}

.login-page {
	width: 360px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #ededed;
}
.login-page-top {
	padding: 40px 50px 10px;
	border-bottom: 1px solid #fff;
}
 .login-page-bottom {
	padding: 30px 50px 40px;
}

.esaote-logo {
	margin: 0 auto;
	width: 240px;
	height: 67px;
	background:url('images/esaote-logo.png') no-repeat;
}
.dicom-viewer-title {
	margin: 20px auto;
	height: 29px;
	font-size: 1.2em;
	text-align:center;
}
.form-intro {
	text-align: center;
	padding: 0 0 10px;
}
.email {
	text-align:right;
}
.email input {
	width: 200px;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	color: #707070;
	font-size: 12px;
}
.submit {
	padding: 20px 0;
}
.submit input {
	float: right;
	padding: 14px 22px;
	background-color:#3ccbb9;
	color:#ffffff;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
}
.request-access {
	text-align:right;
}
.request-access a {
	text-decoration: underline;
}
.login-message {
	color: red;
}
html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font: 14px 'Droid Sans', arial, sans-serif;
	line-height: 1.4;
	color: #3d4352;
	background: #fff;
}
img {
	max-width: 100%;
	height:auto;
}
a {
	color: #545863;
	text-decoration: none;
}

.added-container {
	position: relative;
}
.added-content {
	width: 1024px;
	margin: 0 auto;
	background-color: #ffffff;
}
