.chop {
    position: relative;
    padding-left: 20px;
}

.chop i {
    position: absolute;
    left: 0
}

.shapehira {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 369px;
    z-index: 1;
    background-repeat: repeat-x;
    animation: cloudMove3 60s linear 0s infinite;
    background-position: left bottom;
    mix-blend-mode: difference;
    opacity: 0.02;
    pointer-events: none;
}

@keyframes cloudMove3 {
    0% {
        background-position: 1920px 100%;
    }

    100% {
        background-position: 0 100%;
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 50px !important;
}

.form-floating>label {
    top: -3px !important;
    font-weight: 500 !important;
}
.capp .form-floating>label {  left: 40px !important;}


