.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.nav_menu .navbar-nav li {
    position: relative;
}

.nav_menu .navbar-nav li .dropdown-menu {
    width: 100%;
}

.nav_menu .navbar-nav li .user-profile .glyphicon {
    top: 3px;
}

.left_col .site_title {
	height: 57px;
	padding: 0;
	border-bottom: 1px solid #D9DEE4;
	text-align: center;
	background: #eee;
}
.left_col .site_title > img {
	max-width: 60%;
}

.login_wrapper.ng-scope {
    border: 1px solid #ddd;
    border-radius: 10px;
    bottom: 0;
    height: 260px;
    left: 0;
    margin: auto;
    max-width: 400px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
}

.animate.form.login_form {
    position: static;
}

.login_content {
    padding: 0;
}

.login_content #frmLogin > img {
    margin-bottom: 20px;
    max-width: 70%;
    text-align: center;
}

.x_panel {
    min-height: 400px;
}

#frmSetting .form-group .remove {
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .frmsetting .form-group .remove {
        top: 67px !important;
    }
}
