@charset "utf-8";
/* CSS Document */

body { 
	background-image: none;
	background-color: #fff;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
}
div.form_logo img {
	display: block;
	max-height: 200px;
	max-width: 300px;
	width: auto;
	height: auto;
	margin: 10px auto 30px auto;
}
div.form_login {
	position: relative;
	top: 20px;
	margin: 0 auto 0 auto;
	width: 430px;
	line-height: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.7);
	font-weight: normal;
	padding: 20px;
	color: #333;
}
.submit {
	margin-top: 30px !important;
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 18px;
}
.submit:hover {

}
.frmgrp {
	margin: 10px 0px;
}
.frm_fld_label, label {
	min-width: 200px;
	color: #333;
}
.frm_fld {
	border: 1px solid #b7b7b7;
	background-color: #f8f8f8;
	padding: 5px;
	font-size: 15px;
	margin: 5px 0px 7px 0px !important;
	min-width: 150px;
	max-width: 415px;
	width: 100%;
}
.invalid-feedback {
	color: #FAA;
}
h3 {
	color: #333;
}
.alert {
	color: #333;
}
.btn {
	background-color: #333;
	color: #fff;
	padding: 8px 15px;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
	border: none;
	outline:none;
}
.btn_login {
	margin: 10px 0px;
	font-size: 18px;
	width: 100%;
}
.btn-link {
	color: #333 !important;
	text-decoration: none;
}
.btn-link:hover {
	border-bottom: 1px dotted #333;
}

/*login alert*/
.center {
   padding: 5px 0px 5px 0px;
   text-align: center;
   border-radius: 5px;
   opacity: 90%;
   font-size: 18px;
}
@media (max-width: 430px) {
  div.form_login {
	  position: relative;
	  top: 20px;
	  width: 100%;
	  border: 0px none;
	  box-shadow: none;
  }
}

#cyber_essentials_section {
	position: fixed;
	bottom: 50px;
	right: 50px;
}