
html{
    background-color: #c6d4e1!important;
}

#page-wrapper{
    margin-bottom:20px;
}
.navbar-top-links{

    margin-right: 0px !important;
}
.admin_footer{
    position: absolute;
    bottom: 0;
}
.student_photo_preview img{
    
    height:200px;
    width:200px;
}
.student_photo_preview {
    border:1px solid #EEEEEE;
    height:200px;
    width:200px;
}
.colCentered{
    
    float:none;
    margin: 0 auto;
}
.center-form{
    margin: 0 auto;
    
    
}
.required_field{
    position: absolute;
    right: 0;
    top: 10px;
    color:red;
}
.msg_container{
    padding:10px;
    margin: 10px;
}