﻿.form-control-image {
    position: relative;
    height: 108px;
    width: 108px;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.image-delete {
    background: url('../images/custom/Close.png');
    border: 0px;
    height: 15px;
    width: 15px;
    position: relative;
    vertical-align: top;
    right: 10px;
    top: -8px;
    border-radius: 50%;
}
