.outer{
    position: relative;
    height: 100%;
  }
.inner{
width: 40%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
    .inner {
        width: 80%;
    }
}
.logo-area {
    text-align: center;
    margin-bottom: 30px;
}
.logo-area > img {
    width: 60%;
}
.box {
    border: none;
}
.box a {
    color: #3fa097;
}
.box a:hover {
    font-weight: bold;
}
.box .box-body {
    padding: 15px;
}
.error {
    color: #c0392b;
    font-weight: bold;
}
.reset-ok {
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
}
.box-outer-title {
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
