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

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

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

.auth-inner img {
    width: 85%;
}

.auth-inner h3 {
    color: #FF9B29;
    font-weight: 100;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 24px;
}

.auth-inner input {
    
}

.remember-label {
    font-size: 14px;
}

a.forgot-pass {
    font-size: 14px;
}

a.forgot-pass:hover {
    color: red;
}

.error, .success {
    display: none;
    color: red;
    font-size: 12px;
    margin-bottom: 15px;
}

.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-title {
    margin: 18px 0 20px;
    text-align: center;
    font-size: 30px;
    color: #4e4e4e;
    line-height: 1em;
}

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

.error-div {
    margin-bottom: 0;
}

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

.forgot-pass, .remember-me {
    margin-bottom: 10px;
}

.f-subtitle {
    margin: 0 0 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
}