fieldset {
    padding: 0;
    margin: 0 0 60px 0;
    border: 0
}

fieldset.half-margin {
    margin-bottom: 30px
}

.input-lg {
    height: 47px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-lg {
    height: 47px;
    line-height: 47px
}

#register-form .form-control {
    color: #a4a4a4;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding-left: 20px
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border-radius: 3px;
    border-color: #dcdcdc
}

.form-control:focus {
    border-color: #e0e0e0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

.input-group {
    margin-bottom: 25px
}

.input-group-addon {
    padding-left: 8px;
    font-size: 14px;
    color: #000;
    text-align: left;
    background-color: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 3px 3px 0 0;
    min-width: 150px;
    position: relative
}

.input-group-addon i {
    font-size: 16px
}

.textarea-container {
    position: relative;
    width: 100%;
    overflow: hidden
}

.textarea-container .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 3px 3px 0 0;
    padding: 10.5px 12px 10.5px 7px;
    z-index: 90
}

.textarea-container .input-group-addon:first-child {
    border-right: 1px solid #e4e2e2
}

.textarea-container textarea {
    padding-top: 55px;
    margin-top: 5px
}

.form-control:-moz-placeholder {
    color: #a4a4a4
}

.form-control::-moz-placeholder {
    color: #a4a4a4
}

.form-control:-ms-input-placeholder {
    color: #a4a4a4
}

.form-control::-webkit-input-placeholder {
    color: #a4a4a4
}

.custom-checkbox {
    position: relative;
    padding-left: 30px
}

.input-desc,
.input-desc-box {
    width: 100%;
    margin-bottom: 25px
}

.input-desc-box {
    width: 100%;
    color: #797878;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #f2f2f2;
    margin-bottom: 25px;
    line-height: 21px
}

.input-desc-box .icon-box {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    background: #f8c;
    margin-top: 2.5px;
    color: #fff;
    line-height: 17px;
    text-align: center
}

.custom-checkbox input[type="checkbox"] {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    opacity: 0;
    z-index: 100
}

.menu-active {
    background-color:#c0c0c0;
}

.input-group-addon {
    min-width:150px;
    text-align:left;
}