.container {
	width: 90% !important;
}

form .help-inline-error {
    color: #d43f3a;
}

form input[readonly="true"].readonly {
    background-color: #fff !important;
    padding: 6px 12px;
    cursor: text !important;
}