::-webkit-input-placeholder { /* Edge */
    color: #D5D5D5;
    font-size:11.8px;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #D5D5D5;
    font-size:11.8px;
}

::placeholder {
    color: #D5D5D5;
    font-size:11.8px;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 0rem 1rem;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 25px 10px 21px;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 25px 25px 25px;
    border-top: 1px solid #e9ecef;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 13px 10px 10px 0px;
    color: #D5D5D5;
    min-width: 0px;
    text-align: center;

}

.input-field {
    width: 100%;
    border:0;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px;
    outline: none;
    font-size:12px;
}



/* Set a style for the submit button */
.btn3 {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius:20px;
}

.btn1 {
    background-color: #ffffff; 
    color: black;
    padding: 5px;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius:20px;
}

.btn2 {
    background-color: #ffffff;
    color: black;
    padding: 10px;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius:20px;
}

.btn:hover {
    opacity: 1;
}

.wrap-all-content {
    background-color: #ffffff;
}