﻿body {
    color: #666;
}

label.error {
    font-weight: normal!important;
    color: #ff0000;
}
article.widget-demo {
    background: #fff;
    padding: 50px 30px;
    border-radius: 6px;
    width: 30%;
}
article.widget-demo fieldset label {
    font-weight: bold;
}
article.widget-demo fieldset .k-textbox {
    width: 100%;
}
article.widget-demo fieldset .k-textbox:focus {
    box-shadow: none;
}
article.widget-demo fieldset .wrapper-submit {
    padding-top: 5px;
    display: flex;
    justify-content: right;
}