\documentclass[12pt,twoside]{report}
\usepackage[english]{babel}
\usepackage[charter]{mathdesign}
\usepackage{tikz,paralist}
\usetikzlibrary{shapes,positioning}
\usepackage[a4paper,bindingoffset=0in,left=0.1in,right=0.1in,top=0.0in,bottom=0.2in]{geometry}
%-----------------------------------------------------------------
\begin{document}
% ----------------------------------------------------------------
\begin{titlepage}
%==========================================================
\begin{tikzpicture}[remember picture,overlay]
\fill[black] (current page.north east) rectangle (current page.south west);
\fill[white, rounded corners=0.5cm] ([xshift=-1mm,yshift=-1mm]current page.north east) rectangle ([xshift=1mm,yshift=1mm]current page.south west);
\draw[dashed,ultra thick]([yshift=10cm]current page.west)-- ([xshift=0cm,yshift=10cm]current page.east);
\draw[dashed,very thick]([yshift=6cm]current page.west)-- ([xshift=0cm,yshift=6cm]current page.east);
\draw[dashed,very thick]([yshift=2cm]current page.west)-- ([xshift=0cm,yshift=2cm]current page.east);
\draw[dashed,very thick]([yshift=-2cm]current page.west)-- ([xshift=0cm,yshift=-2cm]current page.east);
\draw[dashed,ultra thick]([yshift=-7cm]current page.west)-- ([xshift=0cm,yshift=-7cm]current page.east);
\end{tikzpicture}
%==========================================================
\setlength{\parindent}{0pt}
\phantom{0}\\
\noindent{\LARGE\bfseries Monthly Progress Monitor}\\[30pt]
{\Large Name PhD student:} \hfil {\Large Name supervisor:} \\[30pt]
{\Large Date: \phantom{PhD student::} }\hfil{\Large Previous meeting:}\\
%==========================================================
\begin{compactenum}[1.]
\Large
\item{Of the results I obtained last month, which are the most important?}\\[70pt]
\item{Did I deviate from last month's planning. If so, why?}\\[70pt]
\item{What are the most important goals for the upcoming month?}\\[70pt]
\item{What do I need to do to research these goals? What are the potential hurdles and how do I overcome them?}\\[84pt]
\end{compactenum}
%==========================================================
{\Large Suggested date for next month's meeting:}\\[40pt]
{\Large\itshape General agreements:}\\[4pt]
%==========================================================
\begin{compactenum}[a.]
\Large\itshape
\item{PhD student fills out form prior to meeting with supervisor}\\
\item{At the meeting the answers are completed}\\
\item{Supervisor gets a copy of the final form after the meeting}\\
\end{compactenum}
%==========================================================
\end{titlepage}
% ----------------------------------------------------------------
\end{document}
