@charset "utf-8";
/* CSS Document */
.space {
    padding: 70px 0px;
}
.text-justify {
    text-align: justify;
}
.bg-1{
    background-color: #fffdfc;
background-image: url("https://www.transparenttextures.com/patterns/subtle-white-feathers.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.form-bg {
	background-color: #F1F1F1;
	padding: 20px;
}
.form-group {
    margin: 10px;
}
.panel-success {
    background: #E5E5E5;
    padding: 30px;
}
.form-control textarea, input {
  height: 50px;
  padding: 0 30px 0 28px;
    padding-right: 30px;
  padding-right: 45px;
border: 1px solid #b9b9b9;
  color: var(--tg-heading-color);
  background-color: #FFF;
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}

	.career-bg {
  background: #008dd2;
  padding: 40px 30px;
  color: #fff;
  font-size: 20px;
  outline: 2px solid #fff;
  outline-offset: -12px;
}	


.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin: 0;
    padding: 6px 10px;
}
	#country_code {
  background: #eeeeee9e;
  border-right: 0;
		padding: 0px 5px !important;
  text-align: center !important;
}