#error, #otp-error, #pin-error {
width: 100%;
margin: 10px auto 5px;
text-align: center;
}

.alert {
padding: .5rem;
margin-bottom: 0;
border: none;
border-radius: 0;
margin-top: 0;
font-size: .50em;
}

#accessForm, #otpaccessForm, #pinaccessForm {
display: block;
}

#error:empty, #otp-error:empty, #pin-error:empty {
display: none;
}

/* Login Form Container */
#otpaccessForm, #pinaccessForm {
display: none;
}

.btn-danger, .btn-success {
border-radius: 0;
border: none;
width: 100%;
}

#butlogin {
background: #ed0709;    
}

#butlogin:hover {
background: #ed0709;  
}