

/* The popup form - hidden by default */
.form-popup {
  display: none;
    position:fixed;
    top: 50%;
    left: 50%;
    padding:20px;
    width:auto;
    height:auto;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border:1px solid #00574b;
    border-radius:5px;
    background-color: #ffffff;
}

/* Add styles to the form container */
/*.form-container {*/
/* max-width: 300px;*/
/*  padding: 10px;*/
/*  background-color: white;*/
/*}*/

/* When the inputs get focus, do something */
/*.form-container input[type=text]:focus, .form-container input[type=password]:focus {*/
/*  background-color: #ddd;*/
/*  outline: none;*/
/*}*/
