﻿body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.428571429;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #f1f9ff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}
/*********************************************************
        B. Header  
***********************************************************/
header {
    background: url('../images/headerBg3.png') #fff no-repeat;
    background-position: right top;
    position: relative;
    z-index: 9;
}

    header .logo-box img {
        display: inline-block;
        height: 100px;
        width: auto !important;
    }

    header .user-box {
        float: right;
        margin-top: 25px;
        background: rgba(255, 255, 255, 0.9);
        padding: 14px 15px;
        border-right: 5px solid #0277bd;
        min-width: 300px;
    }

        header .user-box .usr-info {
            display: block;
            margin-bottom: 10px;
        }

            header .user-box .usr-info span {
                color: #0277bd;
                font-size: 1.1em;
                font-weight: 400;
            }

            header .user-box .usr-info label {
                color: #0277bd;
                font-weight: 600;
                font-size: 1.1em;
            }

        header .user-box .not-lnk {
            float: left;
            width: 29px;
            height: 30px;
            color: #90a4ae;
            position: relative;
        }

            header .user-box .not-lnk i {
                position: absolute;
                top: -5px;
                background: #0277bd;
                min-width: 17px;
                height: 17px;
                color: #fff;
                border-radius: 50%;
                line-height: 17px;
                text-align: center;
                right: 2px;
                font-size: 0.8em;
            }

                header .user-box .not-lnk i span {
                    color: #0277bd;
                }

            header .user-box .not-lnk span {
                font-size: 1.8em;
            }

        header .user-box .logout-lnk {
            float: right;
            background: #2d85ba;
            padding: 5px 14px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            border-radius: 3px;
            color: white;
            transition: all ease 300ms;
        }

            header .user-box .logout-lnk:hover {
                color: #0277bd;
                border-bottom: 1px solid #0277bd;
            }

.pad30TB15LR {
    padding: 15px 15px;
}

.twofa-form {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 52px;
}

    .twofa-form .form-container-holder {
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        width: 690px;
        // max-width: 95%;
        overflow: hidden;
    }

.form-container-holder h2 {
    padding: 0;
    margin: 0 !important;
    background: #177ed9;
    padding: 13px;
    color: white;
    font-size: 18px;
}

.form-container {
    padding: 30px 30px;
}

.twofa-form h2 {
    text-align: center;
    margin-bottom: 25px;
}

.twofa-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.twofa-form input[type="text"] {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    /* font-size: 16px; */
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: border 0.3s;
}

    .twofa-form input[type="text"]:focus {
        border-color: #2980b9;
        outline: none;
    }

.twofa-form .button-group {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.twofa-form .btn {
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    border: none;
    text-decoration: none;
}

.twofa-form .btn-primary {
    background-color: #3498db;
    color: white;
}

.twofa-form .btn-secondary {
    background-color: #bdc3c7;
    color: #333;
}

.twofa-form .btn-danger {
    background-color: #e74c3c;
    color: white;
}

.twofa-form #timer {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-align: right;
}

.notification-message {
    padding: 10px 20px;
    color: red;
    border-radius: 4px;
    margin: 10px 0;
    font-weight: 600;
}
