@font-face {
    font-family: 'TheSans';
    src: url('/template/Fonts/TheSans-B5Plain.eot');
    src: url('/template/Fonts/TheSans-B5Plain.eot?#iefix') format('embedded-opentype'),
    url('/template/Fonts/TheSans-B5Plain.woff2') format('woff2'),
    url('/template/Fonts/TheSans-B5Plain.woff') format('woff'),
    url('/template/Fonts/TheSans-B5Plain.ttf') format('truetype'),
    url('/template/Fonts/TheSans-B5Plain.svg#TheSans-B5Plain') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans';
    src: url('/template/Fonts/TheSans-B3Light.eot');
    src: url('/template/Fonts/TheSans-B3Light.eot?#iefix') format('embedded-opentype'),
    url('/template/Fonts/TheSans-B3Light.woff2') format('woff2'),
    url('/template/Fonts/TheSans-B3Light.woff') format('woff'),
    url('/template/Fonts/TheSans-B3Light.ttf') format('truetype'),
    url('/template/Fonts/TheSans-B3Light.svg#TheSans-B3Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

body {
    background: none;
    color: white;
    font-family: 'TheSans', sans-serif;
}

div#logo {
    padding: 0;
    margin: 0;
    text-align: center;
    background: white;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 60px;
    margin-top: -40px;

}

div#login {
    background: #636969;
    height: 410px;
    margin-bottom: 10px;

}

#login form {
    padding-right: 60px;
}

div#logo img {
 max-width: 313px;
}

#login input.form1 {
    background: white !important;
    margin-top: 2px;
    line-height: 25px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 7px 5px 3px;
    font: inherit;
}

div#sendbutton {
    padding: 0;
    padding-top: 10px;
}

#login input.button7 {
    width: 100%;
    background: none;
    background-color: #ffe000;
    line-height: 25px;
    font-size: inherit;
    height: 35px;
    padding: 5px 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
}

#logintext div {
    padding-right: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 200 !important;

}