*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body{
    background: url(bg.jpg) no-repeat fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box{
    margin-top: 150px;
    background: white;
    width: 350px;
    height: 300px;
    border-radius: 5px;
    box-sizing: border-box;
}

.login-logo{
    margin: 0 auto;
    background: #FFF;
    height: 100px;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 30px;
    border-bottom: 5px solid #ec2028;
}
.div-logo{
    display: flex;
    justify-content: center;
}
.login-logo img{
    max-height: 55px;
    padding-top: 10px;
}

.login-box-body{
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 0px 0px 5px 5px;
}
.login-box-msg{
    font-size: 13px;
    text-align: center;
}
.form-control{
    margin: 5px 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: 28px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.col-xs-6 {
    width: 50%;
}
.btn.btn-flat {
    box-shadow: none;
    border-width: 1px;
    border-radius: 3px;
}
.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
    
}
.btn-warning {
    color: #fff;
    background-color: #f39c12;
    border-color: #e08e0b;
}
.btn-warning:hover{
    color: #fff;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
}
.text-right a{
    text-align: right;
    text-decoration: none;
}
.text-right a:hover{
    text-decoration: underline;
}
.btn-link{
    box-shadow: none;
    
}
