.jumbotron {
    background-color: white !important;
}

svg {
    vertical-align: sub !important;
}

.input-resi {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: 0px !important;
    height: initial !important;
}

.input-resi:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

input[type="text"] {
    padding-left: 20px !important;
}

.btn-submit-resi {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    border-left: 0px solid transparent !important;
}

.btn-submit-resi:hover {
    color: #007bff !important;
}

.btn-submit-resi:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.btn-fill {
    border-radius: 20px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.sec-wen-animater {
    position: relative;
    height: 90vh;
    width: 100%;
    display: table;
    overflow: hidden;
}

.wen-animater {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wen-animater {
    opacity: 1;
}

.wen-animater {
    background-color: transparent;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: animater-in 4s 1.5s both;
    -moz-animation: animater-in 4s 1.5s both;
    animation: animater-in 4s 1.5s both;
}

@-webkit-keyframes animater-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes animater-in {
    0% {
        opacity: 0;
        -moz-transform: scale(3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    75% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2);
    }
}

@keyframes animater-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.sec-wen {
    opacity: 1;
}

.sec-wen {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: form-in 1s both;
    -moz-animation: form-in 1s both;
    animation: form-in 1s both;
}

@-webkit-keyframes form-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes form-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes form-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sec-wen {
    position: relative;
    height: 90vh;
    width: 100%;
    display: table;
    overflow: hidden;
}

.wen-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}