.image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.profile-pic {
    width: 100px;
    height: 130px;
    background-position: center center;
    background-size: 100px;
    /*margin-left: -25%;*/
}

/*
*******************************************
*
* FORMS
*
*******************************************
*/

form span.error {
    color: #eb1c26;
    /*position: absolute;
    top: 30px;
    */
    opacity: 0.6;
}

.form-control[readonly] {
    color:#999;
    padding-left: 4px;
}
