/* body{
    background-color: rgb(112, 169, 243);
} */

.container input{
    border:2px solid gray;
    border-radius: 7px;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-9 21:14:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 .color-change-2x{-webkit-animation:color-change-2x 5s linear infinite alternate both;animation:color-change-2x 5s linear infinite alternate both}

 @-webkit-keyframes color-change-2x{0%{background:#19dcea}100%{background:#b22cff}}@keyframes color-change-2x{0%{background:#19dcea}100%{background:#b22cff}}

