.hero p{
            color: #229d82;
}
.swiper-slide{
    text-align: none !important;
    background: none !important;
}
.team-logo{
width: 20px;
height: 20px;
padding: 0 3px 0px 0;
vertical-align: middle;
}
.live-score, .live-broadcast{
    float: right !important;
}
.short-name{
    display: none;
}
.tv{
    border: 1px dashed grey;
    padding: 1px;
}
.scoreboard{t
    border: 3px solid white !important;
}
.team-name{
    padding-right: 10px;
}
table, .scoreboard{
    /*width: auto !important; */
    min-width: 180px !important;
    height: auto !important;
    border-radius: 0px !important;
}
table, .scoreboard, table.scoreboard, table.scoreboard td{
    font-size: 15px !important;
}
.live{
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%239c0008' /%3E%3Cstop offset='25%25' stop-color='%239c0008' /%3E%3Cstop offset='50%25' stop-color='%239c0008' /%3E%3Cstop offset='100%25' stop-color='%239c0008' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1 !important;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}
input[type="submit"]{
    background-color: red !important;
    border-color: #5f0606 !important;
}
.error{
    color: red;
}
.linkHide, .linkHide:hover{
    color:black;
    text-decoration: none;
}
.cnt{
    text-align: center;
}
.form-registration {
  max-width: 350px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-color: #e7e7e7;
  padding: 20px;
  background-color: white;
}
.form-registration .form-registration-heading,
.form-registration .checkbox {
  margin-bottom: 10px;
}
.form-registration .checkbox {
  font-weight: normal;
}
.form-registration .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-registration .form-control:focus {
  z-index: 2;
}
.form-registration input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-registration input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-registration {
    
}
.gray a{
    color: graytext;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px; 
}