
.rightside
{
    float: right;
}
.leftside
{
    float: left;
}
.box-next-previous {
    /*background: #00B3E0 !important;*/
    border: none !important;
    color: #0b3696 !important;
    /*padding: 10px 25px !important;*/
    margin: 0 !important;
    line-height: 29px !important;
}




.profil_img {
    float: left;
    width: 14%;
}
.profile_content {
    width: auto;
    padding-left: 32px;
    float: left;
	margin-top: 18px;
}
.profile_content h4 {
    margin-bottom: 10px;
}
.profile_conten p.team_desc {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cust_faculty_login {
    width: 40%;
    margin: 0 auto;
    margin-top: 60px;
}
.login_form {
    background: #ECECEC;
    padding: 30px;
	border: 1px solid #DEDEDE;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.login_form input[type="text"], .login_form input[type="password"]{
	width:100%;
	border:none;
	background:none;
	margin-bottom: 4px;
	border-bottom:1px solid #ccc !important;
}
.login_form button {
    margin: 10px auto;
    display: block;
    padding: 15px 35px;
    background: #00B3E0;
    font-size: 15px;
}
p.forget_pass {
    text-align: right;
    font-size: 14px;
}
.login_form h3 {
    text-align: center;
    /* border-bottom: 1px solid #fff; */
    font-size: 18px;
}
input.rememberme {
    vertical-align: middle;
    margin-top: 2px;
}
p.rememberme {
    font-size: 14px;
    margin-bottom: 20px;
}
.cust_label {
    margin-bottom: 30px;
}
.login_form span.login_error {
    font-size: 13px;
    font-style: italic;
    color: #F00;   
    padding: 2px 10px;
}
.login_error {
	display:none;
}
.showspan .login_error {
	display:block !important;
}
.edit_container .cust_col {
    float: left;
    width: 50%;
}
.edit_container {
    overflow: hidden;
    padding: 20px;
}
.edit_container input[type="text"] {
    width: 85%;
	margin-bottom: 0;
}
.edit_container .edit_row {
    margin-bottom: 20px;
}
.edit_container .edit_row  textarea {
	height: 200px;
}
.edit_container .edit_row input[type="submit"] {
    background: #00B3E0;
}
.edit_container .edit_row label {
    margin-bottom: 5px;
    font-size: 14px;
}
img.profile-image {
    width: 150px !important;
    height: 150px !important;
}
input#profile-imgbutton {
    margin-left: 20px;
}