.register-form {
	padding: 0;
}

/*.register-base {
	margin: 81px 10% 150px 13%;
}

.register-base .form-wrapper {
	height: 60vh;
    overflow-y: scroll;
    padding-right: 5%;
}*/

.policy-number-form {
	max-height: 45vh;
}


.phone-container {
	display: inline-block;
}

.phone-container > input{
    height: 40px;
    border: 2px solid #C6CCD2;
    font-size: 100%;
    font-family: Lato;
    padding: 15px;
	box-sizing: border-box;
}


.password-reset-wrapper > .register-form {
	overflow: hidden;
}
select {
	width: 100%;
	padding-left: 15px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: 2px solid #C6CCD2;
	font-size: 100%;
	font-family: Lato;
	box-sizing: border-box;
	background: url(https://ccicwpb2cstorage.blob.core.windows.net/customui/assets/down-blue.svg) 2px no-repeat;
	background-size: 15px 15px;
	background-position: 80%, 0, 0, 0;
	border: 1px solid #a1a1a1;
	padding: 9px 15px;
    font-size: 15px;
    line-height: 24px;
    color: #383737;


}

.reset-code-container {
	display: inline-block;
	margin: 10px 0;
}

.reset-code-container-step2 {
	border-bottom: 1px solid #d0e6f8;
	padding-bottom: 15px;
}

.reset-code-container button {
	width: 67%;
	margin-right: 2%;
    padding: 5px 10px;
	box-sizing: border-box;
}

.reset-code-container  >  p {
	color: #1F3B73;
}

.reset-code-container > .code-text,
.reset-code-container > .code-text-container > .code-text {
	width: 30%;
}

.reset-code-container > #email {
	margin-bottom: 20px;
}

.inline {
	display: inline-block;
	width: 100%;
}

#first {
	width: 100%;
}

.inline > * {
	display: inline;
}

.first-name{
	margin-left: 0;
    width: 60%;
	float: right;
}

label > img {
	height: 100%;
	width: 17px;
	margin-left: 5px;
    margin-bottom: -2px;
}

label > img:hover {
	position: relative;
}

label > img:focus {
	height: 100%;
	width: 20px;
	background-color: black;
	position: relative;
}


.show-on-hover {
	display: none;
	z-index: 5;
}

.hover:hover > .show-on-hover{
	display: block;
}

.hover:hover > .hover-tooltip{
	display: block;
}

.show-on-hover {
	position: absolute;
	background-color: #1F3B73;
	text-align: center;
	width: 72.6%;
	padding: 0px;
	margin-top: -6%;
	margin-left: 35%;
	font-size: 6px;
}

.hover-tooltip {
	width: 10px;
	margin-top: -5%;
	right: 72.5%;
	position: absolute;
	border: 10px solid transparent;
	border-right-color: #1F3B73;
	display: none;
}

.hover-tooltip-register {
	margin-left: 23.5%;
}

.show-on-hover-register {
	right:0;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: left;
}

.show-on-hover-register:after {

}

.show-on-hover > p{
	color: white;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
}


.terms-and-conditions {
	max-height: 45vh;
	background-color: #ffffff;
	border: 1px solid #A1A1A1;
	margin-bottom: 50px;
	margin-top: 60px;
	padding: 20px;
	overflow-y: auto;
}

.terms-and-conditions > h3 {
	font-size: 24px;
    margin-top: 0;
    padding-top: 0;
}

.inline > .policy-number {
	width: 25%;
	margin-right: 2%;
}

.border-line {
	height: 0px;
	width: 100%;
	margin-top: 50px;
	border: 1px solid #A1A1A1;
}

p.red {
	color: #c63438;
	margin-top: 0;
	font-size: 12px;
	line-height: 12px;
}

/* Small Desktop */

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.reset-code-container button {
		width: 70%;
	}

	.reset-code-container > .code-text {
		width: 26%;
	}

	.hover-tooltip { 
		right: 65%;
		margin-top: -7%;
	}

	.show-on-hover {
		width: 65%;
		margin-top: -10%;
	}
}


@media screen and (max-width: 1199px) {
	.reset-code-container button {
		width: 67%;
	}


	.policy-number-form {
		max-height: none;
		overflow: visible;
	}

	form > .code-text {
		width: 100%;
	}

	.show-on-hover {
		width: 100%;
		margin-top: 3%;
		margin-left: 0;
		font-size: 6px;
	}

	.hover-tooltip {
		width: 0px;
		margin-top: -2%;
    	margin-left: 22%;
		border-bottom-color: #1F3B73;
		border-right-color: transparent;
	}

}

@media screen and (max-width: 767px) {
	.register-form {
	
	}

	.reset-code-container button,
	.reset-code-container > .code-text {
		width: 100%;
	}


	.reset-code-container > .code-text {
		width: 150px;
		float: none;
	}



	.first-name {
		margin-left: 0;
		float: left;
		width: 100%;
	}

	.show-on-hover {
		width: 100%;
		margin-top: 1%;;
		margin-left: 0;
	}

	.hover-tooltip {
		width: 2px;
		margin-top: -4%;
		margin-left: 25%;
		border: 8px solid transparent;
		border-bottom-color: #1F3B73;
	}

	.remove-number {
		width: auto;
	}


	select {
		width: 150px;
		background-position: 120px, 0, 0, 0;
	}

	.password-reset-wrapper {
		max-height: none;
	}
}
