﻿
/* Card container */
.form-container {
    padding: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox-group {
    margin-bottom: 20px;
    font-size: 13px;
}

.checkbox-group input[type="checkbox"],
.checkbox-group label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.dx-field-item-label-location-top {
    text-align: left !important;
}

.dx-icon {
    color: #A4ABB8 !important;
}

.dx-field-item-label-content {
    margin-left: 8px; /* spacing between checkbox and label */
}

.dx-texteditor-input {
    background: white !important;
}

.dx-field-item-label-location-right {
    margin-left: 8px; /* space between checkbox and label */
    align-items: center; /* vertical align */
    display: flex;
}

.dx-widget.dx-collection {
    height: auto !important;
}


.signin-footer {
    display: flex;
    justify-content: center;
}

.signin-footer a {
    color: #009966;
    text-decoration: none;
}

.signin-forgot {
    display: flex;
    justify-content: center;
}

.signin-forgot span {
    text-decoration: none;
    /*text-align: end;*/
    color: lightslategrey;
}

.signin-forgot a {
    text-decoration: none;
    color: #009966;
}


.login-message {
    font-size: 13px;
    margin-top: 5px;
}

.login-warning {
    font-size: 13px;
    margin-top: 5px;
}

.login-error {
    color: #e53935;
}

#loginMessage.login-warning {
    color: #e53935 !important;
}

.btn-recover {
    background: #facc15 !important;
    color: #000 !important;
}

.btn-recover:hover {
    background: #facc15 !important;
    color: #000 !important;
}

.btn-inactive {
    opacity: 1 !important; /* keep visible */
    cursor: not-allowed;
}

.kiosk {
    margin-right: 50px;
    cursor:pointer !important;
}

.kiosk svg{
    height: 20px !important;
    width: 20px !important;
    color: red;
}
