/* ----------------------------------- Navigation ----------------------------------- */

.nav{
	position: relative;
}

.nav_two{
	z-index: 18;
	height: 52px;
	width: 100%;
	position: sticky;
	top: 0px;
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(255,255,255,0.74);
	transition-property: background;
	transition-duration: 0.5s;
}

.nav_two.black{
    background-color: rgba(0,0,0,0.74);
}

.nav_two.black a{
    color: #ffffff !important;
}

.section_nav_two{
	width: 1000px;
	height: 52px;
	padding: 0px;
	margin: 0px auto;
}

.text_nav_two{
	position: absolute;
	height: 52px;
	color: #000000;
	font-size: 21px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	line-height: 52px;
	text-decoration: none;
}

/* ----------------------------------- Content ----------------------------------- */


.div_content{
    position: relative;
    height: 100vh;
    width: 100vw;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

.container{
    box-sizing: border-box;
    position: relative;
    height: 500px;
    width: 448px;
    padding: 48px 40px 36px;
    margin: 0px auto;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    border-radius: 10px;
    border: solid 1px #bbbbbb;
}

.container img{
    position: relative;
    width: 185px;
    left: calc(50% - 10px);
    transform: translateX(-50%);
}

.container h2{
    font-size: 24px;
    font-weight: 500;
    color: #303133;
    padding: 16px 0px 0px;
    margin: 0px;
    text-align: center;
}

.container p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding: 16px 0px;
    margin: 0px;
    text-align: center;
    word-break: keep-all;
}

.button{
    display: block;
	position: relative;
	height: 44px;
	width: 140px;
	border-radius: 22px;
	background-color: #269FFF;
	font-weight: 400;
	font-size: 18px;
	color: #F8F9FB;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	bottom: 0px;
	padding: 0px;
	margin: 0px auto;
	border: none;
	cursor: pointer;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0,0,0.45,1);
}

.button:hover{
	background-color: #1A639D;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	transition-duration: 0.15s;
	transition-timing-function: cubic-bezier(0,0,0.45,1);
}

/* Input field */

.div_form{
	position: relative;
	height: 51px;
	width: 100%;
	border-radius: 26px;
	margin: 30px 0px 9px;
	overflow: hidden;
	opacity: 1;
	transition-duration: 0.4s;
	transition-property: height opacity;
	transition-timing-function: cubic-bezier(0,0,0.45,1);
}

.div_form.error input{
    box-shadow: inset 0 0 0 1px #de071c;
    background-color: #EEEFF1;
}

.div_form.error span{
    color: #de071c;
}

.input_form{
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	border-radius: 26px;
	border: none;
	box-shadow: inset 0 0 0 1px #9D9D9F;
	outline: none!important;
	padding: 10px 0px 0px 26px;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	color: #08090B;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.label_form{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 26px;
	border: none;
	pointer-events: none;
	left: 0px;
	text-align: left;
}

.span_form{
	height: 17px;
	font-size: 17px;
	font-weight: 500;
	color: #9D9D9F;
    line-height: 1.2;
	position: absolute;
	top: 16px;
	left: 26px;
	transition: 0.2s;
	transition-timing-function: cubic-bezier(0,0,0.45,1);
}

.input_form:focus + .label_form .span_form{
	font-size: 12px;
	top: 8px;
}

.input_form:valid + .label_form .span_form{
	font-size: 12px;
	top: 8px;
}

.div_input_error{
	height: 18px;
	width: calc(100% - 26px);
	margin: 8px 0px 12px;
	padding: 0px 0px 0px 26px;
}

.div_input_error p{
    font-size: 13px;
	font-weight: 600;
	color: #DE071C;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

@media screen and (max-width: 1600px){
	.nav_two{height: 44px}
	.section_nav_two{height: 44px}
    .text_nav_two{line-height: 44px;height: 44px}
	
	.button_nav_two{height: 44px;line-height: 44px;}
}

@media screen and (max-width: 1300px){
	.div_front_title{height: 650px;margin-top: -89px;}
	.div_input_error{height: 14.4px;width: calc(100% - 20.8px);margin: 6.4px 0px 9.6px;padding: 0px 0px 0px 20.8px;}
	.div_footer_register{height: 90px;}
	.section_content{height: calc(100% - 57.6px - 62px);width: 100%;max-width: 368px;padding: 57.6px 0px 0px;}
	.section_footer_register{width: calc(100vw - 30px);max-width: 800px;}
	.text_front_title{font-size: 25.6px;width: calc(100% - 60px);}
	.text_content_title{font-size: 13.6px;padding: 16px 0px 0px;}
	.text_content_title.button{padding: 12px 0px 0px;}
	.text_input_error{font-size: 9.6px;}
	.button_nav_two{font-size: 17px;height: 44px;line-height: 44px;padding: 0px 12px;}
	.button_visibility{height: 30px;width: 30px;right: 5px;bottom: 5px;}
	.blue_button{height: 35.2px;width: 112px;border-radius: 17.6px;font-size: 14.4px;box-shadow: 0px 0px 2px rgba(0,0,0,0.3);}
	.blue_button:hover{box-shadow: 0px 0px 4px rgba(0,0,0,0.3);}
	.div_form{height: 40.8px;width: 368px;border-radius: 20.4px;margin: 4.8px 0px 7.2px;}
	.input_form{border-radius: 20.8px;box-shadow: inset 0 0 0 1px #9D9D9F;padding: 8px 0px 0px 20.8px;font-size: 14px;line-height: 14px;}
	.label_form{border-radius: 20.8px;}
	.span_form{height: 14px;font-size: 14px;top: 12.8px;left: 20.8px;}
	.input_form:focus + .label_form .span_form{font-size: 9.6px;top: 6.4px;}
	.input_form:valid + .label_form .span_form{font-size: 9.6px;top: 6.4px;}
}

@media screen and (max-width:1160px){
    .section_nav_two{width: calc(100vw - 60px);}
}

@media screen and (max-width: 490px){
	.section_footer_register{width: calc(100vw - 60px - 60px);padding-right: 60px;}
}

@media screen and (max-width: 398px){
	.div_form{width: calc(100vw - 30px);}
}