
        /********************* form css ***************/
        form#nonhcpregistration-form {
            margin: 0 auto;
            max-width: 1140px;
            min-height: 600px;
            padding-top: 20px;
            background-color: #fff;
        }
        
        .nonhcpregistration-form .js-form-type-textfield,.nonhcpregistration-form .js-form-type-email, .nonhcpregistration-form .js-form-type-select , .nonhcpregistration-form .js-form-type-number {
            width: 400px;
            display: inline-block;
            flex-wrap: wrap;
            margin-right: 40px;
			position: relative;
			padding-bottom: 10px;
        }
        
        .nonhcpregistration-form .form-text, .nonhcpregistration-form .form-email, .nonhcpregistration-form .form-select, .nonhcpregistration-form .form-number{
            display: block;
            width: 100%;
            height: 40px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
            -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            color: #232333;
            border-radius: 8px;
            box-shadow: none;
            line-height: 40px;
            padding-top: 0;
            padding-bottom: 0;
            border-color: #babacc;
        }
        
		.nonhcpregistration-form .form-item--error-message{
			position: absolute;
			top: 128px;
		}
            
        .nonhcpregistration-form .js-form-type-textfield label, .nonhcpregistration-form .js-form-type-email label {
            margin: 30px 0;
            display: inline-block;
            font-family: BISansNEXT;
            font-size: 16px;
            font-weight: normal;
        }
        
        .reg_time {
            margin: 30px 0;
        }
        
        .title_reg {
            display: block !important;
            margin: 30px 0;
        }
        .nonhcpregistration-form div {
            font-family: BISansNEXT;
            font-size: 16px;
            font-weight: normal;
        }
        .nonhcpregistration-form [type="checkbox"], .nonhcpregistration-form [type="radio"] {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-right: 10px;
			float: left;
        }
		.nonhcpregistration-form .js-form-type-radio label{
			display: inline;
			font-weight: normal;
		}
       .nonhcpregistration-form span.fieldset-legend {
            margin: 20px 0 10px;
            display: block;
            font-family: BISansNEXT;
            font-size: 16px;
            font-weight: normal;
        }
        .nonhcpregistration-form .js-form-type-checkbox,.nonhcpregistration-form .js-form-type-radio {
            margin: 10px 0;
        }
        .nonhcpregistration-form #edit-privacy-agreement--wrapper {
            margin: 30px 0;
        }
        .nonhcpregistration-form .notes {
            margin: 30px 0;
        }
        
        .nonhcpregistration-form #edit-submit {
			display: block;
			align-items: center;
			text-align: center;
			padding-right: var(--spacer-m);
			padding-left: var(--spacer-m);
			border-radius: 200px;
			min-width: 100px;
			min-height: 48px;
			outline: none;
			cursor: pointer;
			color: #fff;
			transition: all 0.3s;
			font-size: var(--typography-t-button-font-size);
			line-height: var(--typography-t-button-line-height);
			font-weight: var(--typography-t-button-font-weight);
			font-family: var(--typography-t-button-font-family);
			background-color: #06c;
			border: solid 2px transparent;
			margin: 32px auto;
        }
        .nonhcpregistration-form .js-form-required.form-required {
            margin: 30px 0;
            display: inline-block;
            font-family: BISansNEXT;
            font-size: 16px;
            font-weight: normal;
        }
		.nonhcpregistration-form legend span + span,
		.nonhcpregistration-form .js-form-type-radio .option span,
		.nonhcpregistration-form .js-form-required.form-required span{
			    color: #ff1d1d;
				margin-left: 2px;
		}
		.nonhcpregistration-form legend {
			
			border:none;
		}
		div#edit-privacy-agreement {
			margin: 30px 0px;
		}
		
        .nonhcpregistration-form #edit-speciality {
            display: block;
            height: 40px;
            padding: 6px 12px;
            font-size: 14px;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            color: #232333;
            border-radius: 8px;
            box-shadow: none;
            line-height: 40px;
            padding-top: 0;
            padding-bottom: 0;
            border-color: #babacc;
            width: 100%;
			max-width: 400px;
        }
        @media (min-width: 768px) and (max-width: 1199px){
			.nonhcpregistration-form #edit-speciality,
            .nonhcpregistration-form .js-form-type-textfield, .nonhcpregistration-form .js-form-type-email {
                width: 320px;
            }
            form#nonhcpregistration-form {
                padding: 20px;
            }
            }
        @media (max-width:767px) {
            .nonhcpregistration-form .js-form-type-textfield, .nonhcpregistration-form .js-form-type-email,  .nonhcpregistration-form .js-form-type-select, .nonhcpregistration-form .form-number {
                width: 100%;
                margin: 0;
            }
            form#nonhcpregistration-form {
                padding: 10px;
            }			
          .nonhcpregistration-form #edit-speciality {
            max-width: 100%;
		  }
        }