I can not make this image fit this is the css code that I have. what is selected is the html code of the part where the image is
CSS
.login100-form-title {
width: 100%;
position: relative;
height: auto;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
background-size: contain;
background-position: cover;
padding: 70px 15px 74px 15px;
}