*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.tester{
    height: auto;
    padding: 50px;
    background: linear-gradient(
        135deg,
        #1e284b,
        #1e284b
    );
}
.explaination{
    height: auto;
    width: auto;
    text-align: center;
    padding: 50px;
    background: linear-gradient(
        135deg,
        #ffffff,
        #ffffff
    );
}   
.logo {
    text-align: center;
    width: 80%;
    margin: 1%;
  }
.icons {
    width: 100%;
}
.wrappertitle{
    margin: auto;
    margin-top: 8%;
    text-align: center;
    background-color: #ffffff;
    width: 550px;
    padding: 20px 0;
    top: 25%;
    border-radius: 20px 3px 0px 0px;
    box-shadow: 0 20px 25px rgba(0,0,0,0.2);
}
.wrapper{
    margin: auto;
    background-color: #ffffff;
    width: 550px;
    padding: 50px 0;
    border-radius: 0px 0px 20px 3px;
    box-shadow: 0 20px 25px rgba(0,0,0,0.2);
}
.container1{
    width: 300px;
    position: relative;
    margin: auto;
}
input,
p,h2{
    font-family: "Roboto Mono", monospace;
}
#right{
    font-size: small;
}
input{
    width: 100%;
    height: 50px;
    padding: 0 40px 0 20px;
    position: relative;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    border-radius: 5px 5px 0 0;
}

#toggle{
    position: absolute;
    top: 17px;
    right: 15px;
    color: #808080;
    cursor: pointer;
}
.strength{
    width: 25%;
    display: inline-block;
    position: relative;
    height: 100%;
    bottom: 5px;
}
#strength-bar{
    background-color: #dcdcdc;
    height: 10px;
    position: relative;
}
p{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    body {
        height: 100%;
      background-color: lightblue;
    }
    .wrappertitle{
        text-align: center;
        background-color: #ffffff;
        width: 100%;
        padding: 20px 0;
        border-radius: 8px;
        box-shadow: 0 20px 25px rgba(0,0,0,0.2);
    }
    .wrapper{
        background-color: #ffffff;
        width: 100%;
        padding: 50px 0;
        border-radius: 8px;
        box-shadow: 0 20px 25px rgba(0,0,0,0.2);
    }
    .container{
        width: 100%;
        margin: auto;
    }
  }
