

.is-blurred {
  filter: blur(3px);
  -webkit-filter: blur(3px); }

textarea{font-family: 'Open Sans', sans-serif;}

.inputt2{width: 100%;
    height: 45px;
    background: none;
    padding: 0;
    box-sizing: border-box;
    margin: 5px 0;
    border: none;
    border-bottom: solid 1px #0028ac;
    color: #0028ac;
    outline: none;
    font-size: 12px; outline:none; resize:none; font-family: 'Open Sans', sans-serif;}


/* Overlay */
.Modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.62);
  -webkit-transition: 0.5s;
  overflow: auto;
  transition: all 0.3s linear; }
  .Modal-content {
       background-color: #fefefe;
    margin: auto;
    padding: 40px 30px;
    border-radius: 4px;
    max-width: 400px;
    height: auto;
    padding-bottom: 58px;}
    
    .Modal-content h3{font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #0028ac;}
    
    
    button{outline:none;}
    
  .ModalOpen {
    overflow: hidden; }

.is-hidden {
  display: none; }

.is-visuallyHidden {
  opacity: 0; }

/* The Close Button */
.Close {
    float: right;
    font-size: 30px;
    color: #0028ac;
    margin-top: -25px;
    margin-right: -13px; }

.Close:hover,
.Close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }
