﻿ .login-button-text {
    transition: all 0.3s ease-in-out;
}

.body {
    background-color: var(--alpha_main);
    margin: 0 !important;
}

.logo-image {
    width: 135px;
    height: auto;
}

.logo-image-otp {
    width: 100%;

    padding-top: 20px;
    padding-left: 20px !important;
    padding-right: 50px !important;
    align-content: center;
}

.login-form{
    padding: 20px;
    margin-top:0px;
    background-color: white;
    border-radius: 1.75rem;
    box-shadow: 0 0 4px white;
    align-items: center;
}

.recovery-email-form {
    padding: 20px;
    margin-top: 0px;
    background-color: white;
    border-radius: 1.75rem;
    box-shadow: 0 0 4px white;
    align-items: center;
}

.login-wrapper {
    padding: 10px;
    /*    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;*/
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px;
}

.container-center {
    max-width: 350px;
    margin: 5% auto 0;
    padding: 20px;
}

.container-right {
    max-width: 350px;
    height: 100vw !important;
    margin-top:5%;
    margin: 5% auto 0;
    padding: 20px;
}
.container-center-otp {
    max-width: 800px;
    margin: 5% auto 0;
    padding: 20px;
}

.container-center.lg {
    max-width: 800px;
}

.view-header {
    margin: 10px 0;
}

    .view-header .header-icon {
/*        font-size: 60px;*/
        color: #37a000;
        width: 68px;
        float: left;
        margin-top: -8px;
        line-height: 0;
    }

    .view-header .header-title {
        margin-left: 68px;
    }

        .view-header .header-title h3 {
            margin-bottom: 2px;
        }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    height: 105px;
}

    .card-body img {
        position: absolute;
    }

    .card-body h5 {
        padding-left: 70px;
    }

.custom-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white !important;
    background-clip: initial;
    border: 1px solid white;
    border-radius: 1.75rem;
    /*box-shadow: 0 0 5px white;*/
    height: 550px;
}

.custom-OTP-card {
    position: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white !important;
    background-clip: initial;
    border-radius: 0.75rem !important;
    /*box-shadow: 0 0 5px white;*/
    height: 510px;
    width: 700px;
}

.register-now-label {
    text-align: center;
/*    font-size: 16px;*/
    margin-top: 16px;
}

    .register-now-label a {
        color: #014182;
        text-decoration: none;
    }

        .register-now-label a:hover {
            text-decoration: underline;
        }

.btn {
width:100%;
padding:5px;
margin-top:10px;
}

.form-label {
/*    font-size: 14px !important;
    font-weight: 300;*/
    color: black !important;
}

.form-group{
    margin-bottom: 5px;
}

.forgot-link{
    float: right;
    margin-top: 10px;
}

    .forgot-link a {
        color: #014182;
        text-decoration: none;
    }

        .forgot-link a:hover {
            text-decoration: underline;
        }

.modal-footer{
    padding-bottom:10px;
}

.modal-content{
    background-color: white !important;
/*    font-size: 16px !important;*/
}

.login-result-text {
    color: red;
/*    font-size: 14px;*/
    text-align: center;
    justify-content: center;
}

.spinner-border {
    display: none; /* Hide spinner initially */
}

.loading .spinner-border {
    display: inline-block; /* Show spinner when button is in loading state */
}

.loading {
    pointer-events: none; /* Disable clicks on the button when loading */
}

#submit {
    z-index: 1; /* Ensure the submit button is above the spinner */
}

#loadingSpinner {
    z-index: 2; /* Ensure the spinner is above the submit button */
}

.video-background {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.bg-video {
    /* Make video to fill up the whole screen */
    /*width: 100vw;*/
    height: auto;
    /* Optional: Cover entire viewport */
    object-fit: cover;
    /* Make video to be below all elements */
    z-index: -1;
    /* Optional: Ensure the video is not distracting */
    opacity: 0.1;
    max-width: 100%;
    /*max-height: 100%;*/
}

.container-fluid {

    right: 0; /* Anchor to the right */
    top: 0; /* Align to the top */
    width: 35%; /* Make the width span the entire viewport width */
    height: 100%; /* Make the height span the entire viewport height */
    /* Add any padding or border styles you may need */
}
