﻿html {
    background: url("/images/header.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    height:100%;
}


body {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif, 'Arial' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}



.login{
    -moz-box-sizing: border-box;
    border-radius: 0 0 0 0;
    margin: 26% auto 0;
    padding: 29px;
    max-width: 477px;
    border-radius: 3px;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 3px 11px 0px rgba(163,163,163,1); */
    -moz-box-shadow: 0px 7px 7px 0px rgb(229, 229, 229);
    box-shadow: 0px 7px 7px 0px rgb(229, 229, 229);
}




a.submit {
    background: none repeat scroll 0 0 #19468e;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #FFFFFF !important;
    float: left;
    margin-right: 5%;
    padding: 8px 0;
    width: 100%;
}


.button {
    background-color: #E6EDF3;
    background-image: -moz-linear-gradient(center top, #EDF3F9, #DCE4EB);
    background-repeat: repeat-x;
    border: 1px solid #C4CFDA;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #525355;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}



/*login page*/

.bgimg {
    background-image: url("../images/LoginBackground.jpg");
    min-height: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo{
    color:#002d72;
}
