html {
    height: 100%;
}

body {
    font-family : "lato", Arial;
    text-align : center;
    margin : 0px;
    font-weight : 300;
    background : #e0e0e0;
    background: url() no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

#details {
    background : #ffffff;
    padding-top: 50px;
}

div#logo {
	padding: 0px 30px;
}

div#logo img {
	width : 100px;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#main-canvas{
	text-align : left;
	width : 320px;
	height : 100%;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
	box-sizing : border-box;
    background : white;
}

#sign-in-type {
	border: 1px solid #ccc;
	outline: none;
	background-color: #fff;
	border-radius: 0px;
	font-size: 10pt;
	width: auto !IMPORTANT;
	min-width: 100px;
	padding : 8px;
	height : 34px;
	box-sizing : border-box;
}

input[type=text], input[type=password]{
	border: 1px solid #ccc;
    outline: none;
    background-color: #fff;
    border-radius: 4px;
    font-size: 10pt;
    width: 100%;
    height: 42px;
    padding: 0px 12px;
    box-sizing: border-box;
}

input {
	border: none;
	border:0;
  	border-color: transparent;
}

ul {
    padding : 0px;
    list-style : none;
}

ul.content {
    margin: 30px;
}

ul.content li {
    margin-bottom: 20px;
    font-size: 10pt;
}

div.blue-green-button {
    font-weight: 300;
}

a.link {
    text-decoration : none; 
    color : #333; 
    font-size : 11pt; 
    outline : none; 
    text-align: left;
}   

a.link:hover {
    color: #0070e0;
}

div.footer {
    color: white;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    font-size: 9pt;
    background: #0070e0;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

span.red {
	color: red;
}
