.form-builder div.formel {
	border-top: none;
}

.req{
	display: inline !important;
    position: relative !important;
}

.formel > label {
    color: black !important;
}

#skild-content input[type="text"], #skild-content input[type="password"] {
  padding: 3px 5px;
  width:225px;
}

.error {
	
	/* to keep the color of the text black while validating the form   */
	color: #000000;
	/* color: #f44336 */;
	font-size: 12px;
}

#skild-content input[type="text"], #skild-content input[type="password"], #skild-content textarea {
  padding: 3px 5px;
 
}

#skild-content .heading {
	font-weight: bold;
    padding-bottom: 10px;
}

#btn-submit {
	margin-top: 25px;
}

#skild-content textarea {
    height: 95px;
}

#skild-content select {
    margin-left: 10px;
}

#skild-content h3 {
    font-size: 18px;
}

#skild-content .form-group {
    margin: 15px 4px 22px -1px;
}

.req {
	color: #FF4444;
    padding-left: 2px;
}
.pswd_info {

    right:121px;
    width:284px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    margin-top: 9px;
    margin-left: 123px;
    position: relative;
}

input[type="password"] {
	float: none !important;
	margin-bottom: 0px !important;
}

}
.pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
.pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.invalid {
    background:url("../../../images/cross.png") no-repeat 0 50%;
    padding-left:22px !important;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url("../../../images/tick.png") no-repeat 0 50%;
    padding-left:22px !important;
    line-height:24px;
    color:#3a7d34;
}