@import url(http://fonts.googleapis.com/css?family=Roboto:400);
body {
  background-color:#fff;
  -webkit-font-smoothing: antialiased;
  font: normal 14px Roboto,arial,sans-serif;
}

.container {
    padding: 25px;
    position: fixed;
}

.form-login {
    background-color: #2B4B61;
    /*padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;*/
    //border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
    /*margin-top:10px;*/
    color:white;
    font-family: Lato;

}

h4 {
 border:0 solid #C30E2E;
 border-bottom-width:2px;
 padding-bottom:10px;
 text-align: center;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}
#siteseal img{
  width:160px;
}
