.reconnect-modal > div {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
}

.reconnect-modal p {
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right: 20px;

    opacity: 1;
    font-size: 20px;
}

.components-reconnect-hide > div
{
    display: none;
}

.components-reconnect-show > div
{
    display: none;
}

.components-reconnect-show > .show
{
    display: block;
}

.components-reconnect-failed > div
{
    display: none;
}

.components-reconnect-failed > .failed
{
    display: block;
}

.components-reconnect-rejected >div
{
    display: none;
}

.components-reconnect-rejected > .rejected
{
    display: block;
}

::placeholder {
    color: white;
    opacity: 0.6;
}