/* Logo Text*/
@font-face {
	font-family: HarryPlain;
	src: url("/indlela/apps/GP3/public/stylesheets/fonts/HarryPlain.otf") format("opentype");
}

.text-white {
	font-family: "HarryPlain", "Open Sans", serif;
	color: #FFFFFF;
	font-size: 30px;
}

.text-red {
	color: #D84A38;
	font-weight: 900;
	font-size: 30px;
}

.text-blue {
	font-family: "HarryPlain", "Open Sans", serif;
	color: #0090CB;
	font-weight: 900;
	font-size: 30px;
}

.text-dark-blue {
	font-family: "HarryPlain", "Open Sans", serif;
	color: #003A62;
	font-weight: 900;
	font-size: 30px;
}

.text-dark-grey {
	font-family: "HarryPlain", "Open Sans", serif;
	color: #414141;
	font-weight: 900;
	font-size: 30px;
}

.text-light-grey {
	font-family: "HarryPlain", "Open Sans", serif;
	color: rgb(185, 185, 185);
	font-weight: 900;
	font-size: 30px;
}

.login {
	background-color: transparent !important;
}

.login a.red{
	color: #D84A38;
}

.form-actions {
	overflow: auto;
}