.basic-form {
    padding: 90px;
    border: 2px solid #eaedff;
}
.basic-form input {
    /* width: 100%; */
    /* height: 60px; */
    border: 2px solid #eaedff; 
    color: #6f7172;
    /* padding: 0 20px; */
    /*margin-bottom: 20px;*/
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px;
}
