/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .wrapper {
    width: 100%;
    display: block;
 }

 .DK-logo {
    max-width: 300px;
    margin-top: 30px;
 }

.form {
    display: block;
    margin-bottom: 30px;
 }

 #shortcode {
    background: #eef076;
    border: 1px solid #b9bb5a;
    display: inline;
    padding: 10px;
    border-radius: 7px;
    margin-top: 40px;
    display: none;
 }

 #shortcode-error {
   background: #f07676;
   border: 1px solid #bb5a5a;
   display: inline;
   padding: 10px;
   border-radius: 7px;
   margin-top: 40px;
   color: #ffffff;
}

#copyClipboard {
   display: none;
}

#copymessage {
   display: none;
}

.content {
   text-align: center;
}