body {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
    line-height: 1.8;
}

.btn {
    font-size: 13px;
}

button.submit {
    font-size: 14px;
    width: 100%;
}

form .block {
    display: block;
}

form label.error {
    color: red;
    display: none;
}

.form-panel {
    background: linear-gradient(180deg, #eff5ff 0%, #ffffff 100%);
    /*transform: translateY(5%);*/
    box-shadow: 5px 12px 22px 0px #edf2fb;
    border-radius: 6px;
    border: 3px solid #ffffff;
    font-size: 14px;
    width: 100%;
    max-width: 470px;
}

@media only screen and (min-width: 0px) and (max-width: 767.98px) {
    .page-wrapper {
        background: white;
    }

    .form-panel {
        background: white;
        box-shadow: 0px 0px 0px 0px white;
        border-radius: 0px;
    }
    #go-dashboard {
        display: none;
    }
}


.form-panel .aggree {
    font-size: 12px;
}

.form-panel .aggree a {
    color: #0d6efd;
}

#navLoginTabs .nav-link {
    font-size: 16px;
    color: #657086;
}

#navLoginTabs .nav-link.active span {
    border-bottom: 3px solid;
    font-weight: bold;
    color: #0d6efd;
}

.tool-qr {
    font-size: 13px;
}

.tool-other {
    width: 100%;
    padding: 0px;
}

.tool-other col {
    padding: 0px;
}

.tool-other a {
    color: #657086;
    text-decoration: none;
    font-size: 13px;
}
#btnGetMobileCode{
    color: #357CFA;
    width: 30%;
}
.tip-txt{
    color: #657086;
}
.footer-txt{
    color: #bfc5d0;
}