body{ font: 14px sans-serif; }
.wrapper{ width: 350px; padding: 20px; }

.login_panel.user_student {
    padding-top: 40px;
    background-image: url(images/background.jpg);
    padding-bottom: 200px;
}
.sucess_msg {
    padding: 10px 0px;
}
.col-sm-4.col-sm-push-4.login_panel-middle.user_student_center {
background-color: #ddd;
border-radius: 5px;
}
  @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');

body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

/* Toggle Styles */

#viewport {
  padding-left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#content {
  width: 100%;
  position: relative;
  margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #37474F;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar header {
  background-color: #263238;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
}

#sidebar header a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#sidebar header a:hover {
  color: #fff;
}

#sidebar .nav{
  
}

#sidebar .nav a{
  background: none;
  border-bottom: 1px solid #455A64;
  color: #CFD8DC;
  font-size: 14px;
  padding: 16px 24px;
}

#sidebar .nav a:hover{
  background: none;
  color: #ECEFF1;
}

#sidebar .nav a i{
  margin-right: 16px;
}

.block_register_stdt {
    background-color: #5f5d5d;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
	min-height: 165px;
}
.block_register_part {
    background-color: #02bf9c;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
	min-height: 165px;
}
.block_register_info {
    background-color: #03079c;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
	min-height: 165px;
}
.block_register_t {
    background-color: #9c0505;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
	min-height: 165px;
}
p.tab_register {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}

.block_register_stdt a {
   color: #fff;
}
.block_register_stdt a:focus, a:hover  {
    color: #ffffff!important;
    text-decoration: underline;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	font-size:15px
}
.col-sm-6.col-sm-push-3.login_panel-middle.user_student_center {
    background-color: #ddd;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}