body.simple-page {
    background-color: #FC7422;
    padding-top: 8%; }

.terms-page-wrap {
    width: 860px;
    margin: 0 auto; }

.simple-page-wrap {
    width: 420px;
    margin: 0 auto; }

.simple-page-logo {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px; }
.simple-page-logo a {
    color: #fff; }

.simple-page-form {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 24px; }
.simple-page-form .form-group {
    margin-bottom: 32px; }
.simple-page-form input,
.simple-page-form input:focus,
.simple-page-form input:active {
    outline: none;
    box-shadow: none; }
.simple-page-form input {
    border: none;
    border-bottom: 1px solid #eee;
    line-height: 30px; }
.simple-page-form .btn {
    width: 100%; }

.simple-page-footer p {
    text-align: center;
    margin-bottom: 24px; }

.simple-page-footer a {
    color: #fff;
    font-weight: 500; }

.simple-page-footer small {
    margin-right: 16px;
    color: #fff; }

#_404_title {
    text-align: center;
    font-weight: 900;
    font-size: 140px;
    letter-spacing: 5px;
    color: #fff; }

#_404_msg {
    color: #fff;
    text-align: center;
    font-size: 16px; }

#_404_form {
    margin-top: 48px; }
#_404_form .form-control {
    height: 40px; }
#_404_form .input-group-addon {
    background: #FC7422;
    border: #FC7422;
    color: #fff; }

#unlock-user {
    margin-top: 64px;
    margin-bottom: 48px; }
#unlock-user .avatar {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
#unlock-user h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase; }

#unlock-form .form-group {
    margin-bottom: 32px; }

#unlock-form input,
#unlock-form input:focus,
#unlock-form input:active {
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #aaa; }

#unlock-form input {
    width: 70%;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: transparent;
    height: 40px; }
#unlock-form input::-webkit-input-placeholder {
    color: #fff; }
#unlock-form input::-moz-placeholder {
    color: #fff; }
#unlock-form input:-ms-input-placeholder {
    color: #fff; }

#unlock-form #unlock-btn {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #FC7422;
    border-radius: 3px;
    width: 120px; }

#back-to-home {
    position: fixed;
    top: 60px;
    left: 60px; }
#back-to-home a {
    color: #fff;
    font-size: 18px; }
#back-to-home a i {
    font-size: 24px; }

.errors{
    text-align: center;
    color: #e74c3c;
    margin-bottom: 5px;
    margin-top: 5px;
}