.header_area {
    top: 0px;
}
.phone-logo {
    text-align: center;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 18px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.login-page .form-control {
    border-radius: 12px;
}
.dstloginindex {
    color: #828282;
    font-size: 12px;
    line-height: 18px;
}