.logo{
    text-align: center;
    margin-top: 10%;
}
.logo-image{
    height: 69px;
}
.text-box{
    width: 25%;
    height: 51px;
    border-radius: 6px;
    border: 1px solid #c9c1c1;
    outline: none;
}
.userid-div{
    margin-top: 5%;
}
.companyid-div{
    margin-top: 1%;
}
.submit-div{
    margin-top: 1%;
}
.submit-button{
    width: 25%;
    height: 51px;
    border-radius: 6px;
    background: blue;
    color: white;
    border: none;
}
