﻿



.backimage {
    /* linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),*/
    background: url(../img/luxury-home.jpg) no-repeat;
    background-size: cover;
    text-align: justify;
    color: white;
    height: 600px;
    margin-bottom: 0px;
    position: relative;
}

.text-center{
    margin-top:0px;
}

.backimage form {
    background-color: #4c5c7e;
    height:130px;
}

.divsearch {
    position:absolute ;
    bottom: 20px;
    left: 0;
    
}
.swal-split-form .form-group {
    display: flex;
    flex-direction: column;
}

.swal-split-form label {
    font-size: 13px;
    margin-bottom: 3px;
}

.swal-split-form input {
    height: 36px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.total-box {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}