body{
    background-color: #fff;
}
.top{
    height: 50px;
    background-color: #fff;
}
.top img{
    padding-left: 50px;
    height: 50px;
}
.form{
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.title{
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.labble{
    margin-bottom: 20px;
}
.bttt{
    color: #fff;
    width: 150px;
    cursor:pointer;
    background-color: #0354E9;
}