body{
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    background-image: url(../images/login-bg.png);
    overflow: hidden;
}
.page-wrapper {
    min-height: 100dvh;
    padding: 16px;
}
.card {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.logo {
    width: 200px;
}
.think-digital-img {
    width: 150px;
}
.form-control {
    padding: 12px 14px;
}

@media (min-width: 768px) {
    .page-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}
