.img{
    border-radius: 50px;
}
.img3{
    border-radius: 50px;
}
footer{
    background-image: url(Blue\ aesthetic\ background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
a{
    text-decoration: none;
    color: black;
}
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-icons img {
    position: absolute;
}

.input-icons .icon {
    padding: 10px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.round_icon_img i{
    font-size: 70px;
     color: #3bafb8;
 
 }
.in{
    height: 33vh;
    border-style: ridge;
 }
 .in:hover{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-color: white;
 }
 @media only screen and (max-width: 768px) {
    /* CSS to center the logo */
    .logo {
        display: block;
        margin-left: 77px; /* Center the logo horizontally */
    }
  } 