



label {
  width: 300px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

label span {
  font-size: 1rem;
}

label.error {
    color: red;
    font-size: 1rem;
    display: none !Important;
    margin-top: 5px;
}

input.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;    
}

select.error {
    border: 1px solid red;
    font-weight: 300;        
}

.hs-input.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
    box-shadow: 0px 0px 0px .7px rgb(255 0 0);
}

textarea.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
    box-shadow: 0px 0px 0px .7px rgb(255 0 0);
}

input.valid {
    border: 1px solid green;
    font-weight: 300;    
}

[type="submit"], [type="reset"], button, html [type="button"] {
    margin-left: 0;
    border-radius: 0;
    background: black;
    color: white;
    border: none;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1;
}

.wptheme1Col .wpthemeCol {
    width: 100% !important;
}
.wpthemeCol {
    margin-left: 0px !important;
    min-height: 0px !important;
}

 /* FIX IBM Portal */
.wpthemeControlHeader .dojoDndHandle {
	display:none !important;
}
