body{

    background: url("https://www.todofondos.net/wp-content/uploads/1920x1080-Increible-Fondo-de-Anime-1920x1080-para-PC.-Lindo-EN-2019-1024x576.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.container{
    margin: auto;
    width: auto;
    height: 960px;
    padding: 5px;
    /*background: blue;*/
}

.logo{
    width: 100%;
    float: left;
    /*background: yellow;*/
}

.left{
    float: left;
    width: 70%;
    height: 70%;
    border-radius: 24px;
    /*background: yellow;*/
}

.right{
    float: right;
    width: 30%;
    height: auto;
    border-radius: 24px;
    /*background: orange;*/
}

.left-button{
    float: left;
    width: 70%;
    height: auto;
    border-radius: 24px;
    /*background: rgba(255, 192, 203, 0.267);*/
}

.logoimg{
    margin-top: 1%;
    margin-left: 5%;
    float: inherit;
}

.tittle{
    float: inherit;
    margin-left: 20%;
}

.text-input{
    float: left;
    margin-left: 10%;
    margin-top: 10%;
    width: 80%;
    height: 80%;
    color: white;
    font-size: 20px;
    border: none;
    outline: none;
    background: transparent;
    resize: none;
}

.text-input:empty::before {
    position: absolute;
}


.text-input::-webkit-scrollbar-track{
	background-color: #e2e2e2;
}

.text-input::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

.text-input::-webkit-scrollbar-thumb{
	border-radius: 100px;
	background-color: #545454;
}



#imgDer{
    margin-left: 2%;
    margin-top: auto;
    /*width: 90%;*/
    height: auto;

    margin-left: auto;
    margin-right: auto;
    display: block;
}

#texto{
    margin-left: 7%;
    margin-right: 5%;
}

#texto2{
    float: left;
    margin-left: 10%;
    color: #0A3871;
    width: 80%;
    height: 60%;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 0 0 8px rgba(82, 168, 236, 0.5);
    background: transparent;
    resize: none;


}

#texto2::-webkit-scrollbar-track{
	background-color: #e2e2e2;
}

#texto2::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

#texto2::-webkit-scrollbar-thumb{
	border-radius: 100px;
	background-color: #545454;
}

#btn-encriptar{
    padding: 24px;
    width: 30%;
    height: 60%;
    border-radius: 24px;
    margin-left: 15%;
    background: #24bd57;
}

#btn-desencriptar{
    padding: 24px;
    width: 30%;
    height: 60%;
    border-radius: 24px;
    margin-left: 10%;
    background: #D8DFE8;
}

#copiar{
    margin-left: 33%;
    margin-top: 90%;
    padding: 24px;
    width: 40%;
    height: 10%;
    background: #3857bb;
    border-radius: 24px;
    display: none;
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 30px;
}

.waviy span {
  font-family: 'Alfa Slab One', cursive;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
}
    20% {
    transform: translateY(-20px)
    }
}

.waviy-sin {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 30px;
  }
.waviy-sin span {
    font-family: 'Alfa Slab One', cursive;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;

}

.enviar{
    transition: 1s all;
    cursor: pointer;
}

.enviar:hover{
    transform: scale(1.2);
    box-shadow: 0 0 .2rem #fff,
    0 0 .2rem #fff,
    0 0 2rem #1365fe,
    0 0 0.8rem #1365fe,
    0 0 2.8rem #1365fe,
    inset 0 0 1.3rem #1365fe00;
}

.rgbxd{
    animation: color-change 1s infinite;
}

@keyframes waviy {
    0%,40%,100% {
    transform: translateY(0)
    }
    20% {
    transform: translateY(-20px)
    }
}
  
@keyframes color-change {
    0% { color: red; }
    15% { color: green; }
    50% { color: blue; }
    75% { color: black; }
    100% { color: red; }
}