h2 {
	font-weight: 600;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;!important
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display:flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.justify-content-center {
	justify-content:center;
}

.col-8 {
  flex: 0 0 66.6666666667%;
	width: 100%;
  max-width: 66.6666666667%;
	position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
	border: none;
	margin: 0 0 100px;
}

.card-header {
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: none;
	padding: 0.75rem 1.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-body input {
	overflow: visible;
}

.card-body label {
	display: inline-block;
}

.form-group {
	margin-bottom: 30px;
}

.col-form-label {
	font-size: 13px;
	color: #707070;
	font-weight: 400;
	padding-top: calc(1rem + 1px);
	padding-bottom: 0;
	line-height: 1.6;
}

.col-md-4,
.col-md-6,
.col-md-8,
.login-form-input {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.form-control {
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
  color: #333;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: inherit;
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	padding: 0.375rem 0.75rem;
	background-clip: padding-box;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	box-shadow: 0 0 0.2rem 0.2rem rgba(52,144,220,.5);
	border-color: none;
}

.form-check-input {
	margin-top: 0.75rem;
}

.form-check-label {
	margin-left: 1rem;
	font-size: 13px;
	color: #707070;
	font-weight: 400;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
	font-size: inherit;
}

.form-check-input {
  position: absolute;
  margin-left: -1.25rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  outline: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button {
  overflow: visible;
	margin: 0;
  font-family: inherit;
}

.btn {
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.6;
	display: inline-block;
	text-align: center;
	user-select: none;
	background-color: transparent;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
	display: block;
	width: 260px;
	height: 70px;
	padding: 19px 0;
	background: #D53A27;
	color: #fff;
	border-radius: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-color: #D53A27;
	transition: all 0.3s linear;
}

.btn-primary:hover {
	color: #fff;
	background-color: #D53A27;
	border-color: #D53A27;
	opacity: 0.8;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #D53A27;
	border-color: #D53A27;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #D53A27;
	border-color: #D53A27;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-link {
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	font-weight: 400;
	text-decoration: none;
}

.btn-link:hover {
	 color: #e82212;
}

.btn-link:hover {
	color: #333;
	text-decoration: underline;
	transition: all 0.3s linear;
}

.register2-button {
	display: block;
	width: 260px;
	padding: 14px 0;
  border: 3px solid #333;
  border-bottom: 6px solid #333;
  background: #333;
  color: #fff;
  cursor: pointer;
	border-radius: 40px;
	text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
	margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.register2-button:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

@media (max-width:768px) {
	.form-check-input {
    margin-top: 0.5rem;
	}
}

@media (max-width:576px) {
	.form-check-input {
		margin-top: 0.4rem;
	}

	.btn-primary {
		width: 180px;
		height: auto;
		padding: 14px 0;
	}

	.register2-button {
		width: 180px;
		height: auto;
		padding: 14px 0;
	}
}

@media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
}


@media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}

	.text-md-right {
    text-align: right !important;
	}

	.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
	}

	.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
	}

	.offset-md-4 {
    margin-left: 33.3333333333%;
	}

	.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
	}

  .login-form-input {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}

  .login-form-input {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
	.container {
	  max-width: 1140px;
	}
}
