.ngdialog.ngdialog-theme-default.ngdialog-login .ngdialog-content {
  width: 430px;
  height: 430px;
  background: #000000 url("../images/bg33.jpg") no-repeat;
  font-size: 13px;
  padding: 27px 53px;
  font-weight: 600;
  color: #999999;
  border: 1px solid #333;
  border-radius: 8px;
}

.ngdialog-login-page .close_btn {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
	height:40px;
}


.ngdialog-login-page p.text-center{
  margin: 20px 0;
}

.ngdialog-login-page .form-control{
  margin-bottom: 10px;
  background: #302e36;
  border: 1px solid #e1cfb8;
  border-radius: 4px;
  padding-left: 40px;
  color: #e1cfb8;
}

.ngdialog-login-page .btn-red{
  border-radius: 0;
  font-weight: 600;
}

.ngdialog-login-page input[type='text'] {
  background: url("/images/user-icon.png") top 8px left 11px no-repeat;
}

.ngdialog-login-page input[type='password'] {
  background: url("/images/password-icon.png") top 8px left 11px no-repeat;
}

.ngdialog-login-page p.text-center.text-white{
  color: #ffffff;
  cursor: pointer;
}

.ngdialog-login-page p.text-center.text-white:hover{
  color: #fff2dd;
}

.ngdialog.ngdialog-theme-default.ngdialog-login .ngdialog-close:before {
  font-size: 35px;
  line-height: 30px;
  right: 10px;
  top: 10px;
  width: 30px;
}

.ngdialog-login-page .btn-yellow{
  height: 50px;
  background: linear-gradient(#bfb5ad 0%, #796f69 100%);
    border: 1px solid #e1cfb8;
}
