div {box-sizing: border-box;}

.row {
    padding: 5p 0x;
}

.well {
    border-radius: 20px;
    border-color: darkgrey;
    background-color: #fff;
}

input[type="text"], input[type="email"] {
    border: 0;
    border-bottom: 1px dotted #000;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control {
    border: 0;
    border-bottom: 1px dotted #000;
    border-radius: 0;
    box-shadow: none;
}
