|
@@ -13,7 +13,7 @@
|
|
|
<div class="form-group">
|
|
|
<label>Enter Your Mobile Number (to receive an SMS token)</label>
|
|
|
<input type="tel" class="form-control phone" name="cell_number" autofocus value="{{old('cell_number')}}">
|
|
|
- <small class="d-block mt-3 text-muted text-center">
|
|
|
+ <small class="d-block mt-2 mb-3 text-muted text-center">
|
|
|
*Your mobile provider's standard rates for sending and receiving text messages will apply.
|
|
|
</small>
|
|
|
</div>
|
|
@@ -32,7 +32,7 @@
|
|
|
<input type="submit" name="sendToken" value="Send SMS Token" class="btn btn-sm btn-primary w-100 py-2">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <p class="text-center text-muted mt-3"><small>If you have any questions at all, please contact your Dedicated HR Representative at the phone number or email displayed inside this portal.</small> </p>
|
|
|
+ <p><small class="text-center d-block text-muted my-3">If you have any questions at all, please contact your Dedicated HR Representative at the phone number or email displayed inside this portal.</small></p>
|
|
|
</form>
|
|
|
</div>
|
|
|
@endsection
|