.navbar {
	margin-top: 10px;
}

.otp-panel {
    margin: 6px 0; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:350px;
}
.otp-panel h2{
    margin-top: 6px;
}
.otp-middle-panel {
    border-right: 2px solid #dddddd;
}
.digit-group {
    display: flex;
    justify-content: space-between;
}
.digit-group input {
    width: 54px;
    height: 64px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin: 0 2px;
}
