@font-face {
    font-family: helveticaStd;
    src: url(../font/HelveticaLTStd-Bold_0.otf);
}
@font-face {
    font-family: helveticaBd;
    src: url(../font/HelveticaNeueLTPro-Bd_0.otf);
}
@font-face {
    font-family: helveticaCn;
    src: url(../font/HelveticaNeueLTPro-Cn.otf);
}
@font-face {
    font-family: helveticaLtCn;
    src: url(../font/HelveticaNeueLTPro-LtCn_0.otf);
}
@font-face {
    font-family: helveticaMdCn;
    src: url(../font/HelveticaNeueLTPro-MdCn.otf);
}
@font-face {
    font-family: helveticaUltLt;
    src: url(../font/HelveticaNeueLTPro-UltLt_0.otf);
}
@font-face {
    font-family: RotisStd;
    src: url(../font/RotisSemiSansStd_0.otf);
}

body{
	font-family: helveticaLtCn;
}
.myDiv {
	padding: 0px;
	background: #EEEEEE;
	border-radius: 0px;
}
.login_box {
	margin-top: 20%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff7d4d !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,153,115,.25) !important;
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(255,153,115,.25) !important;
	border-color: #ff7d4d !important;
}
.loginbox-left{
	min-height: 100%;
	background-image: url('assets/img/bgimg1.jpg') !important;
}
.loginbox-right{
	background: #f15a29;
	min-height: 100%;
}
.btn-release {
	background: #f15a29;
	color: #FFFFFF !important;
	padding: 3px 20px 5px;
	border-radius: 0;
	font-family: helveticaUltLt;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn-white {
	border-radius: 0 !important;
	color: #FFFFFF;
	background: #58595b;
	border: 1px solid #58595b;
	padding: 3px 30px 5px;
	font-family: helveticaUltLt;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn-release:focus, .btn-release:hover {
	background: #F1754C !important;
}
.btn-release:active {
	background: #F3511F !important;
}
.login-left-title {
	color: #ed5928;
	font-size: 80px;
	font-family: helveticaUltLt;
	line-height: 0.9;
}
.textGray {
	color: #4a4a49 !important;
	font-family: helveticaLtCn;
}
.release-control {
	color: #777777 !important;
	background: #FFFFFF;
	border-radius: 0;
	border: none;
	padding: .500rem .75rem;
}
.release-control:focus {
	color: #777777 !important;
	background: #FFFFFF;
}
.rel-box-reg {
	color: #FFFFFF;
	padding: 0 20px;
}
.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.ikwit_title {
	font-family: helveticaLtCn;
}
@media(min-width: 1200px){
	.ikwit-hint {
		font-size: 70% !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		position: absolute !important;
		right: -24% !important;
		top: 40% !important;
	}
	.ikwit-hint2 {
		font-size: 70% !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		position: absolute !important;
		right: -11% !important;
		top: 76% !important;
	}
	.ikwit-hint3 {
		font-size: 70% !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		position: absolute !important;
		right: -24% !important;
		top: 40% !important;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.ikwit-hint {
		font-size: 61% !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		position: absolute !important;
		right: -22% !important;
		top: 38% !important;
	}
	.ikwit-hint2 {
		font-size: 70% !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		position: absolute !important;
		right: -10% !important;
		top: 72% !important;
	}	
	.ikwit-hint3 {
		font-size: 61% !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		position: absolute !important;
		right: -22% !important;
		top: 38% !important;
	}
}
.box10{
	height: 10px;
}
.box20{
	height: 20px;
}
.box30{
	height: 30px;
}
.box40{
	height: 40px;
}
.box50{
	height: 50px;
}
.box60{
	height: 60px;
}
.box70{
	height: 70px;
}
.box80{
	height: 80px;
}
/*---------- checkbox ----------*/
/* The check-box-new */
.check-box-new {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-box-new input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-box-new:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box-new input:checked ~ .checkmark {
    background-color: #F1754C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box-new input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box-new .checkmark:after {
    left: 9px;
    top: 7px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*---------- check box ----------*/

/*---------- custom select ----------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  color: #777777 !important;
  background: #FFFFFF;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  //width: 20em;
  //height: 3em;
  line-height: 2.3;
  background: #004724;
  overflow: hidden;
  border-radius: 0;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .9em;
  color: #fff;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.8em;
  color: #FFFFFF;
  background: #f79668;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  //color: #f39c12;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/*---------- custom select ----------*/