﻿body, html {
    height:100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("../images/slideshow/moodna1.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.centerFormBox {margin: 0px auto 20px auto; padding: 150px 30px 30px 30px; width: 660px;}
.centerFormBox .logo {float: left; width: 300px; min-height: 70px; background: transparent url(../images/railAdviseLogo.png) no-repeat center center;}
.centerFormBox .logo2 {float: left; top: 50px; width: 300px; min-height: 70px; background: transparent url(../images/Metro-North_logo.png) no-repeat center center;}

    .centerFormBox form {
        float: right;
        width: 300px;
        background-color: white;
        padding: 20px;
        border-color: black;
        border: black;
        border-style: solid;
        border-width: thin;
        font: 100%/1.3em Arial, Helvetica, sans-serif;
    }
.centerFormBox label {float: left; margin-top: 4px; width: 95px; font-weight: bold;}
.centerFormBox input[type="text"], .centerFormBox input[type="password"] {margin: 0 0 1em 0; font-size: 1em; border-radius: 3px;}
.centerFormBox input[type="submit"], .centerFormBox input[type="button"] {margin-top: 10px; padding: 10px 25px 10px 25px; width: 50%; font-size: 1em;}
