﻿
body {
    background: url('../images/20190824123559QDSGE.jpg') no-repeat;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.banner {
}

.loginPanel {
    margin-top: 150px;
    background-color: rgba(255, 255, 255,0.0);
}

    .loginPanel .panel-heading {
        height: 60px;
        text-align: center;
        vertical-align: middle;
        background-color: rgb(91,192,222);
    }

        .loginPanel .panel-heading .headingTitle {
            font-size: 30px;
        }
.mainPanel {
    background-color: rgba(255, 255, 255,0.6);
    padding 15px;
}

.form-group-lg {
    margin-top: 20px;
}

.btnLogin {
}

.panel-footer {
    text-align: right;
}
.footerLeft a,
.footerLeft a:link,
.footerLeft a:hover,
.footerLeft a:visited {
    color: grey;
    text-decoration: none;
}
.footerRight a,
.footerRight a:link,
.footerRight a:hover,
.footerRight a:visited {
    color: grey;
    text-decoration: none;
}
