@charset "UTF-8";
/* CSS Document */


<!--

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}

.header {
	width: 390px;
	margin-bottom: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 36px;
}
.iniz {
	color: #FFCC00;
}
.ui-widget {
	font-size:12px;
}
form {
	margin:0px;
	padding:0px;
}
#header {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
a {
	-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 00px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 16px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
a:hover{
	background-color: rgba(255, 255, 255, 0.4);
	/*background: #EAEAEA url(cpanel/admin/graphics/bg_menu_left.jpg) repeat-x bottom;*/
}
a img {
	vertical-align: middle;
	height: 40px;
	width: 40px;
}
.nstd {
	display:none;
}
.std {
	display:block;
}
sup {
	font-size:50%;
}

body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}

.wrapper {
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #04365e 0%, #449add 100%);
  background: linear-gradient(to bottom right, #04365e 0%, #449add 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -250px;
  height: 500px;
  overflow: hidden;
}

.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.wrapper.form-success .container h3 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 0;
  /*height: 400px;*/
  text-align: center;
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: #449add;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #449add;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}

h1,h2, h3, h4 {
	margin:0px;
	padding:0px;
	color:white;
}

.img_title {
    height: 50px;
	opacity:1;
	vertical-align:middle;
}

#errore {
	color:white;
	display:none;
	padding:10px;
	margin:auto;
	font-size:80%;
}
#errore a {
	text-decoration:none;
	padding:10px;
	background-color:#FFF;
	font-size:90%;
	color:#6699CC;
	margin-top:5px;
  display: block;
}
#errore a:hover {
	background-color:#6699CC;
	color:#FFF;
}
#res {
	background-color:#FFF;
	border:5px solid #FF3300;
	border-radius:.3em;
	color:red;
	position:absolute;
	display:none;
	font-size:80%;
	text-align:left;
	padding:10px;
	width:300px;
	margin:auto;
	left:0;
	right:0;
	box-shadow:0px 0px 5px #333;
	margin-top:-50px;
}
#res p {
	margin-bottom:5px;
}

-->