.background_form {
    width: 640px;
    // background: url('https://www.domeneshop.no/jpg/background/1280px/city.jpg');
}

.input_form {
    background-color: #ffffff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}

.custom_send_button {
    background-color: #00dd33;
    border:none;
    height: 80px;
    width: 100%;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 800;
    font-size: 20pt;
}

img.icon_form {
    margin-left: 0px;
    margin-top: 12px;
    margin-right: 20px;
    margin-bottom: -12px;
}

.send_form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 40px;
}

.send_form_item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 40px;
}

input.input_form_custom {
    background-color: #ffffff;
    border:none;
    color:#000000;
    font-family: ‘Titillium Web’, Arial, serif; 
    font-weight: 400;
    font-size: 12pt;
    height: 50px;
    width: 75%;
}

img {
    border: 0;
}

.ui-autocomplete {
    background: #5683C3;
    border-radius: 0px;
}
.ui-autocomplete.source:hover {
    background: #159191;
}

.ui-menu .ui-menu-item a{
    background: #19B5CB;
    height:10px;
    font-size:8px;
}

h2 {
    font-family: 'Titillium Web', sans-serif;
    color: #19B5CB;
}

h3 {
    font-family: 'Titillium Web', sans-serif;
    color: #159191;
}

h4 {
    font-family: 'Titillium Web', sans-serif;
    color: #0C508D;
}

h5 {
    font-family: 'Titillium Web', sans-serif;
    color: #5683C3;
}

::-webkit-input-placeholder {
    color: #000000;
}
