body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Full-width input fields */
div[id="id01"] input[type="text"],
div[id="id01"] input[type="password"],
div[id="id01"] input[type="email"] {
  width: 100%;
  padding: 12px 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: rgb(251, 251, 251);
}

div[id="id01"] textarea {
  width: 100%;
  min-height: 160px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: rgb(251, 251, 251);
}

/* Set a style for all buttons */

div[id="id01"] button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 40%;
  font-size: 18px;
}

div[id="id01"] button:hover {
  opacity: 0.8;
}

div[id="id01"] i {
  margin: 23px 5px 0px 15px;
}

div[id="id01"] span.psw {
  float: right;
  padding-top: 16px;
}

/* The Close Button (x) */
.close1 {
  /* position: absolute;
  right: 20px;
  top: 0; */
  float: right;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

/* ////////////////////////////////////// */
div[id="verifycode"] input[type="text"],
div[id="verifycode"] input[type="email"] {
  width: 100%;
  padding: 12px 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
div[id="verifycode"] button {
  background-color: #333333;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 40%;
  font-size: 18px;
}

div[id="verifycode"] button:hover {
  opacity: 0.8;
}
/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.container-v1 {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal-v1 {
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  left: 0;
  top: 0;
  display: none;
  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.8); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content-v1 {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 400px; /* Could be more or less, depending on screen size */
}
div[id="verifycode"] i {
  margin: 23px 5px 0px 15px;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.1s;
  animation: animatezoom 0.1s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
