/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
This is from 2008......... We cannot have this as the base of the
entire system. Everything breaks if this is removed.
-------------------------------------------------------------- */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.login-pf-page .card-pf {
	padding: 0px;
	height: 0px;
}

* {
    box-sizing: border-box;
    font-family: "Rajdhani", sans-serif;
}

body {
    margin: 0;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

input,
select {margin-right: 0; margin-left: 0}

button {
	vertical-align: middle;
	font-size: 1em;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
