body,
html {
    background: #f2f6fa;
    font-family: "Work Sans", sans-serif;
    height: 100%;
    min-width: 360px;
    margin: 0;
    overflow-x: hidden;
}

#root {
    height: 100%;
    width: 100%;
    border: none;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.card {
    max-width: 1024px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 6px 3px rgba(0, 0, 0, 0.15);
}

.card-body {
    max-width: 450px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    #img-overview {
        display: none;
    }
}

.form-outline {
    padding: 0 5px;
}

.btn-info {
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: 0.3rem;
}
.btn-info:hover {
    color: #fff;
    background-color: #01c0c8;
    border-color: #01c0c8;
}
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
