|
@@ -116,12 +116,16 @@
|
|
|
#topnav{
|
|
|
position: relative;
|
|
|
}
|
|
|
+ .text-muted{
|
|
|
+ color: #3c3d5b !important;
|
|
|
+ font-weight: 600 !important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="container-fluid">
|
|
|
<div class="col-md-12">
|
|
|
<div class="row">
|
|
|
- <div class="col md-12" style="text-align: center;">
|
|
|
- <h2 class="mt-2" style="font-family:Ubuntu !important; font-size: 37px !important;">Research Admission</h2>
|
|
|
+ <div class="col-md-12" style="text-align: center; background-color:#3c3d5b;">
|
|
|
+ <h2 class="mt-2" style="font-family:Ubuntu !important; font-size: 37px !important; color: #ffbd59;">Research Admission</h2>
|
|
|
<div style="border-bottom: 1px solid #eee;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -139,15 +143,15 @@
|
|
|
<div class="card-body" style="padding: 0px;">
|
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
- <h3 class="mb-3" style="font-size: 22px !important; line-height: 43px; font-weight: 700; text-align: left;">You're going to submit your doctoral application proposal to - </h3>
|
|
|
- <div class="uni_details" style="display:flex; border: 2px solid black; border-radius: 10px; padding: 10px 21px;">
|
|
|
+ <h3 class="mb-3" style="font-size: 22px !important; line-height: 43px; font-weight: 700; text-align: left; color: #3c3d5b;">You're going to submit your doctoral application proposal to - </h3>
|
|
|
+ <div class="uni_details" style="background-color: #16183f40; display:flex; border-radius: 10px; padding: 10px 21px;">
|
|
|
<div class="mt-2" style="text-align: center;">
|
|
|
<div class="inner_left mt-1" style="background-color: #141639c4; padding: 18px 0px 0px 0px; height: 63px; width: 63px;">
|
|
|
<p style="color:white; font-weight:600 !important; letter-spacing: 2px;">{{ strtoupper(mb_substr($user->first_name, 0, 1) . mb_substr($user->last_name, 0, 1)) }}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="alert" style="margin-bottom: 0px; color: #3c3d5b;">
|
|
|
- <strong class="mb-2" style="font-size:18px;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
|
|
|
+ <strong class="mb-2" style="font-size:19px; font-weight: 700;"> {{ $user->first_name }} {{ $user->last_name }}</strong></br>
|
|
|
<span style="font-size:14px; font-weight:400;">{{ $user->email }} </span><br>
|
|
|
<span style="font-size:14px; font-weight:400;">{{ $user->university_name }}</span>
|
|
|
<span> . </span>
|
|
@@ -159,19 +163,19 @@
|
|
|
<div class="col-lg-12 mt-4">
|
|
|
<div class="mb-3">
|
|
|
<input type="hidden" name="teacher_id" value="{{ $hash_teacher_ids[0] }}" id="teacher_id">
|
|
|
- <label class="form-label" style="font-size: 19px; font-weight: 700;">Your name</label>
|
|
|
+ <label class="form-label" style="font-size: 19px; font-weight: 700; color: #3c3d5b;">Your name</label>
|
|
|
<div class="form-icon position-relative">
|
|
|
<input type="text" class="form-control" id="name" placeholder="Write your full name here" name="name" required="">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mb-3">
|
|
|
- <label class="form-label" style="font-size: 19px; font-weight: 700;">e-mail address</label>
|
|
|
+ <label class="form-label" style="font-size: 19px; font-weight: 700; color: #3c3d5b;">e-mail address</label>
|
|
|
<div class="form-icon position-relative">
|
|
|
<input type="email" class="form-control" id="email" placeholder="Write your e-mail address here" name="email" required="">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div><!--end col-->
|
|
|
- <h5 class="text-center mb-4" style="color: #212529; font-weight: 500; font-size: 18px;">We will send you a link to this email address, so you can complete your registration and submit your proposal.</h5>
|
|
|
+ <h5 class="text-center mb-4" style="color: #3c3d5b; font-weight: 500; font-size: 18px;">We will send you a link to this email address, so you can complete your registration and submit your proposal.</h5>
|
|
|
<div class="col-md-12">
|
|
|
<div class="mt-2 mb-4 text-center">
|
|
|
<button type="submit" class="btn btn1 q_form_submit" style="width: 100%; font-size: 23px;">
|
|
@@ -204,14 +208,15 @@
|
|
|
</div><!--end col-->
|
|
|
<div class="col-12">
|
|
|
<div class="align-items-center">
|
|
|
- <p class="text-muted mb-3" style="font-size: 17px;">5. Click on submit</p>
|
|
|
+ <p class="text-muted mb-3" style="font-size: 17px;">5. Submit the application</p>
|
|
|
</div>
|
|
|
</div><!--end col-->
|
|
|
</div>
|
|
|
<div style="border-bottom: 1px solid #eee;"></div>
|
|
|
- <h5 class="text-center mb-2 mt-4" style="font-weight:100;">Already registered?</h5>
|
|
|
+ <h5 class="text-center text-muted mb-2 mt-4" style="font-weight:100;">Already registered?</h5>
|
|
|
<p class="text-muted mb-1" style="font-size: 17px;">1. Login to your account</p>
|
|
|
- <p class="text-muted mb-3" style="font-size: 17px;">2. Submit the application</p>
|
|
|
+ <p class="text-muted mb-1" style="font-size: 17px;">2. Click on application tab</p>
|
|
|
+ <p class="text-muted mb-3" style="font-size: 17px;">3. Submit the application</p>
|
|
|
<div class="col-md-12">
|
|
|
<div class="mt-2 mb-4 text-center">
|
|
|
<a href="{{ url('/login') }}" class="btn btn1" style="width: 100%; font-size: 23px;">
|