.login-box-outer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    min-height: 540px;
    padding-bottom: 8%;
    background-color: #edf2f9;
}

.login-box {
    width: 420px;
    padding: 0.7em 1.4em;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.login-box-header {
    margin-bottom: 4em;
    width: 100%;
    text-align: center;
}

.login-box-header>* {
    display: inline-block;
    vertical-align: middle;
}

.login-box-header>span {
    font-size: 27px;
    font-weight: 600;
    color: #192863;
    text-shadow: 0 0 1px #444;
}


.login-box-body input {
    margin: 0.5em 0;
}

.form-label {
    font-weight: 600;
}

.form-style {
    margin-bottom: 1.2em;
}
.login-btn {
    float: right;
    cursor: pointer;
}
.login-btn:hover {
    color: #4679cc;
}
.text-muted {
    padding-top: 15px;
    font-size: 12px;
}
.required {
    color: red;
}
.help-block {
    float: left;
}
.device-id-popup-header {
    padding: 5px;
}
.table {
    margin-bottom: 0;
}