.login-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    max-width: 80vw;
    margin: auto;
    width: 100%;
    padding: 15px;
}

#phoneNo{
    letter-spacing: 2px;
    width: 20em;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    max-width: 15em;
    max-height: 15em;
}

.logo img{
    width: 100%;
    height: 100%;
}