.page {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--gradient-color);
  overflow: none;
}

.formDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: lighter;
  z-index: 10;
  align-items: center;
}

.form {
  width: 500px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  margin: calc(50vh - 220px) auto;
  padding: 25px 25px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  position: relative;
}

.form p {
  color: #000;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}

input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgb(219, 219, 248);
  outline: 0;
  resize: none;
  border: 0;
  color: rgb(141, 141, 141);
  margin-top: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: sans-serif;
  margin-bottom: 40px;
}

button {
  margin: 8px 0 0;
  border: 0px transparent;
  cursor: pointer;
  color: white;
  border-radius: 50px;
  padding: 12px 48px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  background: black;
  margin-bottom: 5%;
  background-position: 100% 0;
  background-size: 200% 200%;

  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: all 0.5s ease;
}
a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}
button:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}
.accessInfo {
  display: flex;
  justify-content: space-between;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

.water {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: rgb(219, 219, 248);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.water__inner {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.water__wave {
  width: 60%;
  position: absolute;
  bottom: 100%;
}

#wave {
  background-color: #000;
}

.water__wave_back {
  right: 0;
  fill: lightgray;
  -webkit-animation: wave-back 2s infinite linear;
  animation: wave-back 2s infinite linear;
}

.water__wave_front {
  left: 0;
  fill: rgb(219, 219, 248);
  margin-bottom: -1px;
  -webkit-animation: wave-front 1.5s infinite linear;
  animation: wave-front 1.5s infinite linear;
}
.card {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  display: inline-block;
  height: 80px;
  margin: 1rem;
  position: relative;
  width: 120px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.card-head {
  font-weight: bold;
  color: rgb(2, 88, 24);
  font-size: 24px;
}
.card-data {
  font-weight: bold;
  color: purple;
}
.card-validity {
  font-weight: bold;
  color: black;
}

@-webkit-keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .card {
    height: 70px;
    width: 200px;
  }
}
.ios-switch {
  display: none;
  position: relative;
}

.ios-switch + label .small {
  font-size: 0.8em;
  color: #f12711;
  line-height: 1.5em;
  display: block;
  text-align: center;
}

.ios-switch + label {
  cursor: pointer;

  display: block;

  padding: 10px;
  text-align: left !important;
  /* To keep the switch from getting misaligned */
}

.ios-switch + label span.sw {
  display: inline-block;
  width: 46px;
  height: 27px;
  border-radius: 16px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #e3e3e3;
  background-color: #fff;
  transition: all ease 300ms;
}

.ios-switch + label span.sw:before {
  content: "";
  position: absolute;
  background-color: #fff;
  margin-top: 0px;
  margin-left: 0px;
  height: 27px;
  width: 27px;
  border-radius: 15px;
  transition: all ease 300ms;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.ios-switch:checked + label span.sw {
  background: var(--gradient-color);
  border: 2px solid #f12711;
}

.ios-switch:checked + label span:before {
  margin-left: 19px;
  background-color: #fff;
}

.main {
  background: #aaa url("https://www.umeskiasoftwares.com/images/umeskia_s.png")
    no-repeat;
  width: 800px;
  height: 600px;
  margin: 50px auto;
}
.panel {
  background-color: #444;
  height: 34px;
  padding: 10px;
}
.panel a#loadaccount {
  border: 2px solid #aaa;
  color: #fff;
  display: block;
  float: right;
  margin-right: 10px;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 1px 1px #000;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
a#loadaccount:hover {
  border-color: #eee;
}


 .overlay {
            background-color: rgba(0, 0, 0, 0.6);
            bottom: 0;
            cursor: default;
            left: 0;
            opacity: 0;
            position: fixed;
            right: 0;
            top: 0;
            visibility: hidden;
            z-index: 1;

            -webkit-transition: opacity 0.5s;
            -moz-transition: opacity 0.5s;
            -ms-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
        }

        .overlay:target {
            visibility: visible;
            opacity: 1;
        }

        .popup {
            background-color: #fff;
            border: 3px solid #fff;
            display: inline-block;
            left: 50%;
            opacity: 0;
            padding: 15px;
            position: fixed;
            text-align: justify;
            top: 40%;
            visibility: hidden;
            z-index: 10;
            font-family: "Poppins", sans-serif;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding-top: 20px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;

            -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
            -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
            -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
            -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

            -webkit-transition: opacity 0.5s, top 0.5s;
            -moz-transition: opacity 0.5s, top 0.5s;
            -ms-transition: opacity 0.5s, top 0.5s;
            -o-transition: opacity 0.5s, top 0.5s;
            transition: opacity 0.5s, top 0.5s;
        }

        .overlay:target+.popup {
            top: 50%;
            opacity: 1;
            visibility: visible;
        }

        .close {
            background-color: rgba(0, 0, 0, 0.8);
            height: 30px;
            line-height: 30px;
            position: absolute;
            right: -5px;
            text-align: center;
            text-decoration: none;
            top: -15px;
            width: 30px;
            transform: rotate(45deg);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px;
        }

        .close:before {
            color: rgba(255, 255, 255, 0.9);
            content: "+";
            font-size: 24px;
            text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
        }

        .close:hover {
            background-color: rgba(64, 128, 128, 0.8);
        }

        .popup p,
        .popup div {
            margin-bottom: 10px;
        }

        .popup label {
            display: inline-block;
            text-align: left;
            width: 120px;
        }

        .popup input {
            border: 1px solid;
            border-color: #999 #ccc #ccc;
            margin: 0;
            padding: 5px;
            height: 40px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        .popup input:hover {
            border-color: #555 #888 #888;
        }
        
        
          .popup select {
            border: 1px solid;
            border-color: #999 #ccc #ccc;
            margin: 0;
            padding: 5px;
            height: 40px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        .popup select:hover {
            border-color: #555 #888 #888;
        }

        .submit {
            background-color: rgb(27, 219, 130);
            color: white;
            outline: none;
            border: none;
            border-radius: 20px;
            width: 100%;
            height: 50px;
            font-weight: 600;
            margin-top: 20px;
            transition: .5s;
        }

        .submit:active{
            background-color: black;

        }

        .submit:hover{
            background-color: rgb(28, 155, 96);
        }