/* Your custom css code goes here */
.list-group-item {
    border-left: 0;
    border-right: 0;
}
.float-right {
    float: right !important;
}
.section-margin {
    margin-top: 4em;
}
.custom-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    -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;
    border: none;
    border-bottom: 2px solid #7e8890;
}
.custom-form:focus {
   box-shadow: 0px !important;
   outline: none;
}

.url-line label {
line-height:45px;
}