body {
	margin:0;
	padding:0;
	outline:0; 
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	background-image:url(../images/bg_photo.jpg);
}

*{
	box-sizing:border-box;

	outline:none;
}



img{
	max-width:100%;
	height:auto;
}

p{
	margin-top:0;
}


.center{
	width:100%;
	margin:0 auto;
}

.center--960{
	max-width:960px;
}

.center--630{
	max-width:630px;
}

.header{
	padding-top:10px;
	padding-bottom:10px;
	background:#fff;
}

.logo{
	margin-top:10px;
	margin-bottom:5px;
}

.flex{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.header .flex{
	-webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.site{
	text-align:right;
}

.site__exit{
	border-radius:20px;
	padding:3px 15px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	background-color: #013b83;
}
.site__name{
	margin-top:15px;
	font-weight:700;
	font-size:37px;
	line-height:1;
}

.site__trademark{
	color:#084897;
}
 
.site__id{
	color:#d3554d;
}

.form-container{
	padding:40px 150px 50px;
	margin-top:70px;
	margin-bottom: 340px;
	background-color:rgba(189,189,189,0.7);
}

.form-container h2{
	color:#fff;
	margin-top:0;
	margin-bottom:50px;
	font-size:35px;
	font-weight:700;	
	text-align:center;
}


label{
	font-size:20px;
	line-height: 1;
	color:#40485c;
}

.form__item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:25px;
}

.form__item label{
	-webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 100px;
	padding-right:15px
}

.form__item input[type="text"],
.form__item input[type="email"],
.form__item input[type="password"],
.form__item select{
	-webkit-box-flex: 1;
    -ms-flex: 1 0 210px;
    flex: 1 0 210px;
    background: transparent;
    border:0;
    border-bottom: 2px solid #e3e3e3;
    color:#fff;
	font-family:inherit;
	font-size:18px;
	padding-left:20px
}

.form__submit input[type="submit"]{
	text-align: center;
    border: 1px solid #fff;
    background-color: rgba(189,189,189,0.7);
    padding: 15px 70px;
    margin-bottom:10px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family:inherit;
    text-transform:uppercase;
    cursor:pointer;
    transition:background-color 200ms linear;
}

.form__submit{
	margin-top:40px;
	text-align:center;
}

.form__submit input[type="submit"]:hover{ 
	background-color:rgba(189,189,189,1);
}

.form__reminder{
	text-align:right;
}


.form__reminder a{
	text-align:right;
	font-size:14px;
	color:#fff;
	font-weight:700;
}


.form__item option{
	color:#000;
}


/*access container*/
.access-container{
	padding:25px;
	margin-top:30px;
	margin-bottom:210px;
	background: #dadada;
	background: -moz-linear-gradient(top, #dadada 1%, #ebebeb 100%);
	background: -webkit-linear-gradient(top, #dadada 1%,#ebebeb 100%);
	background: linear-gradient(to bottom, #dadada 1%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ebebeb',GradientType=0 );
}

.access__intro-wrap{
	position:relative;
	margin-bottom: 15px;
}

.access__intro{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 30px 20px 30px;
	min-height:20px;
	width:100%;
	color:#fff;
	font-size:18px;
}

.access__intro h2{
	margin-bottom:10px;
	font-size:25px;
}
.access__intro p{
	margin-bottom:0;
}

.access__choice{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.site__name__small{
	position:relative;
	-webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
    max-width: 49%;
    border:1px solid #c7c7c7;
    padding:20px 20px 20px 45px;
    font-size:30px;
    line-height:1;
    font-weight: 700;
    text-decoration:none;
    background-color:#fff;
    transition:background-color 200ms linear;
}

.site__name__small:hover{
    background-color:#f0f1f2;
}

.site__name__small:after{
	content:"\003e";
	position:absolute;
	right:20px;
	top:22px;
	padding-top:3px;
	border-radius:50%;
	width:26px;
	height:23px;
	font-size:18px;
	text-align:center;
	color:#fff;
	background-color:#123071;
}



/*footer area*/
.footer{
	font-size:15px;
	padding:20px 0;
	background:#fff;
	color:#8294b5
}

.footer-content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.support a{
	text-decoration:none;
	color:#8294b5;
}

.support a:hover{
	text-decoration:underline;
}


/*modal*/
.btn.btn-success {
  position: absolute;
  height: 50px;
  width: 200px;
  line-height: 2.2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
  text-transform: uppercase;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding:30px 0;
  background: rgba(0, 0, 0, 0.75);
}

.popup {
  text-align: center;
}

.popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 700px;
  width: 90%;
  padding: 30px 60px 30px 30px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  text-align:left;
  overflow: auto;
  height: 100%;
}

.popup-inner h1 {
  font-weight: 400;
  font-size:25px;
}

.popup-inner{
	margin: 0;
    padding: 0 25px;
}

.popup-inner p {
  font-size: 20px;
  font-weight: 400;
}

.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}



@media only screen and (max-width: 600px)  {
	body{
		background-image:none;
		background-color: #6a7892;
	}
	.header{
		padding:10px;
	}
	.header .flex{
		flex-direction:column;
		text-align:center;
	}
	.header .site{
		margin-top:20px;
		text-align:center;
	}

	.form__item label{
		text-align:left;
	}
	
	.site__name{
		font-size:25px;	
	}
	.form-container{
		margin-top:30px;
		padding: 40px 50px 50px;
		margin-bottom:50px;
	}
	.content{
		padding:20px;
	}
	.footer{
		padding:20px;
	}
	.footer-content{
		flex-direction: column;
    	text-align: center;
	}
	
}

@media only screen and (max-width: 600px)  {
	.form-container{
		margin-top:30px;
		padding: 40px 30px 50px;
	}
}




