﻿html {
    height: 100%;
}

body {
    margin: 0px;
}

.divMain {
    width: 640px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}

.divHead {
    padding: 11px;
    background-color: #17a85d;
}

.divTitle {
    margin-top: 30px;
}

.divButton {
    margin-top: 50px;
    text-align: center;
}

.divClient {
    margin-top: 50px;
}

#buttonLink {
    background-color: #17a85d;
    color: #FFFFFF !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
}

a {
    color: #002d59;
    text-decoration: underline;
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

    a:visited {
        color: #333333;
    }

    a:hover {
        color: #707070;
        text-decoration: underline;
    }

    a.start {
        font-size: 18px;
    }

h1, h2, h3 {
    color: #3c4353;
    font-weight: normal;
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

h1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

h2 {
    font-size: 14px;
    text-align: center;
}

h3 {
    font-size: 14px;
}

.loginbody {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}

.login {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.logintopleft {
    background-image: url('images/login/topleftborder.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.logintopright {
    background-image: url('images/login/toprightborder.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.loginbottomleft {
    background-image: url('images/login/bottomleftborder.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.loginbottomright {
    background-image: url('images/login/bottomrightborder.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.logintop {
    background-image: url('images/login/topborder.png');
    background-repeat: repeat-x;
    height: 35px;
}

.loginbottom {
    background-image: url('images/login/bottomborder.png');
    background-repeat: repeat-x;
    height: 35px;
}

.loginleft {
    background-image: url('images/login/leftborder.png');
    background-repeat: repeat-y;
    width: 35px;
}

.loginright {
    background-image: url('images/login/rightborder.png');
    background-repeat: repeat-y;
    width: 35px;
}

.logincontent {
    padding: 25px 40px 25px 40px;
    color: #3D4454;
    text-align: left;
}

.loginTitleText {
    font-size: 2.4em;
}

.loginControls {
    width: 100%;
    height: 100%;
}

.loginControlsTitle {
    width: 120px;
}

.loginInput {
    border-width: 1px;
    border-style: solid;
    border-color: #A8ACB5;
    padding: 4px;
    margin-bottom: 10px;
}

.loginRemember {
    color: #787878;
}

.loginButton {
    padding: 5px 40px 5px 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #A8ACB5;
    background-color: #EAEAEA;
    color: #666E70;
}

.loginFailure {
    color: Red;
}
