* {box-sizing: border-box;}
.tab{display: none; width: 100%; height: 50%;margin: 0px auto;}
.current{display: block;}

body {background-color: #ffffff;}

form {background-color: #ffffff;
    margin: 10px auto;
    font-family: Raleway;
    padding: 20px;
    width: 95%;
    min-width: 300px;}

h1 {text-align: center; }

input {padding: 10px; width: 100%; font-size: 17px; font-family: Raleway; border: 1px solid #aaaaaa; }

button {background-color: #4CAF50; color: #ffffff; border: none; padding: 10px 20px; font-size: 17px; font-family: Raleway; cursor: pointer; }

button:hover {opacity: 0.8; }

.previous {background-color: #bbbbbb; }

/* Make circles that indicate the steps of the form: */
.step {height: 30px; width: 30px; cursor: pointer; margin: 0 2px; color: #fff; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.8; padding: 5px}

.step.active {opacity: 1; background-color: #69c769;}

.step.finish {background-color: #4CAF50; }

.error {color: #f00; }
* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

#grad1 {
    background-color: #0e1d37;
    background-image: linear-gradient(to bottom, #112c47,#0e1d37)} 
	.maintitle{
	color:#fff;
	font-size:1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
}

#myForm {
    text-align: center;
    position: relative;
    margin-top: 20px
}
.gender{
	width:450px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #2C3E50;
    font-size: 18px;
	padding-top: 30px;
	float: left

}

span.radiobadge {
    display: block;
    float: left;
    margin: -3px 0 0;
    padding-right: 16px;
}
.birth h3{
	color:#333;
    float: left;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin: 0 8px 2px 0;
    padding: 0;
}

.notUSA{
    color: #777777;
    font-size: 16px;
    padding: 2px;
	float: left;
}
.fs-title {
    font-size: 1.5em;
    color: #257ba5;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center
}
.country{
	color:#777;
	float:left;
	font-size:14px;
	padding:2px;
	width:100%
}

.country h3{
	color:#333;
    float: left;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin: 0 8px 2px 0;
    padding: 0;
}

.captcha{
	width:100%;
	padding-bottom: 15px;
	}

.g-recaptcha {
    display: inline-block;
}
span.radiobadge label {
	font-size: 16px;
    font-weight:600
}
.birth{
	color:#777;
	float:left;
	font-size:14px;
	padding:2px;
	width:100%
}
.birth h3{
	color:#333;
    float: left;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin: 0 8px 2px 0;
    padding: 0;
}

.country{
	color:#777;
	float:left;
	font-size:14px;
	padding:2px;
	width:100%
}

.country h3{
	color:#333;
    float: left;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin: 0 8px 2px 0;
    padding: 0;
}
#myForm fieldset .form-card {
    background: white;
    border: 0 none;
    padding: 20px 40px 5px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 5px 3%;
    position: relative
}

#myForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#myForm fieldset:not(:first-of-type) {
    display: none
}


#myForm fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
    font-size: 14px;
}

#myForm input,
#myForm textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: -webkit-fill-available;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #757575;
    font-size: 18px;
    padding: 5px;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.bd{
	padding: 0px 8px 4px 8px;
    border: none;
    margin-bottom: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #757575;
    font-size: 18px;
    padding: 5px;
}

#myForm .action-button {
    width: 120px;
    background: #112c47;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}
#myForm .action-button .submit {
    width: 100%;
    background: #112c47;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}
.btn{
	width:100% !important
	}
#myForm .action-button:hover,
#myForm .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}
select.selmenu {
    border: 1px solid #DEDEDE;
    border-radius: 6px 6px 6px 6px;
    color: #676767;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin: 2px;
    padding: 5px !important;
    width: 100%;
}

#myForm .action-button-previous {
    width: 120px;
    background: #757575;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#myForm .action-button-previous:hover,
#myForm .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 1.5em;
    color: #57ba5;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center
}
.fs-number {
    font-size: 1em;
    color: #57ba5;
    margin-bottom: 5px;
    font-weight: bold;
	float:right

}
.signup-header{
	background-color:#112c47;
	text-align:center;
	text-transform:capitalize
}
	
#progressbar {
    overflow: hidden;
    color: #d4d2d2
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 20px;
    width: 25%;
    float: left;
    position: relative;
    font-family: 'Courgette', cursive;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";

}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";

}

#progressbar #country:before {
    font-family: FontAwesome;
    content: "\f57d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
	
}
#progressbar #address:before {
    font-family: FontAwesome;
    content: "\f3c5";
	
}
.conf{
	font-family:"Arial Black", Gadget, sans-serif !important;\

	}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #257ba5
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.logotop{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #2579A8;
	margin-top: 15px;
	margin-bottom:10px
	
}
 @media only screen and (max-width: 480px) {
		.gender{
		width:100%;
		margin-bottom:20px;	
		float:left;
	}

}
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);
margin: 0 auto;
width: 304px;
-webkit-transform:scale(0.77);transform-origin: ;-webkit-transform-origin: ;}
}
@media screen and (min-width: 319px) and (max-width: 320px){
.g-recaptcha {
transform:scale(0.79);-webkit-transform:scale(0.79);
margin: 0 auto;
width: 304px;
transform-origin: ;-webkit-transform-origin: ;
}}
@media screen and (max-width: 240px){
.g-recaptcha {
transform:scale(0.58);-webkit-transform:scale(0.58);
margin: 0 auto;
width: 304px;
transform-origin: ;-webkit-transform-origin: ;
}}
