﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}

.form-check {
    position: relative;
    text-align: left;
}

.form-check,
.form-check-input,
.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.authentication-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #888ea8;
}

    .authentication-bg .auth-logo .logo {
        margin: 0px auto;
    }

    .authentication-bg .auth-logo .auth-logo-light {
        display: none;
        margin: 0px auto;
    }

    .authentication-bg .auth-logo .auth-logo-dark {
        margin: 0px auto;
    }

    .authentication-bg .bg-overlay {
        opacity: 0.8;
    }

    .authentication-bg .auth-cover-card .authentication-bg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .authentication-bg .auth-cover-card .bg-overlay {
        opacity: 0.6;
    }

    .authentication-bg .auth-cover-card .form-floating label {
        color: rgba(255, 255, 255, 0.5);
    }

    .authentication-bg .auth-cover-card .form-floating .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .authentication-bg .auth-cover-card .form-floating .form-floating-icon {
        color: rgba(255, 255, 255, 0.5);
    }

.form-floating-custom-login .form-floating-icon-login {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    width: 56px;
}

form-cloating-custom-login {
    position: relative;
}

.form-floating-custom-login > label {
    left: 48px;
}

.form-floating-custom-login > .form-control, .form-floating-custom-login > .form-select {
    padding-left: 60px;
}

.authentication-bg .auth-cover-card .form-floating-custom-login .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    color: black;
}


.auth-img {
    background-image: url('../assets/img/slider/slider-3.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .tq-logo {
        width: 100%;
    }
}
