body {
    color: #1a1a1a;
    position: absolute;
    width: 100%;
    padding-top: 110px;
}

.footer,
#footer {
    display: none !important;
}

#parking-page {
    max-width: 960px;
    margin: auto;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 3px 80px 30px;
}

.first-line {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    color: #70B743;
}
.first-line:before {
    content: "/";
    color: #70B743;
    margin-right: 10px;
}

h1:before {
    content: "/";
    color: #70B743;
    margin-right: 10px;
}


#whois {
    width: 100%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #00000030;
    padding: 7px 9px;
    border-radius: 5px;
    background-color: #FFF;
}

#whois input,
#whois button,
#whois .btn-vdx {
    font-size: 16px;
    border-radius: 4px;
}

#whois input {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    border: 0px;
    background-color: #FFF;
    display: block;
}

button,
.btn-vdx {
    -webkit-box-flex: 0;
    text-decoration: none;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #ffc421;
    color: #1a1a1a !important;
    padding: 10px;
    width: 250px !important;
    border: 0px;
    text-align: center;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}


button:hover,
.btn-vdx:hover {
    background-color: #ffdc51;
    text-decoration: none;
    cursor: pointer;
}

#main-panel {
    padding-bottom: 150px;
    z-index: 1;
}

a {
    color: #2b9356;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.first-line {
    color: #434342;
}

h1, h2 {
    color: #434342;
}

h1:before, h2:before {
    content: '/';
    color: #70b743;
}
/*# sourceMappingURL=parking.css.map */