#cont_block-p {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    background: #1a2c38;
    background-image: linear-gradient(360deg, #071d2a, transparent);
}

form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 90%;
    padding: 15px;
    max-width: 500px;
}

label {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
}

#cont_block-p input, #message {
    background: #baffba;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    height: 40px;
    padding: 0 15px;
}


#message {
    margin-bottom: 15px;
    min-height: 200px;
    background: #f9f9f9;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #1a2c38;
}

#cont_block-p h1 {
}

input[type="submit"] {
    background: #00e701 !important;
    color: #043108;
    font-size: 16px !important;
    font-weight: 800 !important;
}

#formMessage {
    margin-top: 30px;
    padding-bottom: 30px;
    max-width: 500px;
    line-height: 1.6;
    color: #bdffbe;
    border-bottom: 2px solid #234555;
}

