/* Normal CSS */
body {
    background-image: url("/assets/images/background.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
}

.info {
margin-top: 100px;
}

form.search {
    width: 50%;
    margin: 0 auto;
}

form.answer {
width: 100%;
margin: 0 auto;
}
input[type=submit] {
    background-color: green;
    color: white;
    margin-top: 10px; 
}

textarea {
    margin-top: 30px;
    width: 100%;
    min-height: 100px;
    resize: none;
    background-color: #f5f5f5;
}

.status-box {
    height: 30px;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 15px;
}

button.come-back {
    width: 100%;
    height: 40px;
    background-color: red;
    border: 2px solid red;
    color: white;
    font-weight: bold;
    border-radius: 15px;
}

.message-box {
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 15px;
}

.klientbox {
    font-weight: bold;
}

.opis-box {
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 15px;
}