body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000000;
}

.navitems-style {
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    /* color: #fff; */
}

.nav-link{
    color: rgba(255, 255, 255, 0.5);
}

.nav-link:hover{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.backgroundColor {
    height: 100vh;
}

.total-container {
    padding: 35px 20px;
}

.firstCol{
    margin: 4% 0%;
    background-color: #081447;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5%;
}

.book-a-style{
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    margin-left: 4px;
}

.book-a-style:hover{
    color: #fff;
}

.container-white {
    padding: 8% 28% !important;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.h1-style {
    font-weight: bold;
    text-align: center;
    line-height: 1;
    font-size: 55px;
    padding: 0% 20%;
}

.signin-style {
    text-align: center;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 600;
    color: rgb(0, 0, 0, 0.2);
    padding-top: 18px;
}

.form-control:focus {
    box-shadow: none;
}

.input-style {
    border-bottom: 1px solid #ced4da;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #9d9d9d;
    font-size: 13px;
    padding-left: 2px;
}

.forgot-style {
    color: #9d9d9d;
    font-size: 15px;
}

.forgot-style:hover {
    color: #9d9d9d;
    text-decoration: none;
}

.btn-style {
    background-color: #0029ff;
    margin-top: 5%;
    padding: 4% 20%;
}

.btn-style:hover{
    background-color: #0029ff;
}

.fooetr-div {
    text-align: center;
    line-height: 1;
}

.footer {
    color: #9d9d9d;
    font-size: 13px;
}

.footer-a {
    color: #9d9d9d;
    font-size: 13px;
    text-decoration: underline;
}

.footer-a:hover{
    color: #9d9d9d;
}

.forgotPwd{
    cursor: pointer;
}

#supportDialog{
    padding: 10%;
}

/* Remove all default dialog styling */
.ui-dialog {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
    display: none; /* Hide the title bar */
}

.ui-dialog .ui-dialog-content {
    border: none;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

/* Optionally hide the close button if necessary */
.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-widget.ui-widget-content {
    width: 500px !important;
}

.support-btn{
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.support-btn:hover{
    text-decoration: none;
}