.getOtp {
     background-color: #56af33;
     color:#FFFFFF;
     padding: 10px 10px;
     min-width: 30%;
}

.your-code {
     font-size: 30px;
     text-align: center;
     letter-spacing: 4px;
     font-weight: bold;
     width: 100%;
     text-align: center;
     border:none;
     outline: none;
     
}
.your-code:focus {
     outline: none;
 }

.copy-message {
     text-align: center;
     color: red;
}

.navbar-brand {
     color: #ffffff !important;
}

.actions {
     margin-top: 10px;
}

.otpUsers li {
     display: block;
     position: relative;
     padding-bottom: 10px;
     padding-top: 10px;
     border-bottom: 1px solid #e4e4e4;
}

.remove-otp-user {
     position:absolute;
     right: 0px;
}

.nav-link {
     color: #FFFFFF !important;
}