.top_section {
    min-height: 60vh;
    margin-bottom: 20px;
    background-color: #000C33;
    border-top: 2px solid;
}

.form_find_ip .input_ip,
.form_find_ip .result_message {
    margin: auto;
    font-size: 1.5rem;
    padding: 10px 20px;
    width: 350px;
    max-width: 100%;
}
.form_find_ip .result_message {
    text-transform: uppercase;
}
.form_find_ip .result_wrap {
    display: none;
    transition: height 2s;
}
.form_find_ip .result_wrap.show {
    display: block;
}