body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    background-color: #f2f2f2;
}
.login-container {
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
*:focus {
    outline: none;
}
.row{
    margin: auto;
}
#randomimage{
    width: 80%;
    height: auto;
    border-left: 1px solid;
}
input#otp {
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}

#error-message{
    text-align: center;
    color: rgb(199, 0, 0);
    font-size: small;
}