form#shortify{
    margin: 50px;
    margin-bottom: 40px;
}
form#shortify button{
    margin-left: 3px;
}

#character_count_exceeded,
#character_count {
    position: absolute;
    bottom: -24px;
    left: 60px;
    font-weight: bold;
}

#character_count_exceeded{
    display:none;
    color: rgb(251, 6, 6);
}

header{
    margin: 50px;
    margin-bottom: 100px;
}

div#copied_to_clipboard{
    display: none;
}

#system_messages{
}

/** csli = custom_short_link_input **/
#csli_title{
    margin-top: 70px;
    margin-bottom: 20px;
    color: #006CBB;
}
#csli_description{
    color: #bb9e00;
}



