.login-container.container {
    width: 210px;
    height: 130px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    background: white;
    box-shadow: 0px 0px 4px grey;
}

body {
    height: 100%;
    text-align: center;
    background: url("/t-bg-3.png");
}

html {
    height: 100%;
}

.login-container h3 {
    text-align: left;
}