*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


.container{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
}

.content {
    width: 100%;
    height: auto;
    background: #fff;
}
.content-heading { 
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 40px;
}

.content-teams{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
   
.content-teams-grid{
    text-align: center;
    display: grid;
    grid-gap: 1rem;
    margin-top: 20px;
}

.content-teams-item span {
    font-size: 30px;
    padding: 1rem;
    text-align: center;
}



.content-teams-data{
  text-align: start;
    display: grid;
    grid-gap: 1rem;
    
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: start;

  }
  input[type=textover]{
    width: 100%;
    padding: 40px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: start;

  }
  
  .btn-all{
    color: white;
    background: #44D420;
    border: 1px #44D420 solid;
    box-shadow: inset 0 1px 0 #44D420;
    height: 50px;
    width: 300px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 30px;
    justify-self: center;
  }
  
  .btn-all:hover {
  opacity: 0.8;
  }
  
     
  /* The "Forgot password" text */
  span.psw {
    float: right;
    padding-top: 16px;
  }
  

  .btn-4{
    color: white;
    background: #252525;
    border: 1px #000000 solid;
    box-shadow: inset 0 1px 0 #1b2433;
    height: 50px;
    width: 300px;
    border-radius: 10px;
    font-size: 18px;
    /* margin-top: 500px; */
    justify-self: center;
}

.btn-4:hover {
  opacity: 0.8;
  }
  
.btn-4:active {
    box-shadow: inset 0 2px 5px #010205;  
  }

    span1{
      color: red;
    }
  
  /* ************************** โทรศัพท์ *************************** */
  @media only screen and (max-width:480px){
    span.psw {
      display: block;
      float: none;
    }
    .cancelbtn {
      width: 100%;
    }

    .content-teams-items  {
        width: 15%;
    }
    .content-teams-item span {
        font-size: 30px;
        padding: 1rem;
    }
    .content-teams-items h2 {
        font-size: 25px;
        margin: 1rem;
    }
    .content-heading{
        font-size: 20px;
        text-align: center;
        margin: 1.5rem;
    }
    .content-teams-grid{
        justify-items: center;
    }


}