/* EDITING THIS FILE DIRECTLY IS USELESS: THE PLUGIN WILL OVERWRITE YOUR CHANGES THE FIRST CHANCE IT GETS */



.bip_copernica_outer_wrapper {
  background-color: #999999 !important;
  padding: 30px 0px 30px 0px; /* NOT !important, because of responsiveness */
}

.bip_copernica_signup_form_wrapper {
  width: 600px; /* NOT !important, because of responsiveness */
  left: calc(50% - 300px); /* NOT !important, because of responsiveness */
  padding: 0px 0px 0px 0px !important;
  border: 0px solid #999999 !important;
  border-radius: 10px !important;
  background-color: #999999 !important;
}

.bip_copernica_signup_form input[type="text"] {
  padding: 8px 10px 8px 10px !important;
  border: 1px solid #666666 !important;
  border-radius: 5px !important;
  background-color: #FFFFFF !important;
  color: #666666 !important;
  font-size: 16px !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  float: left !important;
  text-align: left !important;
}

.bip_copernica_signup_form input[type="text"]:focus {
  border: 1px solid #666666 !important;
  background-color: #FFFFFF !important;
  color: #666666 !important;
}

.bip_copernica_signup_form input[type="submit"] {
  padding: 10px 20px 10px 20px !important;
  border: 0px solid #BB202A !important;
  border-radius: 10px !important;
  background-color: #BB202A !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  float: left !important;
}

.bip_copernica_signup_form input[type="submit"]:hover {
  border: 0px solid #666666 !important;
  background-color: #666666 !important;
  color: #FFFFFF !important;
}

.bip_copernica_close_signup_form {
  font-size: 14px !important;
  color: #666666 !important;
  text-align: right !important;
  width: 600px; /* NOT !important, because of responsiveness */
}

a.bip_copernica_close_signup_form {
  font-size: 14px !important;
  color: #666666 !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}

a.bip_copernica_close_signup_form:hover {
  color: #666666 !important;
  text-decoration: underline !important;
}

.bip_copernica_signup_form_error, .bip_copernica_signup_form_fail {
  font-size: 14px !important;
  color: #FFFFFF !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
}

.bip_copernica_signup_form_success {
  font-size: 14px !important;
  color: #FFFFFF !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
}


/* responsive styling */
@media only screen and (max-width: 640px) {
  
  .bip_copernica_outer_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .bip_copernica_signup_form_wrapper, .bip_copernica_close_signup_form {
    left: 0px;
    width: 100%;
  }
  
}

/* hide signup form on screens with a maximum width of 600px */
@media only screen and (max-width: 600px) {

  .bip_copernica_outer_wrapper {
    display: none;
  }

}



/* EDITING THIS FILE DIRECTLY IS USELESS: THE PLUGIN WILL OVERWRITE YOUR CHANGES THE FIRST CHANCE IT GETS */