.chk2 {
    text-align: right;
    position: relative;
    right: 0;
    margin: 0 auto;
    margin-top: 0.5vw;
    width: 85%;
    display: flex;
    flex-direction: column;
}
.chk2 a{
    text-decoration: underline;
    color: #ffffff;
}
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  right: 0;
  opacity: 0;
}
[type="checkbox"]:not(:checked) ~ label.label_text,
[type="checkbox"]:checked ~ label.label_text {
    position: relative;
    /* overflow: hidden; */
    vertical-align: super;
    padding-right: 1.1vw;
    text-align: right;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    width: 100%;
    color: #ffffff;
    vertical-align: middle;
    margin-top: 0;
    font-size: 0.8vw;
    line-height: 1;
}
.chk2 .label_text{
    position: relative;
    /* overflow: hidden; */
    vertical-align: super;
    padding-right: 1.3vw;
    text-align: right;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    width: 100%;
    color: #ffffff;
    vertical-align: middle;
    margin-top: 0;
    font-size: 0.9vw;
}
/* checkbox aspect */
[type="checkbox"] ~ label.label_text:before,
[type="checkbox"] ~ label.label_text:after {
  content: '';
  position: absolute;
  right: 0;
  z-index: 1;

  -webkit-transition: .2s;
  transition: .2s;
}
/* Unchecked styles */
[type="checkbox"]:not(:checked) ~ label.label_text:before {
  top: 0.3vw;
    width: 0.2vw;
    height: 0.5vw;

     border-radius: 0;
}
[type="checkbox"]:not(:checked) ~ label.label_text:after {
    top: 0.1vw;
    width: 0.6vw;
    height: 0.6vw;
    border: 0.1vw solid #ffffff;
     border-radius: 0;
}
/* Checked styles */
[type="checkbox"]:checked ~ label.label_text:before {
    top: 0.2vw;
    width: 0.15vw;
    height: 0.35vw;
    right: 0.08vw;
    border-top: 0.1vw solid transparent;
    border-left: 0.1vw solid transparent;
    border-right: 0.1vw solid #ffffff;
    border-bottom: 0.1vw solid #ffffff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 38% 0;
    transform-origin: 38% 0;
}
[type="checkbox"]:checked ~ label.label_text:after {
    top: 0.1vw;
    width: 0.6vw;
    height: 0.6vw;
    border: 0.1vw solid #ffffff;
    z-index: 0;
    border-radius: 0;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) ~ label.label_text:before,
[type="checkbox"]:disabled:checked ~ label.label_text:before {
  top: 0;
  box-shadow: none;
  background-color: #444;
  width: 13px; height: 13px;
  border: 3px solid #444;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
[type="checkbox"]:disabled ~ label {
  color: #555;
}
[type="checkbox"]:disabled:not(:checked) ~ label.label_text:hover:before {
  border-color: #ffffff;
}
.formbox input[type=checkbox] {
    width: auto;
    border: 1px solid #fff;
    margin: 8.2% -6% 0 0;
    padding: 2% 0;
    outline: none;
    display: block;
    cursor: pointer;
    float: right;
    opacity: 0;
}
#news-error{
    color: #f10909;
    display: block;
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0.8vw;
    width: 100%;
    margin: 0 auto;
    /*text-shadow: 0.1vw 0.1vw 0.5vw #000;*/
    order: 2;
    margin-right: 1.2vw;
}
#news2-error{
    color: #f10909;
    display: block;
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
    font-size: 0.8vw;
    width: 100%;
    margin: 0 auto;
    /*text-shadow: 0.1vw 0.1vw 0.5vw #000;*/
    order: 2;
    margin-right: 1.2vw;
}
@media screen and (max-width: 1000px) {
  .chk2 {
        text-align: right;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 3vw;
        margin-bottom: 0;
}
  [type="checkbox"]:checked ~ label.label_text:after {
      top: 0.2vw;
      width: 2.8vw;
      height: 2.8vw;
      border: 0.6vw solid #ffffff;
      z-index: 0;
      border-radius: 0;
  }
   [type="checkbox"]:checked ~ label.label_text:before {
    width: 1.5vw;
    height: 2.3vw;
   }
   [type="checkbox"]:checked ~ label.label_text:after {
    top: 0px;
    width: 3.5vw;
    height: 3.5vw;
    border: 0.5vw solid #ffffff;
    z-index: 0;
    border-radius: 0;
   }
   [type="checkbox"]:not(:checked) ~ label.label_text:before {
       top: 0px;
       width: 10px;
       height: 10px;
       border-radius: 0;
   }
   .chk ul.checkboxes {
       padding-right: 20px;
   }
   [type="checkbox"]:not(:checked) ~ label.label_text:after{
      top: 0px;
      width: 3.5vw;
      height: 3.5vw;
      border: 0.5vw solid #ffffff;
      z-index: 0;
      border-radius: 0;
   }
   ul.checkboxes {
       width: 15%;
       float: right;
       display: inline-block;
       list-style: none;
       margin-top: 0;
       padding-right: 15px;
   }
   [type="checkbox"]:checked ~ label.label_text:before {
      top: 0.1vw;
      width: 1.2vw;
      height: 2.5vw;
      border-top: 0.5vw solid transparent;
      border-left: 0.5vw solid transparent;
      border-right: 0.5vw solid #ffffff;
      border-bottom: 0.5vw solid #ffffff;
      -webkit-transform: rotateZ(37deg);
      transform: rotateZ(37deg);
      -webkit-transform-origin: 38% 0;
      transform-origin: 38% 0;
    }
   [type="checkbox"]:not(:checked) ~ label.label_text, [type="checkbox"]:checked ~ label.label_text {
        position: relative;
        overflow: hidden;
        padding-right: 6vw;
        text-align: right;
        cursor: pointer;
        display: inline-block;
        /* height: 25px; */
        line-height: 4vw;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
        width: 100%;
        color: #ffffff;
        font-size: 3.6vw;
        top: 0vw;
        margin-top: 0;
        line-height: 1.3;
   }
   #news-error {
/*        color: #ffffff;*/
        display: block;
        text-align: right;
        position: relative;
        top: 0;
        right: 0;
        font-size: 3.8vw;
        width: 100%;
        margin: 0 auto;
        text-shadow: unset;
        order: 2;
        text-align: center;
    }
    #news2-error {
/*        color: #ffffff;*/
        display: block;
        text-align: right;
        position: relative;
        top: 0;
        right: 0;
        font-size: 3.8vw;
        width: 100%;
        margin: 0 auto;
        text-shadow: unset;
        order: 2;
        text-align: center;
    }
}
