select.pro-input-form:focus {
    border: 1px solid #ffbba9;
}

.pro-input-form-error{
    color: #E91E63;
    font-weight: bold;
    background-color: #462036;
    width: 100%;
    text-align: center;
    padding: 4px 4px;
    margin-top: 4px;
}

/* Biały pas na dole krótkich stron: <html> miało białe tło i przeświecało pod body.
   Tło root = pomarańcz motywu + body min. na wysokość okna. */
html{ background:#ff6a44; }
body{ min-height:100vh; }
