
.body-container {
    background: #fafafa;
    /* margin: 0; */
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
#container{
    margin:150px auto 100px auto;
    
    display: flex;
    color:#1870d1;
    flex-direction: column;
    width:500px;
    box-shadow: 1px 2px 71px -6px rgba(0,0,0,0.67);
    height:fit-content;
    font-family: 'Ubuntu', sans-serif;
    background-color: #fff;
    padding:50px 20px;
    border-radius: 10px;
}
#Heading{
    padding:10px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 900;
    padding-top: 50px;
    color:#1870d1;
}
label{
    font-size: 1.2em;
    font-weight: 500;
    margin:10px 0px;
}
input{
    padding:10px;
    border-top-right-radius: 10px;
    height: 50px;
    border: none;
    background-color: #6c757d;
    border-bottom-right-radius:10px;
    font-size:19.2px;
    
    color:#f8f9fa;
}
input:focus{
    outline: none;
    background-color: none;
}
input::placeholder{
    color:#f8f9fa;
    font-size: 19.2px;
}
.row{
    width:100%;
    height:fit-content;
    display: grid;
    grid-template-columns: 10% 90%;
    grid-template-rows: 50px;margin-bottom: 10px;
}
.icon{
    height: 50px;
    margin-right:1px;
    background-color: #6c757d;
    border-top-left-radius: 10px;
    padding:10px;
    border-bottom-left-radius: 10px;
    fill:white;
    display: flex;
}

/* span{
    display: flex;
    justify-content: space-between;

} */
a{
    text-decoration: none;
    color:#1870d1;
}
span>span>a{
    margin:0px 5px
}
a:hover{
    color: #105bab;
}