body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #000;
}

.logo {
    position: relative;
}

.logo img {
    position: absolute;
    top: -100px;
    display: block;
}

#page-main {
    width: auto;
    max-width: 1170px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/login-register-forgot/bg.png");
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: left center;
}

#page-main form {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9999;
    margin-top: -255px;
    padding: 76px 43px 0;
    width: 420px;
    height: 510px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    background-image: url(../img/login-register-forgot/logo.png);
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-position: 28px 24px;
}

#page-main form legend {
    font-size: 24px;
    font-weight: bold;
    border: 0;
    margin-bottom: 0px;
    line-height: 1em;
}

#page-main form label {
    padding: 0;
    margin-bottom: 0;
    opacity: .8;
}

#page-main form .submit {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
}

#page-main form input {
    margin-top: 10px;
    margin-bottom: 20px;
}

#page-main form .submit .btn-success {
    padding: 0;
    width: 144px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px !important;
}

#page-main form .tips div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1.2;
    padding: 10px 15px;
    text-align: center;
    background-color: #f55 !important;
    font-size: 14px;
    color: #fff !important;
}

#page-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 21px;
    text-align: center;
    background-color: #000;
}

#page-footer table {
    margin-left: auto;
    margin-right: auto;
}

#page-footer td {
    height: 24px;
    line-height: 24px;
    padding-left: 18px;
    padding-right: 18px;
}

#page-footer td a {
    font-size: 16px;
}

#page-footer a {
    opacity: .8;
    color: #fff !important;
}

#page-footer a:hover {
    color: #38E9B8 !important;
}

#page-footer .language .dropdown-toggle {
    font-size: 14px;
}

#page-footer .language .dropdown-menu a {
    color: #000 !important;
}
.send-msg {
    margin-top: -12px;
    padding: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ececec;
    border-radius: 4px;
  }