  nav {
      background-color: black;
      color: white;
    }

    a {
      text-decoration: none;
      color: white;
    }
    p{
        color: white;
    }
    h1{
      text-align: center;
      color: red;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      font-style: italic;
    }

    .dectext{
      color: black;
      font-family: 'Courier New', Courier, monospace;
    }

    h4{
      font-size: 15px;
      color:red;
      font-weight: bold;
    }
     .dectext{
      color: white;
      font-weight: bold;

    }
    .photo{
      width:500px;
      margin-left: 350px;
    }

    .signin{
    width: 400px;
    height: 330px;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 20px;
    padding-top: 20px;
    background-image:url(https://images.pexels.com/photos/34098211/pexels-photo-34098211.png);
    background-repeat: no-repeat;
    background-size: cover;

    }
    label{
      margin-top: 30px;
      font-weight: bold;
    }
    .teach{
      margin-top: 20px;
      border-radius: 20px;
      width: 100px;
    }
  .background{
    background-image:url(https://images.pexels.com/photos/7233376/pexels-photo-7233376.jpeg);
    background-repeat:no-repeat;
    background-size: cover;
  }

  input{
    width: 200px;
    border-radius: 20px;
    border-color: white;
  }
  .teach:hover{
    background-color: green;
    color: white;
  }
  .new{
      margin-top: 20px;
      border-radius: 20px;
      width: 300px;

  }
.signup
{
   margin-top: 20px;
      border-radius: 100px;
      width: 100px;

}
.signupback{
  background-image:url(https://images.pexels.com/photos/355952/pexels-photo-355952.jpeg);
    background-repeat:no-repeat;
    background-size: cover;
    color:white;
}

.login{

  
   background-image:url(https://images.pexels.com/photos/1699414/pexels-photo-1699414.jpeg);
    background-repeat:no-repeat;
    background-size: cover;
    padding-top: 30px;
   
}
.box{
   width: 500px;
    height: 400px;
    align-items: center;

    
    padding-top: 20px;
    background-image:url(https://images.pexels.com/photos/5088022/pexels-photo-5088022.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;

}
.back{
  background-image: url(https://thumbs.dreamstime.com/b/captivating-gold-vintage-texture-macro-exploration-luxurious-shiny-yellow-elegant-background-details-immerse-yourself-379344802.jpg);
   background-repeat:no-repeat;
    background-size: cover;
    color: black;
}
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


    

    



    /* a :hover{
    
      color: white;
    } */
