﻿

.btn {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid black;
    border-radius: 4px;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #2393f6;
    border-color: #2e6da4;
}

.text-danger {
    color: #dc3545 !important;
}

.tv-overlay-login-page {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.tv-overlay-login-panel {
    margin-top: 60px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.tv-overlay-login-panel * {
    margin: 6px 0;
}

.tv-overlay-login-panel-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}