
.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height : 100vh;
    background-size: cover;
    -ms-flex-pack : center;
    justify-content: center;
    background-image: url("../img/bm8btcgm.png")
}
.btn{
    padding: 5px 20px 5px 20px;
}
img {
    vertical-align: middle;
    border-style: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}
img{
    width: 150px;
    aspect-ratio: auto 150 / 150;
    height: 150px;
}
user agent stylesheet
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.a1{
margin: 2px 0px 2px 0px;
}