.ngdialog.ngdialog-theme-default.ngdialog-login .ngdialog-content {
  width: 400px;
  font-size: 13px;
  padding: 27px 53px;
  font-weight: 600;
  color: #eee;
  border: 10px solid #242424;
  border-radius: 0;
  background-color: #121212;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
}

.ngdialog-login-page p.text-center{
  margin: 20px 0;color: #FFC107;
}

.ngdialog-login-page .form-control{
  margin-bottom: 10px;
  background: #302e36;
  border: 1px solid #ccc;
  border-radius: 0;
  padding-left: 40px;
  color: #cccccc;
}

.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;    border-radius: 4px;
}

.ngdialog-login-page input[type='password'] {
  background: url("/images/password-icon.png") top 8px left 11px no-repeat;    border-radius: 4px;
}

.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: 38px;    border-radius: 4px;
}
