/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    /*margin: 0;*/
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/* Reset End */

body {
	background: #4EAFCD repeat;
	position: relative;
	font-family: 'Oswald', sans-serif;
}

.container {
	margin: auto;  
	padding: 215px 0;
}

#loginform {	
	background-color: #f7f7f7;
	display: block;
	height: 270px;
	margin: 0 auto;	
	outline: solid 10px rgba(0,0,0,0.10);
	width: 350px;
	padding: 30px;
}

.login-message:before { 
	content: "Pdp Exam Login";
	color: #4c4c4c;	
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.login-message label {
    margin-top:20px;
    color:#f35b5b;
    font-size:9pt;
}

 
 .login-username label, .login-password label {
	display: none;
	text-indent: -9999px;
}
 
.login-username .input{ 
	/*margin-top: 25px;*/
    margin-top:-10px;
 } 

.login-password .input { margin-top: -14px;}
 
 ::-moz-placeholder {  /* Firefox 19+ */
   color: #4c4c4c;
   text-transform: uppercase;
}

::-webkit-input-placeholder {
   color: #5d5b5b;
   text-transform: uppercase;
}

.input { 
	background-color: #fff;
	cursor: text;
	border: solid 1px #dedede; 
	box-sizing: border-box;
	color: #4c4c4c;
	font: 400 13px/18px 'oswald';
	height: 40px;
	margin-bottom: -18px;
	outline: none;
	padding: 8px 15px;
	transition: border 0.3s;
	width:100%;
}

.input:focus { border: solid 1px #f35b5b; }

.login-username:after {
	background-color: #f7f7f7;
	content: '*';	
	color: #f35b5b;
	height: 35px;
	width: 35px;
	float: right;
	font: 400 24px 'oswald';
	line-height: 43px;
	position: relative;
	overflow: hidden;
	right: 2px;
	text-align: center;
	top: -24px;
}

.login-password:after {
	background-color: #f7f7f7;
	content: '*';	
	color: #f35b5b;
	height: 35px;
	width: 35px;
	float: right;
	font: 400 24px 'oswald';
	line-height: 43px;
	position: relative;
	overflow: hidden;
	right: 2px;
	text-align: center;
	top: -24px;
}

.button-primary {
	background-color: #14b9d6;
	border: solid 1px transparent; 
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font:  14px/36px 'oswald';
	height: 42px;
	letter-spacing: 1px;	
    margin-top: -11px;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.5s;
	width: 100%;
}

.button-primary:hover {
	background-color: #469DB6;

}
.login-remember { 
	display: none;
}

/* Code Ends */



.spinnerContainer {
    position:fixed;
    padding:0;
    margin:0;
    width: 100%;
    height: 100%;
    /*background:rgba(255,255,255,0.5);*/
    background:rgba(0,0,0,0.5);
    z-index:1234;
    top:0;
    left:0;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -68px; /* half width of the spinner gif */
    margin-top: -68px; /* half height of the spinner gif */
    text-align:center;
    /*z-index:1234;*/
    overflow: auto;
    width: 134px; /* width of the spinner gif */
    /*height: 134px;*/ /*hight of the spinner gif +2px to fix IE8 issue */
    padding:15px 0 10px 0;
    background-color:#fff;
}

.popupcontainer {
    position:fixed;
    padding:0;
    margin:0;
    width: 100%;
    height: 100%;
    /*background:rgba(255,255,255,0.5);*/
    /*background:rgba(0,0,0,0.5);*/
    background:rgba(0, 0, 0, 0.84);
    z-index:1234;
    top:0;
    left:0;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px; /* half width of the spinner gif */
    margin-top: -150px; /* half height of the spinner gif */
    text-align:center;
    /*z-index:1234;*/
    overflow: auto;
    width: 400px; /* width of the spinner gif */
    height: 220px; /*hight of the spinner gif +2px to fix IE8 issue */
    padding:15px 0 10px 0;
    background-color:#fff;
    border:10px solid gray;
    font-size:12pt;
}
.popup table {
    width:100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.popup table td {
    vertical-align:middle ;
}