::placeholder {
    -webkit-text-security: none;
    color: darkgray !important;
    pointer-events: none;
}
.error_message ul {
    margin: 0;
    padding: 0;
}

.error_message li {
    list-style-type: none;
    color: red;
}

.form-group {
}

.form-group input, .form-group textarea {
    width: 100%;
    min-height: 49px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 0 20px;
    border: 1px solid;
    border-color: rgba(0, 174, 199, 0.3);
    border-radius: 0;
    outline: 0;

}
.form-group textarea {
    padding: 10px 0 0 20px;
    min-height: 102px !important;
}
.form-control:focus {
    color: inherit;
    background-color: #fff;
    border-color: rgba(0, 174, 199, 0.3) !important;
    border: 1px solid;
    outline: 0;
    box-shadow: none !important;
}