@import url('demo.css');
@import url('font-awesome.css');

/* GLOBALS */

@font-face{
font-family: FrizQuadrataC;
src: url(fonts/FrizQuadrataC.ttf);
}

*{
border: 0;
margin: 0;
outline: 0 none;
padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#wrapper{
margin: 0 auto;
width: 1000px;
}

#logo{
margin: 0 auto;
margin-bottom: 30px;
margin-top: 120px;
width: 365px;
}

#logo img{
margin-left: -50px;
}

/* Demo 4 */

.form-4 {
    /* Size and position */
    width: 250px;
    margin: 15px auto;
    position: relative;
	font-family: FrizQuadrataC, 'Times New Roman', Cambria, Georgia;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.form-4 p{
text-align: center;
}

.form-4 h1 {
    font-size: 22px;
    padding-bottom: 20px;
}

.form-4 input[type=text],
.form-4 input[type=password] {
    /* Size and position */
    width: 100%;
    margin-bottom: 15px;
	padding: 3px 9px;
    /* Styles */
	/*Fallback */
    border: 1px solid rgba(255,255,255, 0.8);
    background: rgba(254,254,254,0.5);
    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 */
	font-family: FrizQuadrataC, 'Times New Roman', Cambria, Georgia;
    color: #333;
    font-size: 13px;
	height: 30px;
 }

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.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
 {
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.1),
        0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus {
    outline: 1px solid white;
}

 .form-5{
bottom: 0;
}

.form-5 input[type=submit] {

    width: 100%;
    padding: 5px 7px;


    background: #f4f4f4;
    background: -moz-linear-gradient(rgba(244,244,244,0.5), rgba(206,206,206,0.7));
    background: -ms-linear-gradient(rgba(244,244,244,0.5), rgba(206,206,206,0.7));
    background: -o-linear-gradient(rgba(244,244,244,0.5), rgba(206,206,206,0.7));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(244,244,244,0.5)), to(rgba(206,206,206,0.7)));
    background: -webkit-linear-gradient(rgba(244,244,244,0.5), rgba(206,206,206,0.7));
    background: linear-gradient(rgba(244,244,244,0.5), rgba(206,206,206,0.7));
    border-radius: 5px;
    border: 1,5px solid #9C9E98;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    -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;
     text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.5);*/
	font-family: FrizQuadrataC, 'Times New Roman', Cambria, Georgia;
}

.form-5 input[type=submit]:hover {
    box-shadow:
        inset 0 1px rgba(255,255,255,0.2),
        inset 0 20px 30px rgba(244,244,244,0.5);
}*/

.form-5 input[type=submit]{
background: -webkit-linear-gradient(bottom, #d1d1d1 0%, #fff 100%);
border: 1px solid #E7E7E7;
border-radius: 3px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 3px 1px rgba(0,0,0,0.2);
cursor: pointer;
height: 30px;
line-height: 31px;
font-family: FrizQuadrataC, 'Times New Roman', Cambria, Georgia;
width: 90px;
}

.form-5 input[type=submit]:hover{
background: -webkit-linear-gradient(bottom, #ebebeb 0%, #fff 100%);
}

.form-5 input[type=submit]:active{
box-shadow: 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 3px 1px rgba(0,0,0,0.2), inset 0px 0px 1px 1px rgba(0,0,0,0.15);
}

/* Fallback */

.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;
}

.form-5 {
    /* Size and position */
    width: 80px;
    margin: auto;
    /*position: absolute;*/
    position: relative;
    color: green;
/*color: white;
/* color: #fff;*/
    font-weight: bold;
    font-size: 13px;
   /* top: 110px;
    /*left: 48%;*/

    /* Font styles */

	font-family: FrizQuadrataC, 'Times New Roman', Cambria, Georgia;
   /*font-family: "Monotype Sorts", Georgia, "Times New Roman", Serif;
   /*font-family: 'Raleway', 'Lato', Arial, sans-serif;    */
    /*color: white;*/


}