@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@400;500;600;700&display=swap");

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif;
}

body {
    font-size: 1rem;
    font-weight: 600;
}

label {
    font-weight: 600;
}

.text-primary {
    color: #a54686 !important;
}

a.text-primary:hover {
    color: #87356b !important;
}

.btn-primary {
    font-size: 1rem;
    font-weight: 600;
    border-color: #a54686;
    background-color: #a54686;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #87356b !important;
    background-color: #87356b !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.15rem rgba(165, 70, 133, 0.5);
}

.login-wrapper .left-side {
    height: 100%;
    position: relative;
}

.login-wrapper .left-side::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.login-wrapper .left-side .content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.login-wrapper .left-side .bg-slider {
    color: #fff;
    padding: 0;
}

.login-wrapper .left-side .bg-slider p {
    font-weight: 500;
}

.login-wrapper .left-side .bg-slider .owl-theme .owl-dots .owl-dot span {
    border-radius: 5px;
    height: 4px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.5);
}

.login-wrapper .left-side .bg-slider .owl-theme .owl-dots .owl-dot.active span,
.login-wrapper .left-side .bg-slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.login-wrapper .left-side .bg-slider h4 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 1.5rem;
}

.login-wrapper .left-side .img-left,
.login-wrapper .right-side .img-logo {
    max-width: 200px;
}

.login-wrapper .right-side .title h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #a54686;
}

.login-wrapper .right-side input {
    font-weight: 600;
    font-size: 1rem !important;
}

.login-wrapper .right-side input:focus {
    border-color: #a54686 !important;
}

.login-wrapper .right-side input:-webkit-autofill,
.login-wrapper .right-side input:-webkit-autofill:hover,
.login-wrapper .right-side input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #fff8fd inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 1600px) {
    .login-wrapper .right-side .img-logo {
        max-width: 150px;
    }
}

@media (min-width: 992px) {
    .login-wrapper .left-side {
        min-height: 100vh;
    }

    .login-wrapper .right-side {
        background: none !important;
    }
}

@media screen and (max-width: 992px) {
    .login-wrapper .right-side {
        height: 100vh;
        overflow: hidden;
        align-items: center;
    }

    .login-wrapper .right-side .content-wrapper {
        padding: 2.5rem;
        border-radius: 7px;
        height: fit-content;
        background-color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .user-wrap {
        top: 30px !important;
        right: 25px !important;
    }

    .login-wrapper .right-side {
        height: auto;
        min-height: 100vh;
        align-items: unset;
    }

    .login-wrapper .right-side .content-wrapper {
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.75);
    }

    .login-wrapper .right-side .title {
        background-color: #fff;
        padding: 15px;
        border-radius: 7px;
    }

    .login-wrapper .right-side .title p {
        font-size: 14px;
    }

    .login-wrapper .right-side .card-direct h3 {
        font-size: 18px;
    }

    .login-wrapper .right-side .card-direct h6 {
        font-size: 11px;
    }
}