html {
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 4px !important;
}
body
{    
    min-height:100%;
    min-width: 100%;
    background-color:#ffffff;
    width: 100%;
    height: 100%;
    overflow:hidden;
    padding: 0px;
    margin:0px;
}

.leftSidePanel {
    /*background-color: #495a62;*/
    background-color: #4A5A63;
    width: 40%;
    min-width: 600px;
    height:100%;
    float:left;
    position:relative;
    z-index:1;
}
.loginImage {
    top: 20%;
    left: 30%;
    height: 60%;
    width: auto;
    position: absolute;
    z-index:2;
}


.loginLogo{
    margin-top: 5%;
    margin-left: 30px;
}


.inputField {
    width: 15%;
    min-width: 525px;
    background-color: #FFFFFF;
    font-size: 12px;
    height: 47px;
    margin: 10px;
    margin-left: 0px;
    border:none;
    font-size: 18px;
    font-family: "Roboto";
}

.loginFormDiv{
    z-index:3;
    background-color: transparent;
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.btn {
    background-color: #e8572f;
    color: #FFFFFF;
    margin-left: 140px;
    letter-spacing: 4px;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 16px;
    border: none;
    margin-bottom: 15px;
}

.imputLabel {
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    margin-left: 0px;
    margin-top: -5px;
    vertical-align: top;
}