.container{
    margin-top: 30px;
    margin-bottom: 30px;
}

.req{
    color:red;
}

label{
    text-align: right;
    font-weight: normal;
}

.form-control{
    border-radius: 0px;
    padding: 0px;
    height: 24px;
}

.form-group{
    margin-bottom: 3px;
}