﻿input[type=text], input[type=password] {
    border-radius:5px;
    moz-border-radius: 5px;
    padding:15px 15px !important;
}
.loginheader {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    padding: 8px 15px 10px 15px;
    background-color: #cddefa;
    background-image: linear-gradient(#cddefa, #fff);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
    width:100%;
    text-align:left;
}
.loginheader h4 {
    font-size:1.3em !important;
    font-weight:400 !important;
}
.logincontainer {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 5px;
    moz-border-radius: 5px;
    border-bottom: solid 5px #1e66d3;
    border-top: solid 5px #1e66d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.1);
}
.loginfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 20px 15px 0px 15px;
    background-color: #cddefa;
    background-image: linear-gradient(#fff, #cddefa);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
    width: 100%;
    text-align:center;
    font-size:0.9em;
    font-weight:600;
}