@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

/*
html {
    background: #00abff url('bg.png') repeat-x !important;
    margin: 0;
    padding: 0;

}
*/
h2{
	    font: 40px/50px;
	    font-family: 'Source Sans Pro', sans-serif;
}

html, body, input, textarea, button, select, optgroup, option {
    font: 15px/22px;
    font-family: 'Source Sans Pro', sans-serif;
}


html {
   background: #00bef0 url('') !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #00bef0 0%, #005a76 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bef0), color-stop(100%,#005a76)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bef0 0%,#005a76 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bef0 0%,#005a76 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00bef0 0%,#005a76 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #00bef0 0%,#005a76 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bef0', endColorstr='#005a76',GradientType=0 ) !important; /* IE6-9 */
    min-height: 100%;
}

h2.failed {
	font-family: 'Source Sans Pro', sans-serif;
	color: #00abe3;
	font-size: 45px;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 30px;
}

h2.success {
	font-family: 'Source Sans Pro', sans-serif;
	color: #00abe3;
	font-size: 45px;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 0px;
}

p.failed {
	font-family: 'Source Sans Pro', sans-serif;
	color: #535353;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	font-weight: normal;
}

#main {
	background-color:#fff;
	width: 490px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	height: Auto;
/*
	border: black solid 1px;
	border-width: 1px 1px 1px 1px;
*/
	margin:100 auto;	
/*	border-bottom: solid #ff6e03 5px;*/

padding: 60px;
}

#main2 {
	background-color:;
	width: 500px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	height: Auto;
/*
	border: black solid 1px;
	border-width: 1px 1px 1px 1px;
*/
	margin:100 auto;	
/*	border-bottom: solid #ff6e03 5px;*/
}

#hello{
	width: 10px;
}

#inner {
    width: 600px;
    margin: 100 auto;
}


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
img.textlogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
h3.blue {
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #00abe3;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 25px;
}
    
form {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
	border: 1px solid #d6d6d6;
	padding: 30px;
	margin-top: 35px;
	margin-bottom: 0px;
}

label {
	font-family: 'Source Sans Pro', sans-serif;
	color: #535353;
	font-weight: normal;
	display: block;
	margin-top: 30px;
}

input {
	width: 294px;
	height: 30px;
	margin-top: 10px;
	font-size: 15px;
	color: #535353;
	border: 1px solid #b7b7b7;
}

button {
	margin-top: 40px;
	width: 110px;
	height: 35px;
	
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	background: #00abe3;
	
	border: solid #1f628d 1px;
	text-decoration: none;
}
