.img-shadow {
    margin: 0 auto !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
ul.edsem {
    font-size: 1rem !important;
    border: 1px solid #6e6e6e;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 555px;
    padding: 60px 67px;
    margin: 0 auto !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

ul.edsem li {
    margin: 10px;
    list-style-type: none
}

ul.edsem input[type=email],ul.edsem input[type=text] {
    width: 100%;
    color: #495057;
    padding: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

ul.edsem input[type=checkbox] {
    float: left;
    margin: 2px 10px 10px 0;
    border: 1px solid #ced4da
}

ul.edsem .reg_button {
    width: 100%;
    text-align: center
}

ul.edsem button {
    border: 2px solid #ff3547 !important;
    background-color: transparent !important;
    color: #ff3547 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    padding: .375rem .75rem !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.81rem !important;
    line-height: 1.5;
    -webkit-border-radius: 10em !important;
    border-radius: 10em !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
ul.edsem button:focus{
    border-color: #ff3547!important;
    background-color: transparent!important;
    color: #ff3547!important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

ul.edsem label {
    display: block;
    width: 100%
}

ul.edsem label.require {
    font-weight: 700
}

ul.edsem label.agree {
    font-size: small
}

.success {
    display: block;
    color: green;
    background-color: #fff;
    border: 1px solid grey;
    text-align: center;
    margin-top: 20px;
    padding: 10px
}

.error {
    color: red
}

.error-input {
    border: 1px solid red!important
}
