body  {
  /*background-image:url(/images/backgrounds/login.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body {
	padding: 2em;
}

/* Shared */
.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0em;
	padding: 0 15px 0 46px;
	border: none;
	text-align: left;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 16px;
	color: #FFF;
	cursor: pointer !important;
}

button.loginBtnGoogle {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

button.loginBtnNormal {
	width: 100%;
	background-color: #2196f3;
}

a.loginBtnGoogle {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
	text-transform: none !important;
	font-weight: 400;
}

a.loginBtnGoogle:hover {
	color: #FFF !important;
}

a.loginBtnNormal {
	width: 100%;
	background-color: #2196f3;
}

.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}

.loginBtn:focus {
	outline: none;
}

.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
	background-color: #4C69BA;
	background-image: linear-gradient(#4C69BA, #3B55A0);
	/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
	text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
	border-right: #364e92 1px solid;
	background:
		url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png')
		6px 6px no-repeat;
}

.loginBtn--facebook:hover, .loginBtn--facebook:focus {
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #DD4B39;
}

.loginBtn--google a {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	color: #FFF;
}

.loginBtn--google:before {
	border-right: #BB3F30 1px solid;
	background:
		url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png')
		6px 6px no-repeat;
}

.loginBtn--google:hover, .loginBtn--google:focus {
	background: #E74B37;
}

.login-div{
	min-width: 620px;
	background-color: white;
	border-radius: 10px;
	margin: auto;
}

.logo{
	width: 100px;
    border-radius: 15%;
    margin-top: 15px;
}

.margin-0{
	margin: 0;
	margin-top: 10%;
}

h4{
    margin: unset;
    margin-bottom: .625rem;
}

.login-form{
	width: 70% !important;
	margin: auto;
	margin-top: 25px;
    margin-bottom: 50px;
}

.display-none{
	display: none !important;
}

.form-group-feedback-left{
	margin-right: 2rem !important;
}
.form-group-feedback-left input{
	height: 2.37503rem !important;
	padding-left: 2rem !important;
	border-width: 1px 0 !important;
}

.errorSpan{
    color: red;
    font-size: 11pt;
}

#loginErrorSpan{
	text-align: center;
	margin-bottom: 5px;
}

.loginBtnNoPadding{
	padding: 0!important;
	text-align: center;
}