*{
    margin: 0;
    padding: 0;
    font-family: 'poppins' sans-serif;
    box-sizing: border-box;
}
body{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(s-i-ind-services-chennai-oncksuleqr.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer{
    width: 300px;
    height: 22px;
    float: right;
    margin-top: 110px;
}
.footer h5{
    color: navy;
}
.container{
    background: rgba(245, 242, 242, 0.8);
    height: 400px;
    width: 400px;
    position: relative;
    border-radius: 20px;
    box-shadow: 2px 2px 10px -1px rgb(122, 122, 30);
    overflow: hidden;
    transition: 2s;
    margin-top: 150px;
    
}
.navbar{
    width: 100vw;
    background: linear-gradient(360deg, rgba(1, 10, 14, 0.7), rgba(19, 78, 104, 0.7) );
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}
.logo img{
    margin-top: 0;
    left: 50px !important;
    
    width: 100px;
    position: relative;
    height: 80px;
}
.heading h3 span{
   
    font-size: 30px;
    background: linear-gradient(rgb(230, 219, 219), rgb(189, 209, 102));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.heading h3 img{
    width: 50px;
    animation: mov 2s linear reverse;
    transition: 2s;
    
}
@keyframes mov {
    0%{
        transform: scaleX(1.5);
    }

}
form{
    display: block;
    padding: 20px;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
::placeholder{
    color: grey;
}
.container input{
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0;
    border: none;
    border-bottom: 1px solid grey;
    outline: none;
    background: transparent;
}
.switch{
    height: 30px;
    width: 250px;
    border: 1px solid gray;
    position: relative;
}
/*.form-box{
    width: 380px;
    height: 40px;
    position: relative;
    margin: 6% auto;
    margin-bottom: 0;
    background: #fff;
    padding: 5px;
}*/
.button-box{
    width: 220px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 9px rgba(9, 40, 53, 0.7);;
    border-radius: 30px;
}
.toggle{
    padding: 15px 25px;
    margin: auto;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    position: relative;
}
#btn{
    left: 0px;
    top: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    background: linear-gradient(to right,rgba(68, 144, 177, 0.7), rgba(53, 119, 148, 0.7));
    border-radius: 30px;
    transition: 0.5s;
}
.submit{
    width: 100px;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin: auto;
    display: block;
    background: linear-gradient(to right,rgba(68, 144, 177, 0.7), rgba(53, 119, 148, 0.7));
}

