.image-change{
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    left: 0;
    bottom:0;
    background-color: #5cb85c;
    color: #fff;
    border-color: #4cae4c;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.image-change input[type="file"] {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
     opacity: 0; 
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.img_wrapper{
margin-top: 10px;
}
.admission_app_wrap p, .admission_app_wrap h2{
    font-size: 16px;
    word-spacing: 3px;
}
.admission_app_wrap .row {
    padding: 10px;
}
.admission_app_wrap{
    margin: 10px 20px 30px 20px;
}
.span_dotted {
    border-bottom: 1px dotted black;
    width: 60%;
    margin-left: 5px;
    overflow: hidden;
    display: inline-block;
}
.parent{
    background-color: #f5f5f5;
    padding: 5px;
    margin: 20px auto;
    color: #fff;
    display: block;
}

/*bootstrap style*/
.col-sm-12 {
    width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-6 {
    width: 50%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #222;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.h1, h1 {
    font-size: 36px;
}
.col-sm-4 {
    width: 33.33333333%;
}

.pull-right {
    float: right!important;
}
.center_span{
    text-align: center;
}
/*bootstrap style ends*/