html,body{
	margin: 0;
	background-color: rgb(254, 230, 225);
}

.clear{
	clear: both;
}
.requiredField{
	color: #d93025;
}
.logoBoxHolder{
	border: 1px solid #dadce0;
    border-radius: 8px;
	background-color: white;
    max-width: 90vw;
    width: 640px;
	margin: auto;
	margin-top: 12px;
}
.logoBoxHolder .logoBoxContent{
	width: 45%;
	margin: 10% auto;
}
.logoBoxHolder .logoBoxContent img{
	width: 100%;
	height: auto;
}


.secondBoxHolder{
	border: 1px solid #dadce0;
    border-radius: 8px;
	background-color: white;
    max-width: 90vw;
    width: 640px;
	margin: auto;
	margin-top: 12px;
	position: relative;
	border: 1px solid #dadce0;
}
.secondBoxHolder .secondBoxTop{
	background-color: rgb(250, 86, 53);
    color: rgba(0, 0, 0, 1);
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
}
.secondBoxHolder .secondBoxContent{
	margin-top: 12px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
}
.secondBoxHolder .secondBoxContent .title{
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #202124;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
}
.secondBoxHolder .secondBoxContent .required{
	font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    margin-top: 12px;
	color: #d93025;
}
.secondBoxHolder .secondBoxContent .endDIV{
	font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    margin-top: 12px;
	color: black;
	display: none;
}



.thirdBoxHolder{
	border: 1px solid #dadce0;
    border-radius: 8px;
	background-color: white;
    max-width: 90vw;
    width: 640px;
	margin: auto;
	margin-top: 12px;
	position: relative;
	border: 1px solid #dadce0;
}
.thirdBoxHolder .thirdBoxContent{
	margin-top: 12px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
}
.thirdBoxHolder .thirdBoxContent .fieldTitle{
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    color: #202124;
    font-weight: 400;
    width: 100%;
    word-break: break-word;
	margin-bottom: 16px;
}
.thirdBoxHolder .thirdBoxContent .field{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0%;
    position: relative;
}
.thirdBoxHolder .thirdBoxContent .field input[type=text] {
	-webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    height: 24px;
    line-height: 24px;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: 0;
    z-index: 0;
}
.thirdBoxHolder .thirdBoxContent .field input[type=email] {
	-webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    height: 24px;
    line-height: 24px;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: 0;
    z-index: 0;
}
.thirdBoxHolder .thirdBoxContent .field input[type=checkbox] {
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
}
.thirdBoxHolder .thirdBoxContent .field .fieldHR{
	background-color: rgba(0,0,0,0.12);
    bottom: -2px;
    height: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 50%;
}

.buttonHolder{
	border: none;
    max-width: 90vw;
    width: 640px;
	margin: auto;
	margin-top: 12px;
}

.buttonHolder .button{
	transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #5f6368;
    cursor: pointer;
    display: inline-block;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122);
    background-color: #fff;
	padding: 0 24px;
	color: rgb(239, 13, 0);
	font-weight: 600;
	margin-bottom: 50px;
}

.buttonHolder .button:hover{
	background-color: #fef6f5;
}

.buttonHolder .button2{
	transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122);
    background-color: rgb(239, 13, 0);
	padding: 0 24px;
	color: white;
	font-weight: 600;
	margin-bottom: 50px;
}


.s2FisrtBoxHolder{
	border: 1px solid #dadce0;
    border-radius: 8px;
	background-color: white;
    max-width: 90vw;
    width: 640px;
	margin: auto;
	margin-top: 12px;
	position: relative;
	border: 1px solid #dadce0;
}
.s2FisrtBoxHolder .s2FisrtBoxContent{
	margin-top: 12px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
}
.s2FisrtBoxHolder .s2FisrtBoxTop{
	-webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 24px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    min-width: 0%;
	background-color: rgb(250, 86, 53);
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
}
.s2FisrtBoxHolder .s2FisrtBoxContent .fieldTitle{
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    color: #202124;
    font-weight: 400;
    width: 100%;
    word-break: break-word;
	margin-bottom: 16px;
}
.s2FisrtBoxHolder .s2FisrtBoxContent .field{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0%;
    position: relative;
}
.s2FisrtBoxHolder .s2FisrtBoxContent .field input{
	-webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    height: 24px;
    line-height: 24px;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: 0;
    z-index: 0;
}
.s2FisrtBoxHolder .s2FisrtBoxContent .field .fieldHR{
	background-color: rgba(0,0,0,0.12);
    bottom: -2px;
    height: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 50%;
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Google Sans',Roboto,Arial,sans-serif;
  font-size: 14px;
  padding-top: 5px;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fa5635;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}





/* Customize the label (the container) */
.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkCheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmarkCheck {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmarkCheck {
  background-color: #fa5635;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkCheck:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmarkCheck:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmarkCheck:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reqHolder{
	margin-top: 20px;
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #d93025;
	display: none;
}
