@import url('https://fonts.googleapis.com/css?family=Nunito');
    @import url('https://fonts.googleapis.com/css?family=Poiret+One');

body, html {
    height: 100%;
    background-repeat: no-repeat; /*background-image: linear-gradient(rgb(12, 97, 33),rgb(104, 145, 162));*/
    background: #676ba8;
    position: relative;
}
#login-box {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    margin: 0 auto;
    /* border: 1px solid black; */
    background: white/*#d9edf736*/;
    min-height: 250px;
    padding: 20px;
    border-radius: 10px;
    z-index: 100;
}
   
    #particles-js{
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: 50% 50%;
          position: fixed;
          top: 0px;
          z-index:1;
    }
    .logo {
    max-height: 250px;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    text-align:center;
}
#login-box .logo .logo-caption {
    font-family: 'Poiret One', cursive;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    margin-top: -50px;
}
    #login-box .logo .tweak {
        color: limegreen;
        font-size: 40px;
        font-weight: bold;
    }
.form-title{
  text-align: center;
  margin-bottom: 30px;
}
.form-title h1{
  margin: 0px;
  color: #0cd6a8;
}
.single-input {
    width: 100%;
    border: 1px solid #333;
    display: flex;
    margin-top: 15px;
    border-radius: 5px;
    background: white;
}
.single-input span {
    background: #7f86b8;
    border-radius: 4px 0px 0px 4px;
    height: 28px;
}
.single-input i{
  padding: 8px 16px;
  color: #000000;
}
.single-input input {
    border: none;
    width: 100%;
    outline: none;
    height: auto;
    font-size: 14px;
    background: transparent;
    border-radius: 0px 5px 5px 0px;
}
.submit-btn{
   border:0px solid #c1c1c1;
   margin-top: 15px;
  
}
    .submit-btn input {
        background: #47b7f0;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        padding: 0.5rem;
    }

.red {
    color: red;
}