﻿body {
    background-color: #f8f9fa; /* Bootstrap's bg-light equivalent */
}

.container01.columns > .wrapper > .inner > * > * {
    margin-bottom: 1.5rem;
}

.form-control:focus {
    border-color: #0dcaf0; /* Bootstrap's info color, similar to teal */
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.25);
}

.btn-custom-teal {
    background-color: #14b8a6; /* A teal color */
    border-color: #0d9488;
    color: white;
}

    .btn-custom-teal:hover {
        background-color: #0d9488;
        border-color: #0f766e;
        color: white;
    }

.text-custom-teal {
    color: #14b8a6; /* A teal color */
}

.vh-100-flex { /* To center content vertically */
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.logo-img {
    height: 4rem; /* Adjust as needed, md:h-16 equivalent */
    object-fit: contain;
    border-radius: 0.375rem; /* rounded-md */
}

.txt-align {
    text-align: left
}

.lblBrandName {
    color: rgba(0, 0, 0, 0.671);
    font-size: 1.625em;
    line-height: 1.125;
    font-weight: 300;
}

.lblSlogan {
    color: rgba(0, 0, 0, 0.671);
    font-size: 1.625em;
    line-height: 1.125;
    font-weight: 300;
}

.lblSubSlogan {
    color: #1FBF99;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.375;
    font-weight: 600;
}

.list01 {
    color: rgba(0, 0, 0, 0.749);
    letter-spacing: -0.025rem;
    font-size: 1em;
    line-height: 1.625;
    font-weight: 400;
}

#lblFormTitle {
    color: rgba(0,0,0,0.671);
    letter-spacing: -0.05rem;
    width: 100%;
    font-size: 1.75em;
    line-height: 1;
    font-weight: 700;
}

#lblFormSubtitle {
    color: rgba(0,0,0,0.82);
    letter-spacing: -0.075rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.625;
    font-weight: 400;
}

.form .inner {
    width: 41rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
}

.field {
    margin-bottom: 1.5rem;
}

.card-content {
    padding: 0 40px;
    border-left: solid 1px rgba(0, 0, 0, 0.102);
    display: block;
    height: 54rem;
    top: 0;
}

.product-label{
    margin-left:10px;
}
.product-label label {
    font-weight: 300;
}
