#register {
    padding: 20px;
}

#register .step-content{
    margin:15px auto;
    max-width: 500px;
}

#register .step-wrapper{

    padding:  35px;
    background: #f3f3f3;
}

#register #social-auth{
    margin-left: 0;
    text-align: center;
}

#register .forgot{
    bottom: 10px;
    margin-bottom: 255px;
    margin-left: 10px;
    position: relative;
    vertical-align: bottom;
}


#register form {
    position: relative;
}

#register .field {
    margin-bottom: 10px;
}

#register .field label {
    font-size: 16px;
    display: inline-block;
    color: #000;
    width: 115px;
    vertical-align: middle;
    font-weight: bold;
}

#register .field input[type="text"], #register .field input[type="password"] {
    height: 25px;
    box-shadow: none;
    border-radius: 0;
    padding: 0 7px;
    width: 290px;
    font-size: 0.9em;
    font-style: italic;
}

#register .button-register {
    border: 0;
    cursor: pointer;
    background: url('../img/buttons/button-register.png') no-repeat;
    width: 272px;
    height: 43px;
    margin: 15px 0 0 0;
}

#register .button-register:hover{
    background-position: 0 -43px;
}

#register .button-register:active{
    background-position: 0 -86px;
}



#register #social-auth span {
    display: block;
    font-size: 14px;
    color: #777778;
    margin-bottom: 7px;
}

.submit{
    text-align: right;
}