.card-a {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.text-grey {
    color: #595959 !important;
}

.card-t {
    height: 100vh;
}

.left-card {
    background: #008FD3;
}

.right-card {
    background: white;
}

.img-login {
    width: 70%;
    margin-top: 3%;
}

.card-login h1, .card-login h2 {
    font-weight: bold !important;
}

.card-box {
    margin-top: 10px;
}

.card-login label {
    margin-left: 3px;
}

.btn-primary {
    background: #008FD3 !important;
    color: white;
}

.btn-forgot-pass {
    text-decoration: unset;
}

.rounded-t16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.rounded-b16 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.shadow-high-w-hover, .shadow-high-w-hover-low {
    --tw-shadow: 0px 0px 14px 0px rgba(16,24,32,0.22);
}
.shadow-high-w-hover, .shadow-high-w-hover-low {
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
}
.shadow-high-w-hover:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.555);
}
.shadow-high-w-hover-low:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.355);
}


@media screen and (min-width:1400px) {}

@media screen and (max-width:640px) {
    .left-card .slide {
        margin-top: 0px !important;
    }
}
.wa-tim-it{
    position: fixed;
    bottom: 15px;
    left: 15px;
}
.label-wa{
    padding: 5px 10px;
    border-radius: 20px;
    background: white;
    box-shadow: 3px 3px 10px grey;
    color: black;
}
.btn-wa-tim-it{
    border-radius: 100%;
    padding: 10px 16px;
    border:none;
    color: white;
    margin: 10px;
    font-size: 20px;
    background-color: green;
}
