@import"//fonts.googleapis.com/css?family=Roboto:100,300,400";
html {
    min-height: 100%;

    background: #C07B3A url('../images/bg.jpg') 100% 100% no-repeat;

    -webkit-background-size: cover;
	-moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

body{color:#555;font:normal 15px "Roboto",arial,sans-serif;font-weight:300;margin:30px 0 0 0;overflow-x:hidden}

/*body {
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
h1,h2,h3,h4,h5,h6 {
font-style:normal;
font-weight:100;
line-height:1.17em;
margin:0 0 .3em;
}

h1 {
font-size:2.5em;
}

h2 {
font-size:3.5em;
margin-top:25px;
margin-bottom: 30px; 
}

h3 {
font-size:2.7em;
}

h4 {
font-size:1.5em;
font-weight:300;
}

h5 {
font-size:1em;
font-weight:400;
}

h6 {
font-size:1em;
}
* input { font:normal 15px Arial; }	
.form-4 h2 { margin: 0 0 40px 0; }
.error { background: rgba(255,255,255,0.5); padding: 10px; color: #000; text-shadow: none; -moz-border-radius: 3px; border-radius: 3px;}
.form-4 {
    /* Size and position */
    width: 300px;
    margin: 60px auto 30px;
    padding: 10px;
	
    position: relative;
 
    /* Font styles */
    color: white;
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}
 
.form-4 h1 {
    font-size: 22px;
    padding-bottom: 20px;
}
.form-4 input[type=text],
.form-4 input[type=password] {
    /* Size and position */
    width: 284px;
    padding: 8px 4px 8px 10px;
    margin-bottom: 15px;
 
    /* Styles */
    border: 1px solid #4e3043; /* Fallback */
    border: 1px solid rgba(78,48,67, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
 
    /* Font styles */
    color: #fff;
    font-size: 16px;
}
.form-4 input::-webkit-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 
.form-4 input:-moz-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 
.form-4 input:-ms-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.form-4 input[type=text]:hover,
.form-4 input[type=password]:hover {
    border-color: #333;
}
 
.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus,
.form-4 input[type=submit]:focus {
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.5), 
        inset 0 1px 1px rgba(0,0,0,0.5),
        0 0 0 3px rgba(255,255,255,0.5);
    outline: none;
}
 
/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus {
    outline: 1px solid white;
}
.form-4 input[type=submit] {
    width: 120px;
    padding: 10px 8px;
    margin-bottom: 15px;
 
    /* Styles */
    border: 1px solid #4e3043; /* Fallback */
    border: 1px solid rgba(78,48,67, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	color: rgba(37,21,26,0.7);
	text-shadow: 0 2px 0 rgba(255,255,255,0.15);
}
 
.form-4 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(99,64,86,0.5);
}
 
/* Fallback */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #594642;
}
.form-4 label {
    display: none;
    padding: 0 0 5px 2px;
    cursor: pointer;
}
 
.form-4 label:hover ~ input {
    border-color: #333;
}
 
.no-placeholder .form-4 label {
    display: block;
}