/* ��� ��������
*����� ��������� ���� ��� �����������.
*�� ��������� ������������ !important.
*/
body {
  background: Whitesmoke
    url(https://raos.org/wp-content/uploads/2017/06/vbg.jpg) no-repeat top !important;
  background-size: cover !important;
}

/*������� (������������� ����������� �����������!)
* �� �������� �������� ������� ����� ���������� ��� ��� ������� 
*/
#login h1 a {
  background: url(https://agent.prozrenie.ru/wp-content/uploads/2020/03/logo3.png)
    no-repeat;
  background-position: center center;
  width: 300px;
  height: 180px;
}

/* 
*���� ����� 
*/
#login form {
  background-color: Grey;
}

/* ���� �����
* ���� ������������� � ��������
*/
#login .input {
  background-color: Lightgrey;
}

/* ������
* ����� ��� ������
*/
#login label {
  color: White;
  font-size: 1rem;
}
/*
* ������ ������
*/
#login input[type="submit"] {
  background-color: Darkorange;
  border-radius: 0px;
  border: none;
  border-bottom: 4px solid Lightorange;
}

#login input[type="submit"]:active {
}

/*������ ��� ������
* ������ � ����� � ������ �������
*/
#nav a,
#backtoblog a {
  color: Black !important;
}
#backtoblog a {
  display: none;
}
