.registration {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    background-color: #fff;
    border: 1px solid #ccc;
}
.registration {
    width: 90%;
    margin: 0 auto 20px;
}
.registration .heading {
    padding: 10px;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    background-color: #e91e63;
    color: #ffffff;
    border-bottom: solid 1px #ccc;
}

.registration .heading span{
color: white;
    padding-left: 12px;
    padding-right: 7px;
}
.registration .form-group {
    padding-left: 44px;
    padding-right: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.registration label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}
.form-control{
	border-radius: 0;
    padding: 10px;
    height: unset;
    color: #222;
}
/*.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}*/
/*.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}*/