﻿body {
    background-color: #FDFDFD !important;
}

.red {
    color: #FF0800 !important;
}

.black {
    color: #000000 !important;
}

.form-control:focus {
    border-color: #F8F8F6 !important;
    box-shadow: 0 0 0 .25rem #EDE4D5 !important;
}

.btn-primary {
    background-color: #83523C !important;
    border-radius: 32px !important;
    border-color: #83523C !important;
    width: 150px !important;
}
.btn-secondary {
    border-radius: 32px !important;
    width: 150px !important;
}

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        border-color: #F8F8F6 !important;
        box-shadow: 0 0 0 .25rem #EDE4D5 !important;
    }

.navbar-custom {
    justify-content: center !important;
    background-color: #EDE4D5 !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-custom .title {
    font-size: 24px !important;
    font-weight: 500;
    color: #645E5C;
}

.container_verify_otp_main {
    height: 80vh !important;
}

    .container_verify_otp_main h4 {
        margin-bottom: 20px !important;
    }
    /* Set width on the form input elements since they're 100% wide by default */
    /*input,
select,
textarea {
    max-width: 280px;
}*/

    .container_verify_otp_main .container_verify_otp_sub .btn {
        max-width: 200px !important;
    }

.img_container_one {
    grid-template-columns: repeat(1,auto);
}

.img_container_multiple {
    grid-template-columns: repeat(2,auto) !important;
}

.img_container_grid_division_one {
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 1;
    height: 360px;
    border-collapse: collapse;
    object-fit: contain;
    margin: auto 0px;
}

.img_container_grid_division_multiple {
    height: 180px !important;
}

.img_container_grid_division_multiple_image {
    width: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 1px solid #976a56;
}

.container_endsession{
    height: 80vh !important;
}

.container-otp {
    text-align: center;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn:hover {
        background-color: #0056b3;
    }