h1 {
    border-bottom: 1px solid black;
}

input {
    border-radius: 7px;
    border: 2px solid gray;
    background-color: white;
}

input:hover {
    border: 2px solid orangered;
}

textarea {
    border-radius: 20px;
    border: 2px solid gray;
    background-color: white;
    margin-bottom: 15px !important;
}
textarea:hover {
    border: 2px solid orangered;
}

.label {
    color: black !important;
}

.container {
    width: 84% !important;
}

.street {
    margin-right: 133px;
}

.no {
    margin-left: -133px;
}

.zip {
    margin-right: 47px;
}

.leftContainer {
    width: 100%;
}
.leftWrapper {
    display: inline-block;
    width: 660px;
}
.rightWrapper {
    display: inline-block;
    width: 660px;
}
.rightContainer {
    width: 100%;
}

.entry {
    display: inline-block;
    position: relative;
    width:100%;
}

.entry h4 {
    color: red;
}

.wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
}

.firma {
    margin-right: 74px;
}

.name {
    margin-right: 49px;
}

.surname {
    margin-right: 24px;
}

.street {
    margin-right: 31px;
}

.streetInput {
    margin-right: 5px;
}

.zipInput {
    margin-right: 5px;
}

.country {
    margin-right: 79px;
}

.tel {
    margin-right: 34px;
}

.fax {
    margin-right: 90px;
}

.email {
    margin-right: 57px;
}

.web {
    margin-right: 84px;
}

.submitButton {
    margin-top: 20px;
    width: 130px;
}

