.mySlides {display:none}

p {
  font-family: "Times New Roman", Times, serif;
}





.content {
  width:100%;
  height: 500px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5%;
  border-radius: 10px ;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.question
{
  /*color : #ffc107;*/
  color : #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom:50px;
}

.question1
{
  font-size: 200%;
}

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

 
 textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #ffc107;
  width: 100%;
  color : #ffc107;
  size : 500px;
  height:20px;
}
 
 .content {
  width:100%;
  height: 75%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5%;
  border-radius: 10px ;
}

 
	.question
{
  /*color : #ffc107;*/
  color : #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom:30px;
}

.question1
{
  font-size: 150%;
}
}

.answer
{
  color : #fff;
  padding-left:0px;
  font-size: 25px;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  
}

.placeholder
{
  color : #fff;
  padding-left:40px;
  font-size: 18px;
  font-weight: 200;
}

input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #ffc107;
  width: 100%;
  color : #ffc000;
}
.radio {
width: 5%;
}

textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #ffc107;
  width: 100%;
  color : #ffc107;
  size : 500px;
  height:150px;
}


.actionbutton
{
 position: relative;
}

.actionbutton div {
    position: absolute;
    right: 10px;
    
}

button
{
 color: #fff;
 text-align: center;
 width: 195px;
 background-color: #ffc107 !important;
 border: 2px solid #ffc107 !important;
 border-radius: 30px  !important;
 cursor: pointer;
 display: inline-block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffc107;
  font-size: 30px;
  opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffc107;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffc107;
}