.PARENT_DIV{
  padding-top: 0px !important;
}

.loginParentDiv{
  padding-top: 30px;
	position: relative;
	width: 512px;
	left: calc(50% - 256px);
	top: calc(50vh - 400px);
  height: 600px;
	text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.recommandDiv{
  margin-top: 40px;
  text-align: center;
}
.recommandDiv span {
  display: block;
  color: #666666;
  font-size: 13px;
}

@media screen and (max-height: 1000px ){
  .loginParentDiv{
    top: 30px;
  }
}
@media screen and (max-width: 768px ){
  .loginParentDiv{
    padding-top: 0px;
    border: none;
  }
}

.title{
   display: inline-block;
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	color: #666666;
   font-family: 'NS';
   /*
   background: #e95162;
   padding-top: 5px;
   padding-bottom: 13px;
   padding-left: 22px;
   padding-right: 22px;
   border-top-left-radius: 15px;
   border-bottom-right-radius: 15px;*/
}
.title .sub{
	margin-top: -7px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.infoDiv{
	padding-top: 50px;
	padding-bottom: 10px;
	color: #aaaaaa;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.formDiv{
	padding-top: 70px;
	text-align: center;
}

.formDiv .formRow{
	padding-top: 5px;
	padding-bottom: 5px;
}
.formDiv .formRow .formLabel{
   display: inline-block;
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	width: 60px;
}
.formDiv .formRow .tmpLabel{
   display: none;
	color: #aaaaaa;
	font-size: 15px;
	font-weight: normal;
	width: 60px;
}
.formDiv .formRow .formInputID1{
   display: inline-block;
	height: 45px;
	border: none;
	border: 1px solid #cccccc;
	padding-left: 8px;
	border-radius: 0;
   width: calc(55% - 78px);
   font-weight: bold;
   text-align: center;
}
.formDiv .formRow .formInputIDLabel{
   display: inline-block;
   width: 20px;
   font-size: 20px;
   text-align: center;
   font-weight: bold;
}
.formDiv .formRow .domainSelect{
   display: inline-block;
	height: 45px;
	border: 1px dashed #cccccc;
	background: #ffffff;
	border-radius: 0px;
   width: calc(35% - 20px);
   font-weight: bold;
}

.formDiv .formRow .inputDiv{
   display: inline-block;
   width: calc(35% - 20px);
}
.formDiv .formRow .inputDiv .formInputID2{
   display: inline-block;
	height: 45px;
	border: 1px dashed #cccccc;
	background: #ffffff;
	border-radius: 0;
   width: calc(100% - 40px);
   font-weight: bold;
   text-align: center;
}
.formDiv .formRow .inputDiv .cancelInputButton{
   display: inline-block;
   width: 35px;
   height: 45px;
   border: none;
   background: #e95162;
   color: #ffffff;
   font-size: 15px;
}
@media all and (max-width: 768px) {
}
.formDiv .formRow .formInput{
	height: 45px;
	border: none;
   text-align: center;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
    width: calc(90% - 70px);
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .loginParentDiv {
		padding-top: 50px;
		margin-top: 0px;
		width: 100%;
		left: 0px;
		top: 0px;
    }
	 .title{
	 	font-size: 35px;
	 	text-align: center;
	 	font-weight: bold;
	 	color: #666666;
	 }
	 .title .sub{
	 	margin-top: -5px;
	 	font-size: 12px;
	 	text-align: center;
	 	font-weight: normal;
	 }
	 .formDiv{
	 	padding-top: 30px;
	 }
}

.loginButton{
	margin-top: 50px;
	border: none;
	width: 60%;
   min-width: 270px;
	padding: 13px;
	font-weight: bold;
	font-size: 17px;
	color: white;
	background: #e95162;
	text-align: center;
   /*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 2px 3px 6px 2px rgba(0, 0, 0, 0.3);*/
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
  font-size: 11px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  font-size: 11px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
  font-size: 11px;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  font-size: 11px;
}
/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 3px 6px 0 rgba(0, 0, 0, 0.3);*/
