.joinUs {
  position: relative;
  padding: 20vh;
  background-color: #191919;
}

.joinUs.phone {
  padding: 2vh;
  padding-top: 15vh;
}

.title {
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  font-size: 8vh;
  text-align: center;
}

.subTitle {
  font-size: 8vh;
  color: #fff;
  text-align: center;
}

.descitption {
  font-size: 2vh;
  color: #fff;
  font-weight: bold;
  float: right;
  width: 50%;
  margin-right: 10vw;
}

.message {
  width: 40%;
  font-size: 3vh;
}

.mainBox {
  position: relative;
  background-color: #131313;
  color: #fff;
  padding: 5vh;
  margin-top: 10vh;
  width: 75%;
}

.mainBox .text {
  color: #979797;
  padding: 15px 0;
}

.form-container {
  background: #131313;
  padding: 0;
  width: 80%;
  position: relative;
}

form {
  display: block;
  width: 100%;
}

.joinUs .form-group {
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 45%;
  display: inline-block;
}

.joinUs input,
.joinUs textarea {
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border: 1px solid #ccc;
  background-color: #131313;
  color: #979797;
  border-radius: 0;
  outline: none;
  font-size: 15px;
  font-family: "Rajdhani";
}

.joinUs input:focus,
.joinUs textarea:focus {
  border-color: #8d8d8d;
}

.joinUs label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  color: #aaa;
  font-size: 16px;
  transition: 0.3s;
  pointer-events: none;
}

.joinUs input:focus + label,
.joinUs input:not(:placeholder-shown) + label,
.joinUs textarea:focus + label,
.joinUs textarea:not(:placeholder-shown) + label {
  top: 0;
  left: 5px;
  color: #fff;
  background-color: #131313;
  font-size: 12px;
}

.joinUs input[type="file"] {
  padding-left: 15px;
  border: solid 1px #ccc;
  height: 40px;
  line-height: 40px;
}
.joinUs textarea {
  height: 80px;
}

button {
  padding: 10px;
  border: none;
  border-radius: 0 !important;
  background: transparent;
  border: #d60037 1px solid;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: ease-in 0.3s;
}

button:hover {
  background: #e82154;
}

.mainBox .info {
  position: absolute;
  width: 300px;
  background-color: #191919;
  color: #fff;
  box-shadow: 0px 0px 10px #131313;
  top: 20%;
  right: -10%;
}

.mainBox .info .menuAddress {
  margin-left: 3vh;
  font-size: 2vh;
  color: #131313;
  line-height: 4.3vh;
}

.mainBox .info .columnFooter ul li a,
a {
  color: #fff;
}

.mainBox .info .twofour54LogoSideMenu {
  background-image: url(../src/twofour54-w.png);
}

.map {
  height: 450px;
  width: 100%;
  background-image: url(../src/map.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.phone .subTitle {
  font-size: 5vh;
  color: #fff;
  text-align: center;
  margin: 0px 0 0px -3vw;
}

.phone .descitption {
  margin: 0;
  width: 100%;
}

.phone .message {
  width: 100%;
}

.phone .mainBox .info {
  position: relative;
  top: 30px;
  right: 0;
}

.phone .mainBox .info .menuAddress {
  margin-left: 3vh;
  font-size: 1.5vh;
  color: #fff;
  line-height: 3.5vh;
}

.whiteText,
.whiteText a {
  color: #fff;
}

.phone .form-group {
  position: relative;
  width: 100% !important;
  display: block;
}

.phone.map {
  background-size: cover;
  background-position: center;
}
