.dashed-box {
    width: 30rem;
}

.login-table{
    width: 100%;
    margin-top:50px;
    margin-bottom:50px;
    padding: 20px;
}

.otp-table{
    width: 100%;
    padding: 20px;
    margin-top:20px;
    margin-bottom:20px;
}



.login-table > tbody > tr{
    margin-top:50px;
    margin-bottom:50px;
    height: 80px;
}

label {
    font-weight:bold;
}

.mt-1rem{
    margin-right: 20px;
}

.mt-1rem > p{
    text-align:right;
}

html, body {
    height: 100%;
}

.loginBox{
    min-height:100%;
}

.loginContainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    text-align: center;
}

main-container {
    display: flex;
    flex-direction: column;
    /*min-height: 80vh;*/
    margin-top:100px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

p {
    margin-bottom: 20px;
}

ul{
    font-size:12px;
    font-style:italic;
}

.navbar {
    top:0;
    background-color: #07162b;
    position:fixed;
    width:100%;
}

.navbar-brand img, .navbar-logo-right img {
    height: 40px; /* Adjust height as needed */
}

.navbar-logo-right {
    margin-left: auto;
}

footer{
    background-color: #07162b;
}



#otpInput {
    width:400px;
}

#id_password, #id_new_password1, #id_new_password2{
    padding-right: 32px;
}

.togglePassword{
    margin-left: -32px;
    margin-top: 10px;
    cursor: pointer;
}

input::-ms-reveal {
    display: none !important;
}


