/* CSS Document */

.loginbox {
	background-color: #eee;
	padding: 10px 30px;
	border: 1px solid #ddd;
	min-height: 500px;
}

.login_sub {
	width: 50%;
	float: left;
}

.login_challenge_input {
	width: 10%;
	margin-right: 2.5%;
}

.login_choose_input {
	width: 32%;
	margin-right: 1%;
}

.login_choose_info {
	padding: 10px;
	margin-top: 10px;
}

.login_choose_rl {
	border-right: 1px dotted #ddd;
}

.loginbox_inner {
	min-height: 250px;
}

.login_mt30 {
	margin-top:30px;
}

.login_cmt10 {
	text-align: center;
	margin-top: 10px;
}

.login_cmt30 {
	text-align: center;
	margin-top: 30px;
}

.alert-spacer {
	width: 100%;
	height: 49px;
}

a:hover {
	text-decoration: none;
}





.progress_login {
	background-color: #eee;
	height: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.light-grey {
	color: #ddd;
}

.input-pin {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	
}

/* CSS from disabled auction project for registration pages */

.make-select  {
	width: 30px;
	height: 15px;
	display: inline-block;
	text-align: center;
}

.make-1 {
	background-image: url("https://www.scbvehicledismantlers.co.uk/assets/img/makes/large/alfaromeo.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.make-2 {
	background-image: url("https://www.scbvehicledismantlers.co.uk/assets/img/makes/large/audi.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
 
.make-3 {
	background-image: url("https://www.scbvehicledismantlers.co.uk/assets/img/makes/large/bmw.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.registrationbox {
	background-color: #eee;
	padding: 10px 30px;
	border: 1px solid #ddd;
	min-height: 400px;
}

.code_append_btn {
	width: 160px;
	/*background-color: #E98300;*/
	background-color: #E98300;
	color: #fff;
}

.code_append_btn_inactive {
	width: 160px;
	background-color: #e9ecef;
	color: #495057;
	border: 1px solid #ced4da;
}

.code_append_btn:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.code_append_btn_inactive:hover {
	background-color: #e9ecef;
	color: #495057;
	border: 1px solid #ced4da;
}

.registration_sub {
	width: 50%;
	float: left;
}

.registration_challenge_input {
	width: 10%;
	margin-right: 2.5%;
}

.registration_choose_input {
	width: 32%;
	margin-right: 1%;
}

.registration_choose_info {
	padding: 10px;
	margin-top: 10px;
}

.registration_choose_rl {
	border-right: 1px dotted #ddd;
}

.registration_inner {
	min-height: 250px;
}

.registration_mt30 {
	margin-top:30px;
}

.registration_mt10 {
	margin-top:10px;
}

.registration_title {
	margin-top: 10px;
}

.registration_cmt30 {
	text-align: center;
	margin-top: 30px;
}

.alert-spacer {
	width: 100%;
	height: 49px;
}





.progress_registration {
	background-color: #eee;
	height: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.light-grey {
	color: #ddd;
}

.input-pin {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	
}

.num_1 {
	display: inline-block;
	width: 16%;
	margin-bottom: 0;
	/*border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;*/
}

.num_2 {
	display: inline-block;
	width: 75%;
	margin-bottom: 0;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 13px;
}


input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  content: "";
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.password_green {
	color: #267f00;
}

.password_red {
	color: #f3141d;
}

.password_grey {
	color: #666;
}

.username_grey {
	color: #666;
}

/* for payment registration */
.hide_form {
	display: none;
}

.hide_table {
	display: none;
}

.billing_table th {
	font-weight: normal;
}

.billing_table td {
	font-weight: 600;
}

.next_list {
	line-height: 1.8;
	list-style: none;
}

.next_list li:before {
	/*content: '\f04b';*/
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	margin-left: -3px;
	margin-right: 5px;
	color: #A20106;
}

@media (max-width: 1200px) {
	.num_1 {
		width: 19%;
	}
	
	.num_2 {
		width: 70%;
	}
}

@media (max-width: 767px) {
	.num_1 {
		display: inline-block;
		width: 16%;
	}
	
	.num_2 {
		display: inline-block;
		width: 74%;
	}
	
	.code_append_btn {
		width: 130px;
		font-size: 14px;
	}
}

@media (max-width: 650px) {
	.num_1 {
		display: inline-block;
		width: 16%;
	}
	
	.num_2 {
		display: inline-block;
		width: 72%;
	}
}

@media (max-width: 460px) {
	.num_1 {
		display: inline-block;
		width: 19%;
	}
	
	.num_2 {
		display: inline-block;
		width: 65%;
	}
	
	.code_append_btn {
		width: 130px;
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.num_1 {
		display: inline-block;
		width: 19%;
	}
	
	.num_2 {
		display: inline-block;
		width: 64%;
	}
	
	.code_append_btn {
		width: 130px;
		font-size: 14px;
	}
}

@media (max-width: 370px) {
	.num_1 {
		display: inline-block;
		width: 19%;
	}
	
	.num_2 {
		display: inline-block;
		width: 63%;
	}
	
	.code_append_btn {
		width: 130px;
		font-size: 14px;
	}
}

@media screen and (max-height: 575px) { 
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	} 
}

.hide {
	visibility: hidden; 
 }
