/**
 * Settings style
 * @author Webcraftic <wordpress.webraftic@gmail.com> 
 * @copyright Webcraftic 20.05.2018 
 */

.wbcr-vkapi-valid-token-label {
  display: block;
  &.wbcr-success {
    color: #46b450;
  }
  &.wbcr-error {
    color: #a00;
  }
}

input[name="vkapi_at"] {
  width: 100%;

}

/*label[for=vkapi_at].valid:after {
  display: block;
  content: "valid";
  color: #46b450;
  position: absolute;
}

label[for=vkapi_at].invalid:after {
  display: block;
  content: "invalid";
  color: #a00;
  position: absolute;
}*/