.contact-background{
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}

.contact{
  position: relative;
  height: 80%;
  width: 50rem;
  top: 8%;
  background-color: white;
  z-index: 30;
  overflow-y: scroll;
}

.contact-message-box{
  display: none;
  position: relative;
  height: 30%;
  width: 45rem;
  top: 15%;
  background-color: white;
  z-index: 30;
}

.contact label{
  font-size: medium;
  line-height: 1.7rem;
  padding-left: 3rem;
}

.input-ellipse{
  z-index: 2;
  width: 50%;
	height: 5rem;
	border-style: solid;
  border-width: 2px;
  border-color: black;
	-moz-border-radius: 3rem / 3rem;
	-webkit-border-radius: 3rem / 3rem;
	border-radius: 3rem / 3rem;

  position: relative;
  margin: auto;
  margin-right: 3rem;
}
.input-ellipse input{
  height: 4rem !important;
  font-size: medium !important;
  color: black;
  position: relative;
  margin: auto !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.input-ellipse input:focus{
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.ellipse-textarea:hover{
  background-color: transparent;
}

.ellipse-textarea{
  height: 25rem !important;
  width: 26rem;
  font-size: medium;
}

.ellipse-textarea:hover{
  border-color: black;
}

.select-ellipse{
  right: 0;
  font-size: large;
  width: 80%;
  margin-left:4.2rem;
}

.ellipse-send{
  width: 16rem;
  color: #ff002c;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
  background-color: white;
}


#edit-cid{
  display: block;
}

.contact-title{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.contact-title h1{
  color: black;
  font-size: xx-large;
  line-height: 6rem;
  font-weight: bold;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.contact-email{
  position: relative;
  top: 1.7rem;
  color: black;
  font-size: medium;
  line-height: 1.7rem;
}

.contact-subject{
  position: relative;
  top: 1.7rem;
}

.contact-category{
  position: relative;
  top: 1.7rem;
}

.contact-send{
  /* float: right; */
  text-align: center;
  margin-top: 1rem;
  /* padding-right: 3rem; */
  /* margin-right: 4rem; */
}

.send-input{
  color: red;
  font-size: medium;
  line-height: 3rem;
  text-align: center;
}

.contact-message-textarea textarea{
  resize: none;
  position: relative;
  font-size: medium;
  width:80%;
  margin:0;
  margin-left:4rem;
  padding: 2rem;
}

.form-item{
  margin-bottom: 1rem;
}

.g-recaptcha{
  text-align: -webkit-right !important;
  padding-right: 3rem;
}

.contact-close-wrapper{
  width: 45rem;
  text-align: -webkit-right;
  position: relative;
  top: 7%;
}


.ellipse-close{
  width: 16rem;
  margin-top: 1rem;
  float: right;
}

.contact-close{
  position: relative;
  text-align: center;
  top: 2.5rem;
}

.contact-close a{
  color: black;
  font-size: medium;
  line-height: 2rem;
}

/*-----------------------------------------------------------------------------*/


@media only screen and (max-width: 1200px) {

.contact{
  position: relative;
  height: 80%;
  width: 90%;
  top: 8%;
  background-color: white;
  z-index: 30;
  overflow-y: scroll;
}

.input-ellipse{
  z-index: 2;
  width: 50%;
  height: 8rem;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  -moz-border-radius: 2rem / 2rem;
  -webkit-border-radius: 2rem / 2rem;
  border-radius: 2rem / 2rem;

  position: relative;
  margin: auto;
  margin-right: 3rem;
}
.input-ellipse input{
  height: 4rem !important;
  font-size: medium !important;
  color: black;
  position: relative;
  margin: auto !important;
  margin-top:1.5rem !important;;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.input-ellipse input:focus{
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.select-ellipse{
  right: -0.6rem;
  font-size: large;
  width: 78%;
}

.contact-message-textarea textarea{
  resize: none;
  position: relative;
  font-size: medium;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-right: 0;
}

.contact-message-textarea{
  width: 78%;
  /* margin: 0; */
  /* margin-right: 0; */
  /* position: relative; */
  right: -3px;
  position: relative;
  margin: auto;
  margin-right: 3rem;
}

.ellipse-send{
  width: 16rem;
  color: #ff002c;
  font-size: medium;
  line-height: 1.7rem;
  font-weight: bold;
  background-color: white;
}

.contact-close-wrapper{
  width: 78%;
  text-align: -webkit-right;
  position: relative;
  top: 7%;
}

.contact-close{
  position: relative;
  /*padding-right: 5rem;*/
  top: 4rem;
  right: 0;
  margin-bottom: 2rem;
}

.close-contact{
  font-size: xx-large !important;
}

.ellipse-close p{
  font-size: medium;
}

  }
