﻿.contentArea {
    padding: 10px;
}

.welcome {
    margin-left: -2px;
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: left;
}

.welcome-text {
    color: #9f989c;
    float: left;
    font-family: "Segoe UI" !important;
    font-size: 14px;
    text-align: justify;
}

.LoginBox {
    box-shadow: 0 0 15px lightgray;
    height: 470px;
    margin-top: 70px;
}

.LoginImage {
    float: left;
    padding: 9px;
    width: 42%;
}

.LoginContent {
    float: left;
    padding: 9px;
    width: 54%;
}

.notes {
    background-color: rgb(209, 209, 209);
    color: #646464;
    float: left;
    font-family: "Segoe UI";
    margin-left: 9px;
    margin-right: 10px;
    margin-top: 7px;
    padding: 10px;
    text-align: justify;
    width: 96%;
}

.Login-text {
    color: #2A6697;
    font-family: "Impact";
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
}

.LoginForm {
    background-color: #efefef;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 229px;
    margin-top: 35px;
}

.main {
    background-color: #fff !important;
    box-shadow: 0 0 15px #666;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1004px;
}

body {
    background: url("../Images//background.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: "Segoe UI";
}

.banner {
    background-color: #2a6697;
    height: 107px;
    vertical-align: bottom !important;
}

.bannerBorder {
    height: 7px;
    background-color: #FFA800;
}

.banner h1 {
    color: #fff;
    font-family: impact;
    font-weight: normal !important;
    height: 100% !important;
    letter-spacing: 1px;
    margin-left: 15px;
    padding-top: 55px;
    text-align: left;
    margin-top: 0px;
}

input[type="text"], [type="password"] {
    border: 1px solid lightgray;
    border-radius: 5px;
    font-family: "Segoe UI";
    font-size: 14px;
    height: 25px;
    padding: 5px;
    width: 365px;
}

input[type="submit"] {
    background-color: #e1e1e1;
    border: 1px solid lightgray;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    font-size: 15px !important;
    height: 35px;
    width: 110px;
}

.PersonalLogin {
    padding-left: 5px;
    padding-top: 15px;
    text-align: left;
}

.LoginForm a {
    color: #9f989c;
    font-family: "Segoe UI";
    font-size: 14px;
    text-decoration: none;
}

.forgot:hover{
    text-decoration:underline;
}
