html {
    position: relative;
    min-height: 100%;
}

body {
    min-width: 0;
    padding-bottom: 30px;
}

.login-modal {
    position: relative !important;
}

.modal-body {
    padding-top: 30px;
}

.box {
    position: relative;
}

.box > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.box .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px
}

.alert-danger {
    background-color: #dd4b39;
    color: #fff;
    border-color: #d73925;
}

#btn-submit {
    letter-spacing: 60px;
    text-indent: 60px;
}

.send-phone-code {
    width: 100px;
    text-align: center;
}

.verify-panel {
    padding: 0;
}

.verify-panel .verify-img {
    width: 150px;
    height: 44px;
    cursor: pointer;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.copyright a {
    color: #FFF;
}

.copyright a:focus, .copyright a:hover {
    background-color: transparent;
}