
html, body, .container {
    height: 100%;
}
.loginPage {
    background-image: url(/t7_resources/images/nyem_bg.jpg);
}

.container {
    border: 4px solid black;
}

.main-content {
    background-color: #ffffff;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.blackText {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.greyText {
    font-size: 18px;
    color: #FF0000;
}

 input[type="text"]{
     background-color:transparent;
     border: 0px solid;
     width: 100%;
     border-bottom: solid 2px black;
 }
input[type="text"]:focus {
    outline:none;
}

input[type="password"]{
    background-color:transparent;
    border: 0px solid;
    width: 100%;
    border-bottom: solid 2px black;
}
input[type="password"]:focus {
    outline:none;
}

input[type="submit"]{
    background-color:#005786;
    color: white;
    width: 90%;
    height: 40px;
}

input[type="reset"]{
    background-color:#005786;
    color: white;
    width: 90%;
    height: 40px;
}

.copyRight {
    font-size: 11px;
    text-align: left;
    color: #000000;
}

.vCenter {
    margin: auto;
    position: absolute;
    top:30%; bottom: 0; right: 0;
}

