  span.file-input-wrap {
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 1px;
    padding: 3px 9px;
    line-height: 1.9;
  font-size: 12px;
}
span.file-input-wrap .img-info{
  display: block;
    text-align: center;
    color: #48CA48;
    font-weight: 600;
}
span.file-input-wrap i{
  font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
span.file-input-wrap input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
}

.hide-info {
    display: none;
}

.hidden {
    display: none !important;
}

.preview-image {
    height: 100px;
    width: 100px;
    border: 1px solid #eee;
    /*border-radius: 50%;*/
}

.img-logo {
    width: 35px;
    margin-left: -23%;
}

.custom-login-container {
    width: 430px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px){ 
    .custom-login-container { 
        width: 95% !important;
    } 
}

.note-editing-area, .note-editor {
    min-height: 400px !important;
}

.note-editable { 
    font-family: 'Lato','Poppins' !important;
}

.note-editor {
  width: 100% !important;
}

.preview-image-list {
    /* height: 100px; */
    width: 150px;
    border: 1px solid #eee;
    /* border-radius: 50%; */
}

.img-responsive {
    width: 100%;
    height: auto;
}