#shortreg {
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#shortreg .modal-content.reg-modal-content {
  border-top: 5px solid #ff5a00;
  height: auto;
  border-radius:0px;
}
#shortreg .reg-modal-title {
  color: #ff5a00;
}
#shortreg .modal-header.reg-modal-header {
  border: none;
}
#shortreg #reg-submit {
  background-color: #ff5a00;
  border: 1px solid #faa77e;
  color: #fff;
  width: 30%;
  margin-bottom: 2%;
  margin-top: 1%;
  padding: 1%;
  cursor:pointer;
}
#shortreg .placeholder-span {
  font-size: 14px;
  white-space: nowrap;
}
#shortreg .login-input-block .reg-select {
  font-size: 14px;
  color: #878787;
}

#shortreg .reg-modal-close {
    color: #9a9a9a;
    font-size: 38px;
    font-weight: lighter;
    margin-right: 12px;
    opacity: initial;
    text-shadow: none;
}
#shortreg .login-input-buttons.input-fill ~ .placeholder-span, 
#shortreg .login-input-buttons:focus ~ .placeholder-span {
	top: -10px;
	font-size: 14px;

}

#shortreg #captchaView {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 0;
    float: left;
    font-size: 17px;
    height: 33px;
    padding-bottom: 0;
    padding-top: 5px;
    width: 39%;
    text-align:center;
}
#shortreg #captcha {
    width: 39%;
    height: 33px;
}
#shortreg .captchablock{
	margin-top:4%;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32%;
    text-align: left;
}
#shortreg .login-input-block > span {
    margin-right: 8%;
}
#shortreg #hasTwelfthMarks,#noTwelfthMarks{
	margin:0px;
}

.captchablock.text-center {
    margin-bottom: 5px;
    margin-top: 7px;
    display:flex;
}
.marginlft{
	margin-left:33px;
}
#shortreg #refreshCaptcha {
    cursor: pointer;
    float: left;
    height: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 6px;
}
#shortreg .reg-bottom-content {
	background: #d1cbcb;
	padding: 1%;
	font-size: 16px;
	color:#4c3327;
}

#shortreg .down_css {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
   background-image: linear-gradient(45deg, transparent 50%, #969696 70%), linear-gradient(135deg, #969696 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
}
#shortreg .margin-bt {
  margin-bottom: 1%;
}
#shortreg .error-messages {
  white-space: nowrap;
  z-index:999999;
}
#shortreg .login-modal-dialog {
  display: inline-block;
  height: 500px;
  text-align: left;
  vertical-align: middle;
  width: 770px;
}
#shortreg .reg-modal-header {
  padding-bottom: 0;
}
#shortreg .row.crow.margin-bt {
  margin: 0;
  padding: 0;
}
#shortreg .login-input-block {
  font-size: 14px;
  margin: 22px 0 0;
  position: relative;
  color: #000000;
}
#shortreg .login-input-buttons {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #333;
  padding-bottom: 6px;
  width: 100%;
  outline:none;
}
#shortreg .jobrole-title {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 25px;
    padding-bottom: 1%;
    padding-top: 1%;
}
#jobRoleErrDiv > span {
    font-size: 14px;
}
#customshortreg .login-modal-dialog {
    display: inline-block;
    height: 500px;
    text-align: left;
    vertical-align: middle;
    width: 365px;
}
 #customshortreg .login-input-block , #reg-submit{
    color: #000000;
    font-size: 14px;
    margin: 22px 0 0 0px;
    position: relative;
}

#customshortreg #refreshCaptcha {
    cursor: pointer;
    float: left;
    height: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 14px;
}

#customshortreg {
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#customshortreg .modal-content .reg-modal-content {
  border-top: 5px solid #ff5a00 !important;
  height: auto;
  border-radius:0px;
}
#customshortreg  .reg-modal-content {
  border-top: 5px solid #ff5a00 !important;
  height: auto;
  border-radius:0px;
}
#customshortreg .reg-modal-title {
  color: #ff5a00;
}
#customshortreg .modal-header.reg-modal-header {
  border: none;
}
#customshortreg #reg-submit {
  background-color: #ff5a00;
  border: 1px solid #faa77e;
  color: #fff;
  width: 50%;
  margin-bottom: 2%;
  margin-top: 1%;
  padding: 3%;
  cursor:pointer;
}
#customshortreg .placeholder-span {
  font-size: 14px;
  white-space: nowrap;
}
#customshortreg .login-input-block .reg-select {
  font-size: 14px;
  color: #878787;
}
#customshortreg .reg-modal-close {
    color: #9a9a9a;
    font-size: 38px;
    font-weight: lighter;
    margin-right: 12px;
    opacity: initial;
    text-shadow: none;
}
#customshortreg .login-input-buttons.input-fill ~ .placeholder-span, 
#customshortreg .login-input-buttons:focus ~ .placeholder-span {
	top: -10px;
	font-size: 14px;

}
#customshortreg #captchaView {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 0;
    float: left;
    font-size: 17px;
    height: 33px;
    padding-bottom: 0;
    padding-top: 5px;
    width: 39%;
    text-align:center;
}
#customshortreg #captcha {
    width: 39%;
    height: 33px;
}
#customshortreg .captchablock{
	margin-top:4%;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32%;
    text-align: left;
}
#customshortreg .login-input-block > span {
    margin-right: 8%;
}
#customshortreg #hasTwelfthMarks,#noTwelfthMarks{
	margin:0px;
}
#customshortreg .reg-bottom-content {
	background: #d1cbcb;
	padding: 1%;
	font-size: 16px;
	color:#4c3327;
}
#customshortreg .down_css {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
   background-image: linear-gradient(45deg, transparent 50%, #969696 70%), linear-gradient(135deg, #969696 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
}
#customshortreg .margin-bt {
  margin-bottom: 1%;
}
#customshortreg .reg-modal-header {
  padding-bottom: 0;
}
#customshortreg .row.crow.margin-bt {
  margin: 0;
  padding: 0;
}
#customshortreg .login-input-block {
  font-size: 14px;
  margin: 22px 0 0;
  position: relative;
  color: #000000;
}
#customshortreg .login-input-buttons {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #333;
  padding-bottom: 6px;
  width: 100%;
  outline:none;
}
.button_orange_sumbit{
   background-color: #ff5a00;
    border: 1px solid #faa77e;
    color: #fff;
    cursor: pointer;
    margin-bottom: 2%;
    margin-top: 1%;
    padding: 3%;
    width: 50%;
  }
  .new_button_orange_sumbit{
   background-color: #ff5a00;
    border: 1px solid #faa77e;
    color: #fff;
    cursor: pointer;
    margin-bottom: 2%;
    margin-top: 1%;
    padding: 3%;
    width: 50%;
  }
.button_orange_sumbit:hover { background-color: #ed5401 !important; }
.margin-top-26 {
    margin-top: 26px;
}