﻿body {
    background-color: #f8f9fa;
}

.otp-container {
      
/*    padding: 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
}
 
.reset-container {
    margin-top: 100px;
   /* padding: 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}



.card {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

 
 
span#togglePassword {
    height: 100%;
}
.custom-height{
    height:calc(100% - 55px);
}