.fs-12 { font-size:12px;}
.color-blue {color: #3C87C7;}
.link {color:#1577AC; text-decoration: underline;}
.title_form {font-size:24px; font-weight: bold; color:#2A3687;}
.custom-container {
    border-radius: 27px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
}
label {color:#070C49; font-size:12px;}
input[type="text"], select{
    border:solid 1px #D2E2F3;
    border-radius: 7px !important;
    height:40px !important;
    font-size:12px !important;
}
textarea{
    border:solid 1px #D2E2F3 !important;
    border-radius: 7px !important;
    font-size:12px !important;
}
::placeholder {
    color:#D9D9D9 !important;
}
.form-check-input{margin-top:.4rem !important;}

.dropzone{
    border:solid 1px #D2E2F3 !important;
    border-radius: 7px;
}

.dz-remove {
    color:#1577AC;
    font-size:12px;
}

.dropzone .dz-preview .remove-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
}

.dropzone .dz-preview .remove-btn span {
    color: white;
}
