*{
    margin: 0;
    padding: 0;
}
html, body{
    height: 100%;
    width: 100%;
    background-color: #604beb;
}
#main{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont{
    background-color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    transition: .5s ease;
    position: relative;
}
.input{
    height: 90%;
    width: 80%;
    padding-left: 15px;
    border: none;
    font-size: 1.1em;
    display: none;
    transition: 1s ease;
}
.icon{
    position: absolute;
    right: 13px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 1.5em;
}