body{background: #efefef;margin:0px;margin:0px; font-family:arial;}
.footer {padding:10px 0; position: fixed; bottom: 0; width: 100%; background: #000;margin: 0;}
ul, li{padding:0px;margin:0px;}
.footer a{color:#fff; text-decoration:none;}
.footer a:hover{color:#fff;text-decoration:underline;}
.footer li{ float:left; margin-right:20px;}
.wrapper {max-width: 1024px;margin: 0 auto;}
.header {overflow:hidden;background: #C20F2F;color: #fff;padding: 10px 25px;}
.heading h1 {padding: 0px;margin: 0px;font-size: 24px;}
.heading{width:50%;float:left;}
.contact{width:50%;float:left;}
.contact > div{float:right;margin-top:5px;}
.contact >div:last-child{margin-right:40px;}
.main .wrapper {text-align: center; margin-top: 125px;}
.logosection {margin-bottom: 40px;}
.submitbutton {
	margin-top:20px;
    color: #fff;
    border: none;
    background: #C20F2F;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
	cursor:pointer;
}
.submitbutton:hover{background:#8d1f18;}
input[type="text"],input[type="password"] {

    padding: 12px;
    border-radius: 10px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 4px -1px inset;

}
input[type="text"]{margin-right:10px;}
.rightlink{float:right;}
img {
  max-width: 100%;
  width: 450px;
}