.waitlistBody {
    
    background: rgb(97,23,116);
background: linear-gradient(157deg, rgba(97,23,116,1) 0%, rgba(18,4,34,1) 39%);
}

.logo img {
    height:100px;
}

.login {
    font-weight: bold;
    background-color: #ddd;
    border: none;
    color: #30003c;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    font-size: 0.7rem;

}


.login:hover {
  background-color: #aaa; 
      text-decoration: none;
}

.right {
        text-align: right;
}

.right img{
       width:100%;
}



.h1 {
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    width: 75%;
    line-height: clamp(2rem, 6vw, 3.5rem);
    padding-top: 4vw;
}

.leftHandIntro p {
    color: #ddd;
    width: 75%;
    font-size: 0.8rem;
    padding-top: 0.5rem;
}

input[type=text], [type=email], [type=number] {
  width: 60%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;

    border: 2px solid #652a7c;
  border-radius: 4px;
  background-color: #eee;
    font-weight:bold;
}


.button{
  background-color: #FD1C59;
  border: none;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
    border-radius: 4px;
      border: 2px solid #652a7c;
      font-weight:bold;
}


.button:hover {
  background-color: #eee;
  color: #FD1C59;
/*  padding: 12px 20px;*/
  text-decoration: none;
/*  margin: 4px 2px;*/
/*  cursor: pointer;*/
/*    border-radius: 4px;*/
      border: 2px solid #FD1C59;
/*      font-weight:bold;*/
}

.findID {
text-decoration: underline;
    font-size:0.8rem;
    color: #FD1C59;
    font-style: italic;
}


.findID a{
text-decoration: underline;
    font-size:0.8rem;
    color: #FD1C59;
    font-style: italic;
}

.findID a:hover{

    color: #FFF;

}


#playerInfo {

    background-color: #eee;
  color: #FD1C59;
  padding: 12px 20px;

  margin: 4px 2px;

    border: 2px solid #652a7c;
  border-radius: 4px;
  background-color: #eee;

}


.playerInfo1 {

color:#555;
}



.playerInfo2 {

color:#000;
}




.findTeamIDtext {
    color: #ddd;

}

.findTeamIDtext a{
    color: #FD1C59;

}

.findTeamIDtext a:hover{
    color: #fff;

}


.width100 {
    width:100%;
}



li {
    list-style-type: none!important;
}

ul {
background-image: url(../img/mockup.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin: 10px 10px 20px 10px;
}

ul li {
    color: #fff;
    font-size: clamp(0.8rem, 2vw, 1.1rem);
    font-weight: normal;
    /* letter-spacing: 0.5px; */
    /* text-transform: uppercase; */
    line-height: normal;
    width: 90%;
}

ul.checkmark {
    margin-top: 20px;
}

ul.checkmark li:before {

    font-size: 1.5rem;
    vertical-align: middle;
}

ul.checkmark li:before {
    color: #8fffb1;
    content: "✓";
    display: inline-block;
    font-family: 'ionicons';
    margin-left: -36px;
    width: 36px;
}

ul.checkmark li {
    line-height: 1; 
/*    padding: 8px 0 8px 36px;*/
}


.linkPink {

    color: #FD1C59;
text-decoration: underline;
}

.linkPink:hover {

    color: #fff;
text-decoration: underline;
}
