﻿* {
  box-sizing: border-box;
}

body {
  width: 100%;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.radius {
  border-radius: 0px;
}

.border {
  border: none
}
input:disabled {
  background-color: #eee;
}
.err-msg-pop {
  background-color: #ff6a00;
  padding: 0 20px;
  line-height: 34px;
  color: #fff;
  margin: 0 auto;
  width: unset;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}