html,
body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin h1, p {
	color: #ffffff;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

a, a:hover {
	color: #e76b28;
}

.btn, .custom-select, .form-control-sm {
	border-radius: 0;
}

.btn-primary {
	background-color: #d36428;
}

.btn-primary:hover {
    background-color: #a34d1f;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    background-color: #fa7f3d;
}

.kpx_socialButtons a {
    color: white;
	opacity:0.9;
}
.kpx_socialButtons a:hover {
    color: white;
	opacity:1;    	
}

.kpx_socialButtons .kpx_btn-steam {background: #6f6f6f; -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;}
.kpx_socialButtons .kpx_btn-steam:hover {background: #292929}
.kpx_socialButtons .kpx_btn-steam:focus {background: #fff; color : #6f6f6f; border-color: #6f6f6f}

.kpx_socialButtons .kpx_btn-twitch {background: #6441A4 ; -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;}
.kpx_socialButtons .kpx_btn-twitch:hover {background: #342255}
.kpx_socialButtons .kpx_btn-twitch:focus {background: #fff; color: #6441A4 ; border-color: #6441A4 }

@media (min-width: 576px) {
	.col-sm-2 {
		max-width: 100%
	}
}

.alert {
	border-radius: 0;
}