﻿.loading {
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    /*background-color: #ffd800;*/
    z-index: 10000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*opacity: 0.5;*/
    -ms-flex-align: center;
    -ms-flex-pack: center;
    cursor: wait;
}

.login-title {
    margin-bottom: 20px;
    margin-top: 25px;
}

.login-title-content {
    display: inline;
    font-weight: 500 !important;
}

.login-title-content-subline {
    display: inline;
}

.loading-text {
    float: left;
    height: 50px;
    font-size: 30px;
    padding-left: 30px;
    display: block;
}

.loading-img {
    height: auto;
    width: auto;
    display: block;
}

#Login {
    /*background-color: snow !important;*/
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(/images/bk.png) bottom center/cover fixed;
}

.login {
    margin: 20% auto;
    max-width: 400px;
    float: none;
    border-radius: 8px !important;
    background-color: rgba(255, 255, 255, 0.8);
}

.form-signin .form-control {
    padding: 15px;
    font-size: 16px;
    height: auto;
}

.User_password {
    border-color: red;
}

.User_Name {
    border-color: red;
}

.logo {
    height: 150px;
    margin-left: -13px;
}
