
 
  input {
	background: white;
	color: rgb(7 2 18);
	transition: all 200ms ease;
	border-left: 0 solid transparent;
	border: 3px solid #ffb909;
  width: 100%;
	height: 2.8rem;
	padding: 0 calc(7.0rem * 0.5);
	border-radius: calc(5.8rem * 0.3);
	box-shadow: 0 0 2rem rgb(0, 0, 0, 20%);
  }


  textarea {
    background: white;
	color: rgb(7 2 18);
	transition: all 200ms ease;
	border-left: 0 solid transparent;
	border: 3px solid #ffb909;
  width: 100%;
	height: 2.8rem;
	padding: 0 calc(7.0rem * 0.5);
	border-radius: calc(5.8rem * 0.3);
	box-shadow: 0 0 2rem rgb(0, 0, 0, 20%);
  }


  .custom-select {
    background: white;
	color: rgb(7 2 18);
	transition: all 200ms ease;
	border-left: 0 solid transparent;
	border: 3px solid #ffb909;
  width: 100%;

	height: 2.8rem;
	padding: 0 calc(7.0rem * 0.5);
	border-radius: calc(5.8rem * 0.3);
	box-shadow: 0 0 2rem rgb(0, 0, 0, 20%);
  }
  .but {
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 20px;
    float: right;
    background-color: #ffb909;
    text-align: center;
}
   
.msg {
 height: 100px;
}
 


h7 {
  color:red;
 font-size: 24px;
 
 }

 h8 {
  color:#000000;
 font-size: 20px;
 
 }
