body.simple-page {
    background-color: #188ae2;
    padding-top: 8%;
}

.simple-page-wrap {
    margin: 0 auto;
    width: 380px;
}

.simple-page-logo {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.simple-page-logo a { color: #fff; }

.simple-page-form {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    margin-bottom: 24px;
    padding: 24px;
}

.simple-page-form .form-title {
    background-color: #188ae2;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
    color: #fff;
    margin-top: -4rem;
    padding: 1.2rem;
    position: relative;
}

.simple-page-form .form-title img {
    margin-bottom: 10px;
    max-width: 40px;
}

.simple-page-form .form-group { margin-bottom: 32px; }

.simple-page-form input,
.simple-page-form input:focus,
.simple-page-form input:active {
    box-shadow: none;
    outline: none;
}

.simple-page-form input {
    border: none;
    border-bottom: 1px solid #eee;
    height: 40px;
    text-align: center;
}

.simple-page-form .btn {
    border-radius: 50%;
    height: 3rem;
    padding: 0px;
    /* width: 100%; */
    width: 3rem;
}

.simple-page-footer p {
    margin-bottom: 24px;
    text-align: center;
}

.simple-page-footer a {
    color: #f48735;
    font-weight: 500;
}

.simple-page-footer small {
    color: #333;
    margin-right: 16px;
}

#_404_title {
    color: #fff;
    font-size: 140px;
    font-weight: 900;
    letter-spacing: 5px;
    text-align: center;
}

#_404_msg {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#_404_form { margin-top: 48px; }

#_404_form .form-control { height: 40px; }

#_404_form .input-group-addon {
    background: #188ae2;
    border: #188ae2;
    color: #fff;
}

#unlock-user {
    margin-bottom: 48px;
    margin-top: 64px;
}

#unlock-user .avatar {
    display: block;
    height: 80px;
    margin: 0 auto;
    margin-right: 0;
    width: 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 {
    border: none;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
    outline: none;
}

#unlock-form input {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

#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 {
    background-color: #fff;
    border-radius: 3px;
    color: #188ae2;
    display: block;
    margin: 0 auto;
    width: 120px;
}

#back-to-home {
    left: 60px;
    position: fixed;
    top: 60px;
}

#back-to-home a {
    border: 1px solid #1e75c2;
    color: #1e75c2;
    font-size: 18px;
}

#back-to-home a:hover {
    background: #1e75c2;
    color: #fff;
}

#back-to-home a i { font-size: 24px; }

/*# sourceMappingURL=misc-pages.css.map */