.light-gray-bg.form-block a {
    color: #0c9ec7;
}
.light-gray-bg.form-block a:hover {
    color: #0c9ec7;
    text-decoration: underline;
}
.login-form-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 27px 0;
}

.login-title {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #3c3c3c;
}

.login-form {
    background-color: rgba(242, 242, 242, 1);
    position: absolute;
    padding: 25px 25px 23px 25px;
    width: 350px;
    margin: 0 81px;
    transition: all ease-in-out 1s;
}

#login-form a {
    cursor: pointer;
}

.login-form-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.login-form-footer-ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.login-form-footer-ul > li:not(:first-child) {
    margin-left: 16px;
}

.login-form-footer-ul a {
    font-size: 12px;
}

.scan-code-right-top-corner {
    position: absolute;
    right: 6px;
    top: 6px;
}

.scan-code-right-top-corner img {
    width: 52px;
}

.poptip {
    border: 1px solid #f3d995;
    padding: 5px 20px 5px 15px;
    background: #fefcee;
    position: absolute;
    white-space: nowrap;
    right: 58px;
    color: #df9c1f;
    font-size: 12px;
    font-weight: 400;
}

.poptip .arrow {
    width: 10px;
    height: 10px;
    border-top: 1px solid #f3d995;
    border-right: 1px solid #f3d995;
    position: absolute;
    right: -6px;
    z-index: 2;
    background: #fefcee;
    transform: rotate(45deg);
    bottom: 8px;
}

.login-form-box {
    margin: 0 auto;
    background: transparent;
}

.help-block{
    height: 16px;
    line-height: 16px;
}

.login-btn{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}