body, html {
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../assets/images/dawsonBg.png);
    background: url(../assets/images/capcoalBg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.loginHolder {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    background-color: #ffffff;
    padding: 16px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.575);
    border-radius: 16px;
}
.iconHolder {
    background-color: #132f7b;
    padding: 4px;
    height: 37.8px;
    width: 37.8px;
    border-radius: 8px 0 0 8px;
}
.iconHolder img {
    height: 20px;
    width: 20px;
    margin: auto;
}
.col-md-12 {
    display: flex;
    justify-content: center;
}
input {
    border: 1px solid gray;
    padding-left: 12px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
}
.eck_branding {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 16px;
}
.floatingBtn {
    position: relative;
    bottom: -230px;
    margin: -10px;
}
.btn-primary {
    background-color: #132f7b;
    width: 70%;
}
.btn-secondary {
    background-color: #484d51;
    border-color: #3d3d3d;
}