.error-msg{
    font-size: 14px;
    color: #f00;
    text-align: left;
    margin-top:5px
}

button:disabled{
    opacity: .5;
    cursor: no-drop;
}

.flex-just-center{
    justify-content: center;
}