.save_image{
    height: 200px;
    margin-bottom: 20px;
}
.save_button{
    background-color: #000000;
    color: #FFFFFF;
    width: 120px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 10px;
    font-weight: 300;
    margin-left: 20%;
    border-radius: 2px !important;
}

/*Customize css for account or sign up page */
.form-group{
    font-size: 10px;
}
.block_design{
    width: 195px; 
    height: 150px; 
    background: #F6F6F6;
}
.block_all{
    width: 400px; 
    margin: 0 auto;
}