.button {
  width: 60%;
  height: 15%;
  background-color: #5D0f0C; /* Maroon */
  border: none;
  color: white;
  padding: 40px 60px 60px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: #5D0f0C; 
  border: 2px solid #5D0f0C;
  border-radius: 8px;
}

.button1:hover {
  background-color: #5D0f0C;
  color: white;
  border-radius: 8px;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #5D0f0C;
  color: white;
  text-align: center;
    height: 10rem;
}

.topheader{
    background-image: url("../Images/TopHeaderMobile.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 14rem;
    display: flex;
    justify-content: center;

}
.chiefslogo{
    background-image: url("../Images/TCLogoTransparent2.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
}

input[type=text] {
  margin-top:80px;
  width: 60%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 32px;
  background-color: white;
  background-image: url('../Images/GC.png');
  background-position: right; 
  background-repeat: no-repeat;
  padding: 30px 30px 30px 10px;
  justify-content: center;
}
input[type=password] {
  margin-top:30px;
  width: 60%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 32px;
  font-size: 32px;
  background-color: white;
  background-image: url('../Images/GC.png');
  background-position: right; 
  background-repeat: no-repeat;
  padding: 30px 30px 30px 10px;
  justify-content: center;
}
.centereddiv{
  height: 10rem;
  display: flex;
    flex-direction: row;
  justify-content: space-evenly; 
    
    
}
.centereddiv2{
  height: 4rem;
  display: flex;
  justify-content: center;       
}

.WelcomeMessage{
    height: 4rem;
    display: flex;
    padding: 12rem 1rem 2rem 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    justify-content: center;
    text-align: center;
    
}

@media screen and (min-width: 1100px){
  input[type=text] {
  margin-top:10px;
  width: 30%;
  height: 9%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 20px;
  background-color: white;
  background-image: url('../Images/GC.png');
  background-position: right; 
  background-repeat: no-repeat;
  padding: 40px 40px 40px 40px;
  justify-content: center;
  font-family: "Raleway", sans-serif;
}
  input[type=password] {
  margin-top:10px;
  width: 30%;
  height: 9%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 20px;
  background-color: white;
  background-image: url('../Images/GC.png');
  background-position: right; 
  background-repeat: no-repeat;
  padding: 40px 40px 40px 40px;
  justify-content: center;
  font-family: "Raleway", sans-serif;
}
  .WelcomeMessage{
    height: 2rem;
    display: flex;
    padding: 5rem 1rem 2rem 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    justify-content: center;
    text-align: center;  
  }
  .topheader{
    background-image: url("../Images/TopHeader.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
  }
  .chiefslogo{
    background-image: url("../Images/TCLogoTransparent2.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 230px;
  }
  .button {
  width: 30%;
  height: 15%;
  background-color: #5D0f0C; /* Maroon */
  border: none;
  color: white;
  padding: 40px 60px 40px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: #5D0f0C; 
  border: 2px solid #5D0f0C;
  border-radius: 8px;
}

.button1:hover {
  background-color: #5D0f0C;
  color: white;
  border-radius: 8px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #5D0f0C;
  color: white;
  text-align: center;
  height: 6rem;
}    
}



