
/*
  Register / Login
*/

.banner__brand a svg {
	margin-top: -25px;
}

#login.box__content, #register.box__content {
	padding-bottom: 40px;
  }

  .box.box--auth {
	margin-top: -74px;
  }

  .box__oAuth {
	height: auto;
	border-top: 1px solid #d0d0d0;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 3px;

  }

  .box__oAuth::after {
	content: "or";
	position: absolute;
	width: 55px;
	height: 55px;
	top: -27px;
	left: 50%;
	margin-left: -27.5px;
	border-radius: 100%;
	border: 1px solid #B2B6CB;
	background: white;
	display: grid;
	place-items: center;
	color:#B2B6CB;
  }

  @media (min-width: 752px) {
	.box__oAuth {
	  padding: 20px;
	}
	.box.box--auth {
	  flex-direction: column;
	}
  }

  .btn--github {
	background: white;
	color: black;
	margin-top: 10px;
  }

 	.btn--github::after,
	.btn--google::after {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 3px;
    left: 53%;
    margin-left: -27.5px;
    border-radius: 34%;
    border: 1px solid #B2B6CB;
    display: grid;
    place-items: center;
    color: #B2B6CB;
    opacity: 0.5;
}

  .btn--google {
	margin-top: 10px;
	background: white;
	color: black;
	margin-top: 10px;
	overflow: hidden;
	border: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: border-color .3s, background .3s,color .3s;
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid transparent;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	padding: 0 24px;
	height: 56px;
	border-radius: 3px;
	text-transform: none;
  }

  .btn--github {
	margin-top: 10px;
	background: white;
	color: black;
	margin-top: 10px;
	overflow: hidden;
	border: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: border-color .3s, background .3s,color .3s;
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid transparent;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	padding: 0 24px;
	height: 56px;
	border-radius: 3px;
	text-transform: none;
  }

  .github-icon, .google-icon {
	fill:inherit;
	width: 20px;
	line-height:20px;
	z-index: 11;
  }

  .btn--github, .btn-google {
	justify-content: space-evenly;
  }

  .btn--github .btn-hover-effect {
	background: radial-gradient(circle closest-side,rgba(0,0,0.9),transparent);
  }


  .btn--github:hover .btn-hover-effect {
	background: radial-gradient(circle closest-side,rgba(0,0,0,.9),transparent);
  }

  .btn--github:hover,
  .btn--github:disabled,
  .btn--github:focus,
  .btn--google:hover,
  .btn--google:disabled,
  .btn--google:focus {
	outline: none;
  }

  .btn--google:hover,
  .btn--google:hover svg *,
  .btn--github:hover,
  .btn--github:hover svg * {
	  fill: white;
	  color: white;
	  cursor: pointer;
  }

  .box--auth .box__desc {
	margin-bottom: 21px;
  }

  .col-md-3 form {
	display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .loginBtnSpan {
	text-align: center;
	font-size: 14px;
    font-weight: 400;
    color: #525666;
    opacity: .75;
  }

  .box--auth {
	margin-top: -22px;
  }

  .btn--google:hover::after {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 3px;
    left: 53%;
    margin-left: -27.5px;
    border-radius: 34%;
    background: #007af3;
    display: grid;
    place-items: center;
    opacity: 0.5;
	cursor: pointer;
	text-transform: none;
  }

  .btn--github:hover::after {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 3px;
    left: 53%;
    margin-left: -27.5px;
    border-radius: 34%;
    background: black;
    display: grid;
    place-items: center;
    opacity: 0.5;
	cursor: pointer;
	text-transform: none;
  }

  .gdpr_checkbox_div {
	font-size: 13px;
	display: flex;
  }

  #gdpr_checkbox {
	margin: 4px;
  }

  @media (max-width:513px) {
	.box__oAuth.row {
		flex-wrap: nowrap;
	}
  }

  /*
	END Register / Login
  */



