/*!
 * Start Bootstrap - SB Admin v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/sb-admin)*/

html, body{
    height: 100%;
    overflow: hidden;
}

.container-fluid{
    height: 100%;
    background: url(../images/bg_login.jpg);
    background-size: cover;
    overflow: auto;
    background-position: center;
}

.card{
    background-color: rgba(0,0,0,0.3) !important;
    max-width: 23rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-header{
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-color:rgba(0,0,0,0.3);
    border-width: 3px;
}

.btn-block{
    background:#FF6347;
    color: white;
}