.my-custom {
    margin: 80px auto;
}

.p-30 {
    padding: 15px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    cursor: text;
    height: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 40px;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.w-login {
    width: 65%;
}
.py-select {
    padding: 6px 6px;
}

.w-49 {
    width: 49%;
}
.propsss{
    height: 40px !important;
    min-height: 40px !important;
    border: red !important;
}
.login-heading {
    font-size: 31px;
    line-height: 40px;
}

.login-subheading {
    color: #393939;
    line-height: 20px;
    font-size: 13px;

}
#dvPreview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.iframe-container {
    border: blue 2px solid;
    border-radius: 5px;

}

.eye-syne {
    top: 30%;
    right: 2%;
}
.eye-syne2 {
    top: 30%;
    right: 2%;
}
input[id='password'].is-invalid + i{
    top: 17% !important;
    right: 2%;
}
input[id='password_confirmation'].is-invalid+i {
    top: 25% !important;
    right: 2%;
}

input:focus-visible {
    outline: transparent;
}

a {
    text-decoration: none;
}

.text-base {
    font-size: 11px !important;
}
.text-sm{
    font-size: 11px !important;
}

.text-xl {
    font-size: 13px !important;
}

.login-heading {
    font-size: 15px;
    line-height: 20px;
}
.fix-70 {
    width: 70px;
    height: 70px;
}

.cencel-button {
    top: -14%;
    right: -17%;
}

@media only screen and (min-width: 556px) {
    .text-base {
        font-size: 12px !important;
    }
        .text-base >
        a {
            font-size: 12px !important;
        }
                .text-sm {
                    font-size: 14px !important;
                }
}

@media only screen and (min-width: 768px) {
    .text-base {
        font-size: 16px !important;
    }
.text-base>a {
    font-size: 16px !important;
}
    .text-xl {
        font-size: 18px !important;
    }

    .login-heading {
        font-size: 31px;
        line-height: 40px;
    }
        .p-30 {
            padding: 30px;
        }
}