﻿body {
    background-image: url("../Images/WhiteBackground.png");
    /*background-repeat: repeat;*/
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.logintopbg {
    background-color: white;
    height: auto;
    /*border:1px solid red;*/
    min-height: 80px;
}

.footertext {
    /*color: rgb(0, 76, 153);*/
    /*color: #003997;*/
    color: #050D1A;
    /*color:#353535;*/
    font-size: 12px;
    font-weight: bold;
}

.padleftfooter {
    padding-left: 0%;
}

.blue {
    /*color: rgb(0, 76, 153);*/
    color: #003997;
}
.green {
    /*color: rgb(0, 76, 153);*/
    color: green;
}
.red {
    /*color: rgb(0, 76, 153);*/
    color: red;
}
.bold {
    font-weight: bold;
}
.white {
    color: white;
}

.loginbutton {
    display: block;
    width: 100%;
    color: white;
    background-color: #003997;
    background-image: none;
    font-size: 18px;
    font-weight: 400;
    font-family: inherit;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3333333;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
    overflow: visible;
    margin: 0;
    padding: 10px 16px;
    margin-bottom: 10px;
}

.login-panel-heading {
    color: #333;
    border-left: #ddd;
    border-right: #ddd;
    min-height: 100px;
    padding-top: 16px;
}

.login-panel {
    margin-top: 10%;
    margin-bottom: 5%;
    padding: 30px;
    /*margin: 20px;*/
}

.login-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    color: #353535;
    font-family: inherit;
}

.inactive-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #999999;
    font-family: inherit;
}

.bluebg {
    background-color: #003997;
}

.transparentbg {
    background-color: transparent;
}

.whitebg {
    background-color: white;
}

#loginpage-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    /*padding: 0 30px;*/
    border-left: 1px solid #e7e7e7;
    min-height: 568px;
}

.inputheight35 {
    height: 35px;
    font-size: 15px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 5px;
    background-color: transparent;
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
    .footertext {
        color: black;
        font-size: 12px;
        font-weight: bold;
    }

    body {
        background-image: url("../Images/WhiteBackground.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (min-width:601px) and (max-width: 992px) {
    .footertext {
        color: black;
        font-size: 12px;
        font-weight: bold;
    }
}
