/* The Modal (background) */
.modalC, .modalC1, .modalD, .modalPWC {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content, .modal-contentD{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    height: 220px;
    border-radius: 3%;
  }
  
  /* The Close Button */
  .closeC, .closeC1, .closeD, .closePWC {
    color: grey;
    float: right;
    font-size: 30px;
    font-weight: bold;
    
  }

  
  .closeC:hover, .closeC1:hover, .closeD:hover, .closePWC:hover {
    color:black;
    text-decoration: none;
    cursor: pointer;
  }
  
 .formChoice, .formChoiceD{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(240, 255, 255, 0.767);
    font-size: 23px;
    margin-top: 40px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

 }

 .formChoice1{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(196, 245, 150, 0.322);
  font-size: 23px;
  margin-top: 40px;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

  /* Modal Content */
  .modal-contentPWC {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    height: 190px;
    border-radius: 3%;
  }
  .ECPW{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
    height: 25px;
    font-size: 18px;
  }
  
.SECPW input[type="Submit"]{
  width: 100%;
  border: none;
  outline: none;
  height: 30px;
  background:#FFA500;
  color:white;
  font-size: 18px;
  border-radius: 1%;
  margin-top: 5px;
  
}

.SECPW  input[type="submit"]:hover{
	cursor: pointer;
	background:#ffa60098;
  border-style:outset;
}


.PWC-box{
  display:grid;
  width: 400px;
  background: white;
  border-radius: 0.01em;
  box-shadow: 0.3em 0 .9em rgb(0 0 0 / 35%), -0.3em 0 .9em rgba(63, 63, 63, 0.479);
  color: black;
  position: relative;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 20px 20px;
  margin-top: 22%;
  margin-left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
 }



span #newPassword, #confirmPassword, #token{
	width: 90%;
	margin-bottom: 15px;
  margin-left: 10px;
  height: 25px;
  font-size: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}

.PWC-box label{
  margin-left: 10px;
  
}

.PWC-box h1{
  margin-bottom: 30px;
  font-size: 20px;
 }

 .PWC-box input[type="submit"]{
	border: none;
	outline: none;
	height: 30px;
	background:#FFA500;
	color:white;
	font-size: 18px;
	border-radius: 1%;
	width: 80%;
  margin-left: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.PWC-box input[type="submit"]:hover
{
	cursor: pointer;
	background:#ffa60098;
  border-style:outset;
}



@media screen and (max-width: 800px){
	.PWC-box{
		margin-top: 50%;
	}
}