.error-message {
        color: red;
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }
/*Modal*/
h3 {
    font-weight: bold;
    color: #fff;
    margin: 20px 0px;
  }
  .close {
    color: #fff;
    transform: scale(1.2)
  }
  .modal-content {
    font-weight: bold;
  background: #a3e1b3;
  margin-top: 115px;
  
  }
  .form-control {
    margin: 1em 0;
  }
  .form-control:hover, .form-control:focus {
    box-shadow: none;  
    border-color: #fff;
  }
  .username, .password {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #eee;
    padding-left: 0;
    font-weight: normal;
    background: transparent;  
  }
  .form-control::-webkit-input-placeholder {
    color: #eee;  
  }
  .form-control:focus::-webkit-input-placeholder {
    font-weight: bold;
    color: #fff;
  }
  .login {
    padding: 6px 20px;
    background: none;
    border: 2px solid #FAB87F;
    color: #FAB87F;
    font-weight: bold;
    transition: all .5s;
    margin-top: 1em;
  }
  .login:hover {
    background: #fff;
    color: #bb1313;
  }
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
    color: #bb1313;
  }
  .pdf-title{
    text-align: center;
    color: #bb1313;
    padding-bottom: 10px;
  }
  .pdf_image{
    margin-top: 10px !important;
  }

/* Modal alert */
 .modal-pop {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .modal-contents {
            background-color: #a3e1b3;
            margin: 25% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 30%;
            border-radius: 10px;
            text-align: center;
            color:#bb1313;
            font-weight:900;
        }

        .close {
            color: #aaa;
            text-align: end !important;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            color: black;
            margin-top: 21rem !important;
            margin-right: 28rem !important;
        }

        .close:hover,
        .close:focus {
            color: red;
            text-decoration: none;
            cursor: pointer;
        }

        .alert-content {
            display: none; /* Hidden by default */
        }
    @media (max-width: 435px) {
    .modal-contents {
          margin-top:260px !important;
            width: 80% !important;
    }
     .close {
            color: #aaa;
            text-align: end !important;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            color: black;
            margin-top: 16rem !important;
            margin-right: 1rem !important;
        }
}
