﻿html, body {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    color: #51373C;
}


.bg-gradient-primary {
    background-color: #a70f31;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#a70f31),to(#840404));
    background-image: linear-gradient(180deg,#a70f31 10%,#840404 100%);
    background-size: cover;
}

.bg-gray {
    background-color: #E4E0E1;
}

.red {
    color: #A81833;
}

.green {
    color: #0CBC3B;
}

.gray {
    color: #E4E0E1;
}

.bold {
    font-weight: 700;
}

.ph {
    font-size: 20px;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #A81833;
    border-color: #A81833;
    color: #FFFFFF;
}

.btn {
    width: 100%;
    height: 40px;
    padding: 0;
}


.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    border-color: #A81833;
    background-color: #FFFFFF;
    color: #A81833;
    font-weight: 700;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    border-color: #A81833;
    background-color: #A81833;
    color: #FFFFFF;
    font-weight: 700;
    box-shadow: none;
}



.login-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 50px 120px 50px 120px;
}

.login-box-agency {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 50px 120px 50px 500px;
}

.login-form {
    width: 390px;
}

.password-icon {
    position: absolute;
    right: 10px;
    top: 33px;
    cursor: pointer;
}

.white {
    color: #FFFFFF;
}

.top-logo {
    position: absolute;
    top: 50px;
    left: 100px;
}

.lateral-red-logo {
    position: absolute;
    left: 0;
}

.lateral-bar {
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 1440px) {
    .lateral-bar {
        display: none;
    }

    .lateral-man {
        display: none;
    }

    .top-logo {
        display: none;
    }
}

.top-red-logo {
    position: absolute;
    left: 50px;
    top: 50px;
}

.lateral-man {
    position: absolute;
    left: 300px;
    bottom: 50px;
    width: 15%;
}

#download-info {
    width: 500px;
    text-align: start;
}

.qrcode-info {
    border: 1px solid #A81833;
    border-radius: 10px;
    padding: 20px;
}

.register-qrcode {
    width: 500px;
    height: 500px;
}

.spinner {
    background: #51373C;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99998;
    opacity: 0.5;
}

.spinner-border {
    color: #A81833;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    bottom: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.5;
    height: 50px;
    width: 50px;
    opacity: 1;
}

.notification-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.notification-popup {
    background-color: #FFFFFF;
    min-height: 200px;
    min-width: 500px;
    border-radius: 10px;
    padding: 30px;
}

.cursor-pointer {
    cursor: pointer;
}


.marker {
    height: 100%;
    width: 5px;
    background-color: red;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .marker.red {
        background-color: #A81833;
    }

    .marker.blue {
        background-color: #2C5784;
    }

.send-email-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .send-email-success i {
        font-size: 40px;
    }