.flat-form {
  min-width: 350px;
}
.flat-form {
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: white;
    width: 30%;
    padding: 20px;
}

.flat-form h1 {
    text-align: center;
    margin-top: 0;
}

.flat-form__title {
    text-align: center;
    margin-top: 0;
}

.flat-form p {
    position: relative;
    margin: 10px auto;
}

.flat-form input:not([type=submit]) {
    border: 2px solid #bdc3c7;
    font-size: 1.4em;
    height: 30px;
    min-width: 150px;
    width: 95%;
    outline: none;
    padding-left: 15px;
    -webkit-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
}

.flat-form input:not([type=submit]):focus {
    border-color: #E17D39;
}

.flat-form label {
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 10px;
    color: #bdc3c7;
    font-size: 1.2em;
    width: 90%;
}

.flat-form input[type="submit"] {
    border: 0 none;
    background-color: #EF6C00;
    border-radius: 3px;
    color: #fff;
    font-size: 1.6em;
    cursor: pointer;
    opacity: .9;
    margin-top: 10px;
    padding: 10px 5px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}

.flat-form input[type="submit"]:hover {
   background-color: #f57c00;
}

.flat-form input[type="submit"]:active {
    background-color: #e65100;
}

.info_text__table {
  font-size: 1.2em;
}

.building--name {
  font-size: 5em;
}

.flat-form__submit {
    border: 0 none;
    background-color: #EF6C00;
    border-radius: 3px;
    color: #fff;
    font-size: 1.6em;
    cursor: pointer;
    opacity: .9;
    margin-top: 10px;
    padding: 10px 5px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}

.flat-form__submit:hover {
   background-color: #f57c00;
}

.flat-form__submit:active {
    background-color: #e65100;
}