.register-title{
 
color:#fff;
    opacity: .8;
    text-shadow:2px 2px rgba(0,0,0,0.7);
}

.register-title h2{
    font-weight:normal;
    padding:20px;
    letter-spacing: 1.6px;
 
}
.errors{
    text-align:center;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    color:white;
}

.register-form{
    padding:20px;
    margin:20px auto;
    max-width:1200px;
   color:ghostwhite;
  
}

.register-form form{
    display:flex;
    flex-direction: column;
    width:1000px;
}

.group-1{
    padding:20px;
}
label{
    font-size:1.1rem;
    margin-left:10px;
    color:ghostwhite;
    margin-right:10px;
}
input{
    height:30px;
    outline:none;
    border-radius:2px;
    border:none;
    border-bottom:1px solid black;
  

}
 input[type="submit"]{
    width:20%;
    letter-spacing: 1.3px;
    margin-left:50px;
    margin-top: 20px;
    border:none;
    padding:6px;
    border-radius:3px;
    padding:10px;

   background-color:blue;
color:#fbf5f3;
outline:none;
} 
.steps{
    background-color:#0E3386;
    color:ghostwhite;
    text-align: center;
    margin:10px 0px;
}
small{
    margin-left:50px;
    margin-top:10px;
}
.steps p{
    margin:10px 0px;
    padding:5px;
    opacity: .7;
}
.gameplay{
    text-align: center;
    margin-top:20px;

}
img{
    width:400px;
    height:200px;
    margin:20px;
    border:1px solid ghostwhite;
  
}
.gameplay p{
    padding:10px;
    color:ghostwhite;
}

@media only screen and (max-width: 768px){
  
   .register-form {
    display:flex;
    text-align: center;
   }
   label{
    display:block;
    margin:10px 0px;
   }
    .register-form form{
        display:block;
        padding:20px;
    }
.register-title h2{
text-align: center;
 
}
  .group-1{
    display:block;
  }
  input[type="input"]{
    margin:10px 0px;
  }
    input[type="submit"]{
        margin-bottom:20px;
        margin-right:40px;
       width:200px;
       height:40px;
    }

    .gameplay{
    text-align: center;
    margin-top:20px;

}
img{
    width:300px;
    height:200px;
    margin:20px;
    border:1px solid ghostwhite;
  
}
.gameplay p{
    padding:10px;
    text-align: center;
}

}