-<div class="container-screen none" data-screen="q-{{$position}}" data-type="multiple">
+<div class="container-screen none" data-screen="q-{{$position}}" data-type="email">
<div class="fill-area"></div>
@include('header_question', ['question' =>$question, 'max' => $max, 'position' => $position])
- <div class="screen question-text">
+ <div class="screen question-text question-email">
<form id="form-{{$position}}">
<div class="form-group">
- <input name="email" type="email" />
+ <input class="answer-text" name="email" type="email" placeholder="{{$__('Enter your email')}}..." />
+ <svg xmlns="http://www.w3.org/2000/svg" width="17.6" height="15.6" viewBox="0 0 17.6 15.6">
+ <g id="Groupe_487" data-name="Groupe 487" transform="translate(-5299.2 240.8)">
+ <rect id="Rectangle_206" data-name="Rectangle 206" width="16" height="14" rx="3" transform="translate(5300 -240)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6"/>
+ <path id="Tracé_139" data-name="Tracé 139" d="M5257-257.5l7,6,7-6" transform="translate(44 18.5)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6"/>
+ </g>
+ </svg>
</div>
</form>
</div>