@charset "utf-8";
button#start-demo-online {
    background: #17a2b8;
    color: white;
    font-size: 2rem;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    cursor: pointer;
    text-transform: inherit;
    font-weight: 400;
}

button#start-demo-online:hover {
    background: #168fa2 !important;
    box-shadow: none !important;
}

.card-block {
    /*max-width: 510px !important;*/
    max-width: 700px !important;
    margin: auto;
}

.card {
    border: none;
    background: none;
}

.input-group-btn {
    /* width: 100%; */
}

div#demo-box-info>span {
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

div#demo-box-info {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 0px;
    z-index: 2;
    display: block;
    vertical-align: middle;
    justify-content: center;
    background-color: #304e52e8;
    font-size: 1.5rem;
    color: #000;
    border: none;
}

div#demo-box-info>span,
div#demo-box-info a {
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    background: white;
}

#erroAmbiente {
    border: 10px solid #f5c6cb;
}

#scAccess {
    border: 10px solid #c3e6cb;
    color: black
}

#wait {
    border: 10px solid #bee5eb;
}

#demo-box-message p.lead small {
    font-size: 70%;
    opacity: 0.6;
}

#fb-user-auth br,
#error-message {
    display: none;
}