

#login-form-admin {
	margin-top: 45%;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5em;
}

.profile-userpic img {
  width: 100%;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #dea91d;
  color: ##dea91d;
  font-family: arial;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #dea91d;
  background-color: #f6f9fb;
  border-left: 2px solid #dea91d;
  margin-left: -2px;
}

.profile-userbuttons .btn-danger {
	background: #000 !important;
	color: #fff !important;
	border: 0px !important;
}
.profile-userbuttons .btn-success {
	background: #fff !important;
	color: #666 !important;
	border: 1px solid #000 !important;
}
.profile-userbuttons .btn-success:hover {
	background: #d6a229 !important;
	color: #000000 !important;
	border: 1px solid #ffffff !important;
}

.profile-usermenu a:hover,
.profile-usermenu a:focus,
.profile-usermenu a:active {
	color: #000 !important;
}
/* Profile Content */
.profile-content {
  padding: 30px;
  background: #fff;
  width: 100%;
  position: relative;
  min-height: 530px;
}
.profile-content ul li {
	margin-left: 27px;
}
.bottom-block {
	width: 100%;
	min-height: 100px;
	background: #fff;
	padding: 30px;
	position: relative;
	padding-bottom: 2px;
}
.bottom-block ul{
	width: 100%;
}
.bottom-block ul li {
	width: 24%;
	display: inline-block;
	min-height: 80px;
	padding: 10px;
	text-align: left;
	list-style-type: none;
	font-size: 28px;
	font-weight: bolder;
	line-height: 28px;
	position: relative;
	border-left: 2px solid #d9d9d9;
}
.bottom-block ul li small {
	font-size: 12px;
	line-height: 18px;
	color: #b0b0b0;
}
.bottom-block ul li span {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 40px;
	padding: 5px;
	border: 1px solid #000;
	font-size: 21px;
	text-align: center;
	top: -35px;
	right: -5px;
	background: #ffbe00;
	z-index: 4;
}
.account {
	position: relative;
	width: 100%;
}
.account h1 {
	font-size: 24px;
}
.profile-content .btn-danger {
	background: #000 !important;
	border-color: #000 !important;
	-webkit-transition: all 0.2s linear;
}
.profile-content .btn-danger:hover {
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}

.error {
	color: red;
}

.icon-complete {
	width: 100px;
	min-height: 100px;
	margin: 0 auto;
	background: url('../images/complete_534974.png')no-repeat center 100%;
	background-size: contain;
	margin-bottom: 16px;
}

.icon-complete2 {
	width: 100px;
	min-height: 100px;
	margin: 0 auto;
	background: url('../images/complete_5349742.png')no-repeat center 100%;
	background-size: contain;
	margin-bottom: 16px;
}
.form-final input {
	-webkit-border-radius: 0px;
}
.form-final button {
	width: 100%;
	line-height: 38px;
	text-align: center;
	border: 0px;
	margin: 0 auto;
	margin-bottom: 16px;
}