.myform{
max-width:300px;
margin: 0 auto;
margin-top:40px;
}

.form-control {
    display: block;
	width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 0px;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
	-moz-box-shadow:inset 1px 1px 5px #888;
    box-shadow:inset 1px 1px 5px #888;
}

.test{
border-bottom: 30px solid #000033;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
	}