a{
	font-size: 25px;

}

input[type=submit] {
  border: none; /*rewriting standard style, it is necessary to be able to change the size*/
  height: 50px;
  
}

input[type=text] {
   /*rewriting standard style, it is necessary to be able to change the size*/
  height: 50px;
  width: 150px
}

input[type=password] {
   /*rewriting standard style, it is necessary to be able to change the size*/
  height: 50px;
  width: 150px
}

button {
   /*rewriting standard style, it is necessary to be able to change the size*/
  height: 50px;

}

Showbutton {
	  height: 50px;
  width: 150px
}

p{
	font-size: 25px;

}
