.img_user {
    border-radius: 30px;
    width: 130px;
    overflow: hidden;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

input.date[readonly] {
    background-color: white !important;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    color: #666;
    top: 10px;
    height: 25px;
    width: 25px;
    border: 1px solid #b2b2b2;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-radio:checked::before {
    display: block;
    position: absolute;
    font: 15px/1 'Open Sans', sans-serif;
    left: 2px;
    top: -2px;
    content: '\02143';
    transform: rotate(40deg);
}

label {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}