Button {
    border-width: 1;
    border-style: solid;
    border-color: red;
    border-radius: 2;
}

TextField {
    background-color: #FAFAFA;
    border-width: 1;
    border-style: solid;
    border-color: #C7C7CC;
    border-radius: 2;
}

.link {
    background-color: transparent;
}