.glow {
  font-size: 16px;
  animation: glow 10s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0.2px #fff, 0 0 0.4px #fff, 0 0 0.6px #e60073, 0 0 0.8px #e60073;
  }
  
  to {
    text-shadow: 0 0 0.4px #fff, 0 0 0.6px #ff4da6, 0 0 0.8px #ff4da6, 0 0 1px #ff4da6;
  }
}
//Hcp validation for NZ request fix 
.modal-is-full-screen .jquery-modal .full-screen {
    overflow-y: scroll;
}
@media (min-width: 768px){
	.modal-is-full-screen .hcp-validation-screen {
		top: 86px !important;
	}
	.hide-mobile {
		display: block !important;
	}
	.show-mobile {
		display: none !important;
	}
	.section_form .form-item {
		float: left;
		width: 100%;
		padding-bottom: 15px;
		padding-right: 30px;
		box-sizing: border-box;
	}	
	.section_form select {
		line-height: 18px;
		height: 40px;
	}
	.wrap_login .box_form {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	.section_form .box_form {
		float: left;
		width: 50%;
		padding-bottom: 15px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.section_form textarea, .section_form input[type="text"], .section_form input[type="email"], .section_form input[type="password"] {
		height: 40px;
	}
	.form-wrapper {
		clear: both;
	}
}
.opu_nz .hcp-validation-screen {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background-color: #fff !important;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
.hcp-validation .banner {
    position: relative;
    padding-bottom: 40px;
    height: 0;
    padding-bottom: calc(14% + 40px);
}
.banner img {
    width: 100%;
}

.hide-mobile {
    display: none;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
.banner .container {
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 14%;
}
.banner .heading2 {
    position: absolute;
    bottom: -32px;
    left: 10px;
    background: #f68b1f;
    font-size: 38px;
    padding: 10px 20px;
    color: #FFF;
}
.wrap_login {
    font-family: 'BISansNEXT';
}
.section_form {
    color: #706f6f;
}
section {
    display: block;
}
.show-mobile {
    display: block;
}
.modal-is-full-screen .btn_back, .request-access .btn_back {
    text-decoration: none !important;
}
.section_form a {
    font-weight: bold;
}
a.btn_back1, a.btn_back {
    display: inline-block;
    color: #FFF !important;
    background: #CCC;
    padding: 8px 10px 8px 5px;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}
.bisan_bd {
    font-family: 'BISansNEXT_Bd';
    font-weight: bold;
}
a.btn_back1 i, a.btn_back i {
    display: none;
}
.wrap_login .content {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}
.hcp-validation-screen .form__headline-container {
    display: none;
}
.veeva-login-content {
    display: block;
}
.veeva-login-content .form-fieldset {
    margin: 0;
    width: 100%;
}
.veeva-login-content .form-fieldset .form-item {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}
.veeva-login-content .form-fieldset .form-item.form-item-opu {
    display: none;
}
.section_form label {
    font-size: 16px;
    display: block;
    font-family: 'MyriadPro_Bd';
    padding-bottom: 5px;
}
.section_form select {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d4d7d6;
    font-size: 15px;
    line-height: 15px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    background: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 36px), #fff 36px;
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 36px), #fff 36px;
}
.section_form select option {
    width: 100%;
}
.veeva-login-content .form-fieldset .form-item {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}
.wrap_login .box_form {
    position: relative;
    padding-bottom: 0;
    margin-top: 15px;
}
.wrap_login .box_form input {
    padding-left: 60px;
    opacity: 1;
}
.section_form textarea, .section_form input[type="text"], .section_form input[type="email"], .section_form input[type="password"] {
    font-size: 15px;
    font-style: normal;
    width: 100%;
    display: block;
    border: 1px solid #d4d7d6;
    padding: 10px 15px;
    font-family: 'MyriadPro';
    line-height: 15px;
}
.opu_nz .veeva-login-content .form-fieldset .form-item {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.veeva-login-content .form-fieldset .form-item.form-item-signup {
    padding-top: 10px;
}
.veeva-login-content .form-fieldset .form-item.form-item-signup a {
    color: #003366;
}
.section_form .login-button .button {
    background: #f68b1f;
    border: 0;
    padding: 10px 20px;
    line-height: inherit;
    border-radius: 0;
    color: #FFF;
    font-weight: bold;
    margin: 30px auto;
    display: block;
    box-shadow: none;
	cursor: pointer;
}
.opu_nz .form-item-signup{
  display: none;
}
