#form_validate label.error {
    margin-left: 0;
    color: red;
}

a.myErrorClass,
ul.myErrorClass,
label.myErrorClass,
input.myErrorClass,
textarea.myErrorClass,
select.myErrorClass,
select.myErrorClass {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cc0000 !important;
    background-color: #f3d8d8 !important;
    background-position: 50% 50% !important;
    background-repeat: repeat !important;
}

label.myErrorClass {
    color: red;
    font-size: 11px;
    border: 0 !important;
    background: none !important;
}

.d-create-file .browse {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

.d-create-file .browse #upload_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.d-create-file .browse #upload_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.btn-main {
    display: block;
    width: -webkit-max-content;
    width: max-content;
    text-align: center;
    color: #fff !important;
    background: rgb(255, 34, 53);
    border-radius: 6px;
    letter-spacing: normal;
    outline: 0;
    font-weight: 800;
    text-decoration: none;
    padding: 8px 40px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 20px 0 rgb(131 100 226 / 0%);
    transition: all .3s ease;
}