/* 
    Document   : custom_style
    Created on : 2016.24.8, 09:01:35
    Author     : arvis
    Description:
        Purpose of the stylesheet follows.
*/

#profile_image_form {
    border: 1px solid grey;
	 max-height: 128px;
	 height: 148px;
	 display: block;
}
#profile_image {
	max-width: 128px;
}
.dropzone {
	padding: 0px !important;
}
#user_image {
	max-width: 76px;
}
.red {
	border: 1px solid red;
	background-color: #ffe4e1;
	margin-top: 10px;
	padding: 10px;
}