body {
    /*
    background: #ebebeb url('../img/signup-back2.jpg') no-repeat 0 0;
    background-size: cover;
    */
}

#container{
    width: 100%;
    height: 100%;
    /*
    background: url('../img/shadow.png');
    background-size: 400px auto;
    */
    background-repeat: no-repeat;
    background-position: center 200px;
    overflow: hidden;
    
}

#signup-container {
    width:700px;
    /*height: 800px;*/
    margin: 0 auto;
    margin-top:100px;
    text-align:center;
    /*
    background: url('../img/shadow.png');
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: 160px 0;*/
}

.signup-inner {
    width: 650px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    padding: 10px 20px;
    overflow: hidden;
}

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



.submit-block, .forgot-pass {
    text-align: left;
}

.btn-submit {
    margin: 0;
    padding: 8px 35px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #FF9A00;
    cursor: pointer;
}

.btn-submit.focus, .btn-submit:active, .btn-submit:focus, .btn-submit:active:focus, .btn-submit:hover {
    background: #FF8100;
    color: #fff;
    font-weight: normal;
    outline: none;
}

.f-register .f-title, .f-auth .f-title {
    margin: 18px 0 20px;
    text-align: center;
    font-size: 30px;
    color: #4e4e4e;
    line-height: 1em;
}

label {
    font-weight: 100;
    font-size: 14px;
}

.form-group {
    text-align: left;
}

.f-notice {
    font-size: 12px;
    line-height: 1em;
}

.error {
    font-size: 12px;
    color: #ff0000;
}

.error-input {
    border: 1px solid #ff0000!important;
}