﻿body {
    background-repeat:no-repeat;
    background-size:cover;
    width:100vw;
    height:100vh;
    overflow:hidden;
}

#header-bar {
    width:100%;
    height:40px;
    background-color:#cc092f;
    float:left;
}

#brand-image {
    float: left;
    background: #5d5d5d;
    height: 100%;
    width: calc(100% - 425px);
    background-image: url('Images/Circuit-board-with-BRCM-Pkg.jpg');
    background-size:cover;
}

#footer-bar {
    height:35px;
    width:100%;
    background-color:#231F20;
    position: absolute;
    bottom: 0;
    color:white;
    font-size:12px;
    padding-left:10px;
    padding-top:10px;
    float:left;
}

#signIn-panel {
    float:right;
    background:#D0D0CE;
    width:425px;
    height:calc(100vh - 40px);
}

#palco-broadcom-logo {
    float:left;
    width: 278px;
    height:127px;
    background-image:url('Images/palco-broadcom-logo.png');
    margin-top: 20px;
    margin-left: 25px;
}

#login-box {
    float:left;
    margin-left:30px;
    margin-top:10px;
}

.largeBtn {
    background-color:#ffffff;
    height:70px;
    float:left;
    margin-top:8px;
    width:100%;
    color:#333;
    font-size:20px;
    text-align:center;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     padding-top:24px;
     cursor:pointer;
     border:1px solid #f4f4f4;
}
.largeBtn:hover {
     background-color:#231f20;
     color:#ffffff; 
}

input.text-field {
    height: 28px;
    padding-left: 3px;
    margin: 0;
    border: 1px solid #b8b8b8;
    width:350px;
    margin-top: 5px;
}

#new-user {
    background-image:url('Images/login-addUser.png');
    background-repeat:no-repeat;
    background-position-y: 8px;
    background-position-x: 15px;
}

#help-desk {
    background-image:url('Images/helpDesk.png');
    background-repeat:no-repeat;
    background-position-y: 8px;
    background-position-x: 15px;
}

#terms-of-use {
    width: 425px;
    text-align: right;
    position: absolute;

    bottom: 0;

    height: 67px;
}

#terms-of-use > a {
    text-decoration: none;
    margin-right: 10px;
}
