html {
    height: 100%;
}

body{
    height: 100%;
	min-height: 700px;
    background: #ebebeb url('../img/signup-back2.jpg') no-repeat;
}

#container{
    width: 100%;
    height: 100%;
    /*
    background: url('../img/shadow.png');
    background-size: 400px auto;
    */
    background-repeat: no-repeat;
    background-position: center 200px;
}

#signup-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    width:700px;
    margin: 0 auto;
    text-align:center;
}

.signup-inner {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
    padding: 10px 20px;
}

.signup-inner img {
    width: 85%;
}

.signup-inner h3 {
    color: #FF9B29;
    font-weight: 100;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 24px;
}

.signup-inner input {
    
}

.agreement-label {
    font-size: 14px;
}

a.login {
    font-size: 14px;
}

.error {
    display: none;
    color: red;
    font-size: 12px;
}

.error-input {
    border: 1px solid #ff0000!important;
}
