html, body {
  font-family: 'OpenSans', sans-serif;
  height: 100%;
  
}

.master{
  /*height: 100vh;*/
  margin-left: 0px;
  margin-right: 0px;
}

.question-body{
  background-color: black;
}

.row{
  margin: 0px;
}

.row-color{
  background-color: #e31e28;
  height: 100vh;
  /*border-right: 18px solid black;*/
}

.row-color-question{
  background-color: black;
  height: 100vh;
  /*border-right: 18px solid black;*/
}

.back-intro{
  background-image: url('../img/back-img.png'); 
  background-size: 880px; 
  background-repeat: no-repeat; 
  background-position-y: center;
}

.disclaimer{
  text-align: left;
  font-size: 28px;
  margin-left: 180px;
  margin-right: 180px;
}

.logo-intro{
  margin-left: 0px;
  max-width: 480px;
  z-index: 1;
  vertical-align: middle;
}

.arrow-img{
  vertical-align: middle;
  width: 90px;
  margin-left: 40px;
}

.arrow-img:hover{
  background-image: url('../img/arrow-07.png');
  background-size: 90px; 
  margin-left: 40px;
}

/*question-page*/

.logo-question{
  margin-top: 35px;
  margin-left: 30px;
  max-width: 330px;
  z-index: 1;
}

.question{
  margin-top: 45px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 44px;
  color: #4769ff;
  font-weight: 800;
}

.sub-question{
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 45px;
  font-size: 24px;
  color: #4769ff;
  font-weight: 400;
}

.sub-question-tks{
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 80px;
  margin-bottom: 45px;
  font-size: 18px;
  color: #4769ff;
  font-weight: 400;
}

.answer-field{
  margin-left: 20px !important;
}


.arrow-img-forward{
  width: 80px;
  margin-top: 15px;
  margin-left: 30px;

}

.arrow-img-forward:hover{
  background-image: url('../img/arrow-red-12.png');
  background-size: 80px; 
  margin-top: 15px;
  margin-left: 30px;

}

.arrow-img-back{
  width: 80px;
  margin-top: 15px;
  margin-left: 0px;

}

.arrow-img-back:hover{
  background-image: url('../img/back-arrow-12.png');
  background-size: 80px; 
  margin-top: 15px;
  margin-left: 0px;

}


.progress-bar{
  background-color: transparent !important;
}

.progress-bar-full{
  background-color: #e31e28 !important;
}

.inputbox-dimension{
  margin: 0px 10px !important;
}

.input-style{
  margin-top: 35px;
  height: 70vh;
  border: 1px solid #4769ff;
  border-radius: 10px;
  overflow: auto;
}


input:not([type]),
input[type=text]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom:none;
  color: #4769ff; 
}


input:not([type]), input[type=text]:not(.browser-default),textarea.materialize-textarea {
  border-bottom: none;
}


input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::placeholder{
  color: #4769ff;
}








/*bigscreen*/

@media only screen and (min-width: 1282px){

  .master{
    /*height: 100vh;*/
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .question-body{
    background-color: black;
  }
  
  .row{
    margin: 0px;
  }
  
  .row-color{
    background-color: #e31e28;
    height: 100vh;
    /*border-right: 18px solid black;*/
  }
  
  .row-color-question{
    background-color: black;
    height: 100vh;
    /*border-right: 18px solid black;*/
  }
  
  .back-intro{
    background-image: url('../img/back-img.png'); 
    background-size: 1400px; 
    background-repeat: no-repeat; 
    background-position-y: center;
  }
  
  .disclaimer{
    text-align: left;
    font-size: 28px;
    margin-left: 300px;
    margin-right: 300px;
  }
  
  .logo-intro{
    margin-left: 0px;
    max-width: 680px;
    z-index: 1;
    vertical-align: middle;
  }
  
  .arrow-img{
    vertical-align: middle;
    width: 140px;
    margin-left: 40px;
  }
  
  .arrow-img:hover{
    background-image: url('../img/arrow-07.png');
    background-size: 140px; 
    margin-left: 40px;
  }
  
  /*question-page*/
  
  .logo-question{
    margin-top: 35px;
    margin-left: 30px;
    max-width: 480px;
    z-index: 1;
  }
  
  .question{
    margin-top: 65px;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 64px;
    color: #4769ff;
    font-weight: 800;
  }
  
  .sub-question{
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 45px;
    font-size: 34px;
    color: #4769ff;
    font-weight: 400;
  }

  .sub-question-tks{
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 180px;
    margin-bottom: 45px;
    font-size: 31px;
    color: #4769ff;
    font-weight: 400;
  }
  
  .answer-field{
    margin-left: 20px !important;
  }
  
  
  .arrow-img-forward{
    width: 130px;
    margin-top: 15px;
    margin-left: 30px;
  
  }
  
  .arrow-img-forward:hover{
    background-image: url('../img/arrow-red-12.png');
    background-size: 130px; 
    margin-top: 15px;
    margin-left: 30px;
  
  }
  
  .arrow-img-back{
    width: 130px;
    margin-top: 15px;
    margin-left: 0px;
  
  }
  
  .arrow-img-back:hover{
    background-image: url('../img/back-arrow-12.png');
    background-size: 130px; 
    margin-top: 15px;
    margin-left: 0px;
  
  }
  
  
  .progress-bar{
    background-color: transparent !important;
  }
  
  .progress-bar-full{
    background-color: #e31e28 !important;
  }
  
  .inputbox-dimension{
    margin: 0px 10px !important;
  }
  
  .input-style{
    margin-top: 35px;
    height: 70vh;
    border: 1px solid #4769ff;
    border-radius: 10px;
    overflow: auto;
  }
  
  
  input:not([type]),
  input[type=text]:not(.browser-default),
  textarea.materialize-textarea {
    border-bottom:none;
    color: #4769ff; 
    font-size: 28px;
  }
  
  
  input:not([type]), input[type=text]:not(.browser-default),textarea.materialize-textarea {
    border-bottom: none;
  }
  
  
  input:not([type]):focus:not([readonly]),
  input[type=text]:not(.browser-default):focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  ::placeholder{
    font-size: 28px !important;
    color: #4769ff;
  }


}




/*mobile*/

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



  .row{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  
  .master{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .row-color{
    background-color: #e31e28;
    height: 100vh;
    /*border-right: 18px solid black;*/
  }
  
  .back-intro{
    background-image: url('../img/back-mobile-08.png'); 
    background-size: 980px; 
    background-repeat: no-repeat; 
    background-position-y: center;
  }
  
  .logo-intro{
    margin-top: 250px;
    max-width: 280px;
    z-index: 1;
  }
  
  .arrow-img{
    width: 80px;
    margin-top: 30px;
    margin-left: 0px;
  
  }
  
  .arrow-img:hover{
    background-image: url('../img/arrow-07.png');
    background-size: 80px;
    margin-top: 30px;
    margin-left: 0px;}

    
    /*question*/

    .row-color-question{
      background-color: black;
      height: 100vh;
      /*border-right: 18px solid black;*/
    }
       
    .logo-question{
      margin-top: 45px;
      margin-left: 15px;
      max-width: 230px;
      z-index: 1;
    }
    
    .question{
      margin-top: 25px;
      margin-left: 15px;
      margin-right: 10px;
      margin-bottom: 0px;
      font-size: 21px;
      color: #4769ff;
      font-weight: 800;
    }

    .sub-question{
      margin-top: 0px;
      margin-left: 15px;
      margin-right: 10px;
      margin-bottom: 25px;
      font-size: 18px;
      color: #4769ff;
      font-weight: 400;
    }

    .sub-question-tks{
      margin-top: 10px;
      margin-left: 15px;
      margin-right: 10px;
      margin-bottom: 45px;
      font-size: 12px;
      color: #4769ff;
      font-weight: 400;
    }
    
    .answer-field{
      margin-left: 10px !important;
    }
    
    
    .arrow-img-forward{
      width: 60px;
      margin-top: 35px;
      margin-left: 30px;
      margin-bottom: 35px;

    
    }
    
    .arrow-img-forward:hover{
      background-image: url('../img/arrow-red-12.png');
      background-size: 60px; 
      margin-top: 35px;
      margin-left: 30px;
      margin-bottom: 35px;

    
    }
    
    .arrow-img-back{
      width: 60px;
      margin-top: 35px;
      margin-left: 0px;
      margin-bottom: 35px;

    
    }
    
    .arrow-img-back:hover{
      background-image: url('../img/back-arrow-12.png');
      background-size: 60px; 
      margin-top: 35px;
      margin-left: 0px;
      margin-bottom: 35px;
    
    }
    
    
    .progress-bar{
      background-color: transparent !important;
    }
    
    .progress-bar-full{
      background-color: #e31e28 !important;
    }

    .inputbox-dimension{
      margin-left: 20px !important;
    }
    
    .input-style{
      margin-top: 15px;
      height: 180px;
      border: 1px solid #4769ff;
      border-radius: 10px;
      overflow: auto;

    }
        
    input:not([type]),
    input[type=text]:not(.browser-default),
    textarea.materialize-textarea {
      border-bottom:none;
      color: #4769ff; 
    }
    
    
    input:not([type]), input[type=text]:not(.browser-default),textarea.materialize-textarea {
      border-bottom: none;
    }
    
    
    input:not([type]):focus:not([readonly]),
    input[type=text]:not(.browser-default):focus:not([readonly]),
    textarea.materialize-textarea:focus:not([readonly]) {
      border-bottom: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    
    ::placeholder{
      color: #4769ff;
    }

    .disclaimer{
      text-align: center;
      font-size: 21px;
      margin-top: 180px;
      margin-left: 10px;
      margin-right: 10px;
    }




  
  

  

}

