.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 19em;
}
#wrapper{
    min-height: 100%;
    position: relative;
}
body {
  font-family: Arial, sans-serif;
  background-image: url('wallpaper.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

footer {
    background-color:rgba(255,255,255,0.8);
    width: 100%;
    padding: 10px 10px 0px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.password {
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.aui {
            max-width: 100%;
            width: auto\9;
            height: auto;
            vertical-align: middle;
            border: 0;
            -ms-interpolation-mode: bicubic;
        }
    .system-grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding: 10px;
        grid-gap: 20px 5px;
        justify-content: center;
    }
    .system-hub-container {
        background: #022903;
        width: auto;
        height: 100%;
        margin: 0 0 0 5%;
    }
    .system-hub-container-text {
        padding: 5% 5% 5% 5%;
    }
    .system-hub-content p {
        color: #ffffff;
        font-size: 15px;
        text-align: justify;
    }
    .system-hub-content h1 {
        color: #18425E;
        font-size: 19px;
        line-height: 1;
    }
    .system-hub-subtitle {
        color: #ffdb2c;
        font-size: 16px;
    }
    .system-hub-subtitle span {
        color: #ffdb2c;
    }
    .system-grid-title-container h1 {
        color: #26749B;
        font-size: 45px;
        line-height: 1.2;
    }
    .system-grid-title-container span {
        font-family: 'Poppins-Regular';
    }
    .system-grid-title-container {
        text-align: center;
        padding: 0 0 0 0;
    }
@media screen and (max-width: 700px){

  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .system-grid-title-container h1 {
            font-size: 25px;
        }
        .system-hub-container {
            margin: 0;
        }
        .system-grid-container {
            display: grid;
            grid-template-columns: auto ;
            display: grid;
            padding: 2% 1% 5% 1%;
            grid-gap: 20px 5px;
            justify-content: center;
        }
}

.container-enlarge {
    display: inline-block;
    position: relative;
    margin: 15px;
}
.container-enlarge > img {
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}
.container-enlarge span {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
.container-enlarge:hover span {
    top: -320px;
    left: -675px;
    width: 300px;
}