.container {
    width: 100%;
    padding: 25px;
    position: fixed;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .row{
    width: 300px;
}