﻿.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 350px;
    background-color:#008b8b;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    display: flex;
}
.card{
    width:100%;
}
.brand-image{
    /*margin-left:5%;*/
    margin-top:20%;
}
.login-box-msg{
   margin-top:10%;
}
.login-logo {
    width: 100%;
    /*padding: 5% 8%;*/
    font-size: 22px;
    color: whitesmoke;
}
#smallboxes{
    margin-left:50%;
}
.table-striped thead {
    background-color: red;
}
