<style>

    body {
        font-family: Arial, sans-serif;
        font-size: 17.5px; /* 50px */
        background-color: #f4f4f9;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        text-align: center; /* Center align text */
		overflow-x: hidden;
		width: 100%;
		height: 100%;
		overflow: hidden;
    }




	html {
	  overflow-x: hidden;
	}

	* {
	  box-sizing: border-box;
	}

    h1, h2, h3, h4, h5 {
        font-size: 16px; /* 50px */
        /*margin-bottom: 17.5px; /* 17.5px */
        /*font-weight: bold; /* Bold text */
        text-align: center; /* Center align text */
        width: 100%; /* 25% width */
    }

    button , select {
        background-color: #1e90ff;
        color: white;
        border: none;
        cursor: pointer;
        width: 100%; /* 25% width */
        max-width: 200px; /* 25% width */
        min-width: 100px; /* 25% width */
        margin-bottom: 5px; /* 25% width */
        margin-top: 5px; /* 25% width */
        font-size: 18px; /* 50px */
		display: inline-block;
   }
select {
       background-color: white;
         color: black;
	
}
    button:hover {
        background-color: #104f7d;
    }

	td, th {
        font-size: 18px; /* 50px */
        width: 100%; /* 25% width */
		padding:5px;
    }

    .field-name {
        font-size: 14px; /* 50px */
        color: green;
        text-align: left; /* Left justify content */
     }
   .field-data {
        font-size: 14px; /* 50px */
    	color: black;
    	text-align: left; /* Left justify content */
     }

    .container {
        padding: 5px; /* 17.5px */
       /*background-color: #darkgreen;*/
	    min-width: 300px;
	    max-width: 600px;
        background-color: #ade6d8   ;		
        margin: 5px; /* 0px top, 0px left/right, 10px bottom */
        width: 100%; /* 100% width */
    }
	

	.container button , input[type="text"] ,input[type="password"], input[type="number"] {
	  width: 95%;
	  font-size: 17.5px;
	  text-align: center;
	}


    /*input[type="password"], input[type="number"], select {
      /*  font-size: 17.5px; /* 50px */
        /*text-align: center; /* Center align text */
        /*background-color: lightyellow; /* Light yellow background */
       /* width: 100%; /* 100% width */
  /*  }*/

    label {
        font-size: 17.5px; /* 50px */
        text-align: center; /* Center align text */
        width: 100%; /* 100% width */
    }


    button:hover {
        background-color: #104f7d;
    }

   input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: red;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

@media screen and (min-width: 300px) and (max-width: 1000px) {
img, input, p, button , input[type="text"] , input[type="submit"] , .container  , select , textarea , label {
    width: 95%;
  }
}


@media screen and (min-width: 1001px) and (max-width: 3000px) {
img ,p, input[type="text"] , input[type="submit"] , .container  {
    width: 50%;
  }
}




</style>
