.container{
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    display:flex;
    justify-content:center;
    align-items: center;
    height: 100vh;
    margin: 0;
    
}

.content{
    background-color:#f2f2f2;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing:border-box;
    padding: 20px 0 100px 0;
}

.icon{
    color:#70cbce;
    font-size: 20px;
    margin:30px;
    
}
.circle{
    border: 3px solid;
    width: 55px;
    height: 55px;
    border-radius:50%;
    display: inline-flex;
    justify-content: center;
    align-items:center;
}


.text{}

input{
    width: 60%;
    border:none;
    border-radius: 5px;
    height: 50px;
    outline:none;
    font-size: 15px;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
}

button{
    background-color: #70cbce;
    color: white;
    border-radius: 4px;
    width: 33%;
    border:none;
    padding: 20px 0;
}