
	
	 .boarder
	{
		background-color: white;
		
		text-align: center;
		padding-top: 0px;
		padding-bottom:5px;
		border: 2px solid;
		padding-bottom: 10px;
		box-sizing: border-box;
	    margin-top: 45px;
	    border-color: blue;
	    border-radius: 10px;
	    position: absolute;
	    width: 85%;
	    max-width: 400px;
	    background-color: #f1f1f1;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    box-shadow: 0 0 10px #000000a1;

    }
	.text
	{
		margin-bottom: 25px;
		background-color: blue;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-top: 0px;
		color: white;
	}
	input[type=text], input[type=password]
	 {
         width: 90%;
         padding: 12px 20px;
         border: 1px solid #ccc;
         box-sizing: border-box;
         padding-right: 50px;

     }
 .button 
 {
  background-color: green;
  color: white;
  padding: 8px 20px;
  cursor: pointer;
  width: 90%;
  margin-top: 5px;
}
