.repairBox {
    /*border: solid 3px #eee;*/
    width: 100%;
    max-width: 768px;
    margin: 6rem auto;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    padding: 5%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

.repairBox:before {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid rgb(116, 97, 67);
    z-index: 1;
}

.repairBox form {
    z-index: 2;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}

/*-----------------form------------*/

fieldset.info p {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}



button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

#container {
    border: solid 3px #474544;
    max-width: 768px;
    margin: 60px auto;
    position: relative;
}

form {
    padding: 37.5px 20px;
    margin: 50px 0;
}

h1 {
    margin-top: 3rem;
    color: #474544;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
}

.underline {
    border-bottom: solid 2px #474544;
    margin: -0.512em auto;
    width: 80px;
}

.icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
}

/*.LineDotted{border-style:dotted;width: 100%; height: 0.2px;}*/
fieldset.info {
    font-size: 14px;
    color: #555;
}

legend {
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-align: center;
}

.HouseNumber,
.Housefloor,
.HouseName {
    width: 32%;
    display: inline-block;
}

.repairImg {
    border-bottom: 2px solid #666;
    padding-bottom: 20px;
    margin-bottom: 2rem;
}

.repairImg input[type='file'] {
    padding-bottom: 10px;
}

input[type='text'],
[type='email'],
[type='password'],
select,
textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    /*text-transform: uppercase;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type='text']:focus,
[type='email']:focus,
textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
}

select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-size: 14px;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.submit {
    text-align: center;
}

.form_button {
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 10px 35px;
    border-radius: 0;
    /*text-transform: uppercase;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form_button:hover {
    background: #474544;
    color: #F2F3EB;
}

@media screen and (max-width: 768px) {
    #container {
        margin: 20px auto;
        width: 95%;
    }

    .HouseNumber,
    .Housefloor {
        width: 45%;
    }

    .HouseName {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    .underline {
        width: 68px;
    }

    .form_button {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 18px;
    }

    .icon {
        height: 35px;
        width: 35px;
    }

    .underline {
        width: 53px;
    }

    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 0.875em;
    }
}