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

body {
    font-family: Arial;
    text-align: center;
	width: 320px;
	margin-right: auto;	margin-left: auto;
	background-image: url(../images/network_18237596_s.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.headertext {
	line-height: 55px;
}
.form-content {
    padding: 30px 60px;
    background-color: #282726;
    border: #282726 1px solid;
    display: inline-block;
	width: auto;
}

.form-content label {
    font-size:12px;
	color: #ffffff;
}

.form-content span {
    color: #ff7d06;
    text-align: center;
    font-size: 12px;
    margin-left:10px; 
    
}

.form-content form {
    width: auto;
    display:inline-block;
    text-align:left;
}

.form-content input {
    margin: 5px 0px 20px 0px;
    padding:10px;
    width:200px;
	border-color: #ffffff;
}

.form-content button {
    margin-bottom:20px;
}
#response {
    padding:15px 0px;
	color: #ffffff;
}

.error {
    color: #de1414;
}

.success {
    color: #4cde14;
}

.btn {
    padding: 10px 20px;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    background: #333;
    border: #252525 1px solid;
}

.login {
    background: #f05837;
    border:#f05837 1px solid;
}

.signup {
    background: #393737;
    border: #393737 1px solid;
}