body{
font-family: Inter;
color: #324054;

}
main{
    width:375px;

}

.logo{
    padding-top:12px;
    padding-bottom:19px;
    border-bottom:1px solid #E3E8ED;

}
.heading{
font-size: 20px;
height: 32px;
line-height: 32px;
font-weight:400;
margin-top:56px;
}

form >.row{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    text-align: left !important;
    margin-top:32px;
    padding-bottom:12px;
}