﻿body {
}

.Content{
     width:100%;
}
.Content-wrapper{
    margin: 0 auto;
    max-width:450px;
     box-shadow: rgb(153, 153, 153) 0px 0px 4px 0px;
   
}
.Content-body{
 padding: 15px 25px 15px 25px;

}
input, select, textarea {
    max-width: 450px;
}
.Content-header{
    background: #990b20;
    padding: 20px 20px 0px 35px;
}
.Content-header-title {
    color: #fff;
    font-size:20px;
    font-weight: 600;
    padding: 0px 0px 60px 0px;
}
