﻿
body {
    margin: 0;
    font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.btn {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

small, .small {
    font-size: 100%;
    font-weight: 400;
}

.login-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-box {
    width: 45%;
}

#CaptchaImage {
    height: 50px;
    margin-right: 15px;
}

#CaptchaInputText {
    height: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 15px;
    margin-top: 15px;
}


a[href^="#CaptchaImage"] {
    margin-top: 18px;
    margin-right: 10px;
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(0 0 0 / 28%);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-50 {
    font-size: 50px;
}

.f-20 {
    font-size: 20px !important;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.modal-body {
    padding: 0.5rem;
}

.modal-dialog-w2 {
    max-width: 20% !important;
}

.modal-dialog-w3 {
    max-width: 30% !important;
}

.modal-dialog-w4 {
    max-width: 40% !important;
    width: 40% !important;
}

.modal-header {
    padding: 0.4rem 0.8rem;
}

.close {
    float: right;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

/* password toggle start */
.password-section {
    position: relative;
}

    .password-section .fa-eye {
        position: absolute;
        top: 60%;
        right: 50px; /* Adjust this value to control the icon's position */
        transform: translateY(-50%);
        cursor: pointer;
    }

    .password-section .fa-eye-slash {
        position: absolute;
        top: 60%;
        right: 50px; /* Adjust this value to control the icon's position */
        transform: translateY(-50%);
        cursor: pointer;
    }
/* password toggle end */

@media screen and (max-width: 600px) {
    .home-user-box {
        width: 100% !important;
        position: relative;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

@media screen and (min-width: 768px) {
    .home-user-box {
        width: 100% !important;
        position: relative;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}


@media (min-width: 992px) {
    .home-user-box {
        width: 25% !important;
        max-width: 25% !important;
        position: relative;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

@media (min-width: 1200px) {
    .home-user-box {
        width: 18% !important;
        max-width: 18% !important;
        position: relative;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}
