/*
    * Created By: MD TOUFIK Ahamed
    * Date: 05-Oct-2022
*/

/* User Layout Design */
.rtd-footer,
.rtd-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #931717 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 900;
}

.rtd-btn-footer {
    color: #fff !important;
    background-color: #570101 !important;
    border-color: #570101 !important;
}

#rtd-btn-login,
#rtd-btn-reg {
    padding: 15px 40px;
}

.rtd-icon {
    padding-right: 10px;
    font-size: 24px;
    color: #931717;
}

.footer-bg {
    background: #212529;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
}

.card {
    border: 1px solid #931717;
}

#main {
    background-color: red;
    background-image: url(../img/bg-main.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

/* Register page Labels Font weight  */
label {
    display: inline-block;
    font-weight: 700;
}

label.form-check-label {
    font-weight: 400;
}
