 .license-container {
	max-width: 450px !important;
    display: flex;
}

.valuation-license-prefix {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 10px;
    color:white;
    background-color: #009BDB;
    font-size: 32px;
    font-weight: 700 !important;
	min-width: 10%;
}

.valuation-license-field {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
    height: 60px !important;
    width: 60% !important;
    box-sizing: border-box !important;
    color: #222 !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    padding: .1em !important;
	background-color: #F1AB4B !important;
 }

 .valuation-email-field {
    height: 50px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #222 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
	padding-left: 10px !important;
 }

 .valuation-email-label {
	 font-size: 18px !important;
	 color: white !important;
 }

.valuation-submit-button {
  background-color: #009BDB !important;
	color: white !important;
	border: none !important;
}


 .valuation-subtext {
     padding-top: 20px;
     padding-bottom: 20px !important;
     color: black;
 }

/* Tablets */
@media screen and (max-width: 1024px) {
	 .license-container {
		max-width: 230px !important;
	}
	
	.valuation-license-field {
		height: 54px !important;
		color: #222 !important;
		font-size: 34px !important;
		font-weight: 600 !important;
	 }

	.valuation-license-prefix {
		padding-top: 20px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 18px;
		font-weight: 700 !important;
	}
}

/* Phones */
@media screen and (max-width: 600px) {
	.valuation-license-field {
		height: 54px !important;
		color: #222 !important;
		font-size: 34px !important;
		font-weight: 600 !important;
	 }

	.valuation-license-prefix {
		padding-top: 20px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 18px;
		font-weight: 700 !important;
	}

	.valuation-email-label {
		font-size: 14px !important;
		color: white !important;
	}

	.valuation-email-field {
		height: 30px !important;
		width: 100% !important;
		box-sizing: border-box !important;
		color: #222 !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		line-height: normal !important;
		padding: .1em !important;
	 }
}