body{
    margin: 0;
    padding: 0;
    border: 0;
	font-family: verdana;
}
#container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}
#videoElement {
	width: auto;
	height: 100%;
	background-color: #fff;
	margin:auto;
	display: block;
}
.main_container{
    height: inherit;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.f_part{
    height: 265px;
    width: 400px;
    background-color: #000000;
    box-shadow: -3px 3px 40px #fff;
    border-radius: 8px;
	color: #ffffff;
}
.btn_style{
    height: 50px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: nowrap;
    font-size: 22px;
    border-radius: 6px;
    border: none;
    background-color: #000000;
    color: #efbe00;
	margin: 25px auto 0 auto;
	cursor: pointer;
	border: 2px solid #efbe00;
}

.box_area{
   
   height: 140px;
   width: 350px;
   margin: 20px auto 0 auto;
}
.box_head{
    margin: 0 auto 0 auto;
    height: 35px;
    width: 290px;
	display: flex;
}
.box_para{
    width: 308px;
    height: 75px;
    display: flex;
    font-size: 18px;
    margin: 25px auto 0 auto;
	text-align: center;
}
.box_para_style{
    display: contents;
    font-size: 18px;
    color: #efbe00;
}
.s_part{
    height: 280px;
    width: 400px;
    background-color: #000000;
    box-shadow: -3px 3px 40px rgb(0 0 0 / 15%);
    border-radius: 8px;
	margin-top: 10px;
}

#form_part{
    height: 180px;
    width: 360px;
    margin: 20px auto auto;
}
#mail{
    height: 30px;
    width: 300px;
    margin: 10px auto 20px auto;
    outline: none;
	border: none;
    background: #ededed!important;
    display: block;
    border-bottom: 2px solid #fe4a49;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0,0,0,0.75);
    font-size: 18px;
    padding: 0.5rem;
	border-radius: 5px 5px 0 0;
}
#pass{
    height: 25px;
    width: 300px;
    margin: 10px auto 20px auto;
    outline: none;
	border: none;
    background: #ededed!important;
    display: block;
    border-bottom: 2px solid #fe4a49;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0,0,0,0.75);
    font-size: 18px;
    padding: 0.5rem;
	border-radius: 5px 5px 0 0;
}
#btn_submit{
    height: 50px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: nowrap;
    font-size: 22px;
    border-radius: 6px;
    border: none;
    background-color: #000000;
    color: #efbe00;
	margin: 25px auto 0 auto;
	cursor: pointer;
	border: 2px solid #efbe00;
}
.s_part_head{
    width: 315px;
    height: 30px;
    color: #ffffff;
    margin: 25px auto 10px auto;
    font-size: 25px;
    display: block;
}
#s_part{
   display: none;
}
.head{
    height: 35px;
    width: 150px;
    color: #fff;
    position: fixed;
    top: 12%;
    font-size: 30px;
}
.pp_cc_ttt_01{
    height: 45px;
    width: 320px;
    margin: 0 auto 15px auto;
    font-size: 15px;
}
.pp_lll_01{
    color: #990033;
    font-size: 17px;
}
#eee_02{
    display:none;
}
@media only screen and (max-width:650px){
	 .f_part {
		height: 245px;
		width: 85%;
		background-color: #000000;
		box-shadow: -3px 3px 40px #fff;
		border-radius: 8px;
	 }
	 .box_para {
		width: 80%;
		height: 75px;
		display: flex;
		font-size: 18px;
		margin: 25px auto 0 auto;
		color: #fff;
		word-break: break-word;
	 }
	 .box_area {
		height: 140px;
		width: auto;
		margin: 20px auto 0 auto;
	 }
	 .btn_style {
		height: 50px;
		width: 90%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		align-content: space-around;
		flex-wrap: nowrap;
		font-size: 18px;
		border-radius: 6px;
		border: none;
		background-color: #000000;
		border: 2px solid #efbe00;
		color: #efbe00;
		margin: 10px auto 0 auto;
		cursor: pointer;
	 }
	 .head {
		height: 35px;
		width: 150px;
		color: #fff;
		position: fixed;
		top: 125px;
		font-size: 30px;
	 }
	 .s_part {
		height: 280px;
		width: 85%;
		background-color: #000;
		box-shadow: -3px 3px 40px #fff;
		border-radius: 8px;
		margin-top: 10px;
	 }
	 .s_part_head {
		width: 270px;
		height: 30px;
		color: #fff;
		margin: 25px auto 10px auto;
		font-size: 25px;
		display: block;
	}
	 #form_part {
		height: 180px;
		width: 90%;
		margin: 20px auto auto;
	 }
	 #mail {
		height: 25px;
		width: 93%;
		margin: 10px auto 20px auto;
		outline: none;
		background: #ededed!important;
		display: block;
		border: none;
		border-bottom: 2px solid #fe4a49;
		box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
		color: rgba(0,0,0,0.75);
		font-size: 18px;
		padding: 0.5rem;
	 }
	 #pass {
		height: 25px;
		width: 93%;
		margin: 10px auto 20px auto;
		outline: none;
		background: #ededed!important;
		display: block;
		border-bottom: 2px solid #fe4a49;
		box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
		color: rgba(0,0,0,0.75);
		font-size: 18px;
		padding: 0.5rem;
	 }
	 .pp_cc_ttt_01 {
		height: 45px;
		width: 100%;
		margin: 0 auto 15px auto;
		font-size: 15px;
	 }
	 #btn_submit {
		height: 43px;
		width: 96%;
		border: none;
		cursor: pointer;
		text-align: center;
		background-color: #000000;
		border: 2px solid #efbe00;
		color: #efbe00;
		margin: 20px auto 0 auto;
		font-size: 18px;
		display: block;
		border-radius: 4px;
	 } 
} 