body {
    background-image:    url(https://img.cafisistemas.com/house-bg-2.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
}

.area-form {
    background: #fff;
    opacity: 0.92;
    border-radius: 10px;
    padding:20px;
    margin-bottom: 10px;
    margin-top: 20px;
    box-shadow:
            0 1.8px 1.2px rgba(0, 0, 0, 0.034),
            0 3.7px 3.3px rgba(0, 0, 0, 0.048),
            0 6.5px 5px rgba(0, 0, 0, 0.06),
            0 10.3px 7.9px rgba(0, 0, 0, 0.072),
            0 20.8px 15.4px rgba(0, 0, 0, 0.086),
            0 50px 40px rgba(0, 0, 0, 0.12)
}

.margin-fix {
    margin-top: 15px;
}

.select2-container--default .select2-selection--single{
    padding:6px;
    height: 40px !important;
    width: 100%;
    font-size: 1em;
    position: relative;
    color: #C7D0D5 !important;
    border-color: #C7D0D5 !important;
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 8px;
    height: 40px !important;
    position: absolute;
    top: 0px !important;
    right: 5px !important;
}