﻿.bg-main {
    background-color: #011a5d !important
}

.bg-second {
    background-color: #1c408c !important
}

video {
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    max-width: 640px !important;
    margin: 0 auto;
}

canvas {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    max-width: 640px !important;
}

.pointer {
    cursor: pointer;
}

.card.cardHover:hover {
    box-shadow: 0 0 2px 2px #4e73df;
}

.modal-fullscreen {
    width: 100vw !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
}

.boxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.alert-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px
}

.btn-dark-border {
    border: solid;
    border-color: #5a5c69;
    border-width: 1px;
}

#imglogue {
    width: 50%;
}

#mapRoot {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
    /*width: 100% !important;
    height: auto !important;
    max-height: auto !important;
    max-width: 800px !important;*/
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    max-width: 640px !important;
}

.sig-img {
    border: 2px dotted #CCCCCC;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    max-height: auto !important;
    max-width: 800px !important;
}

@media (max-width: 767px) {
    #imglogue {
        width: 100%;
    }

    .responsiveLabel {
        font-size: 14px;
    }
}

.card-body label {
    font-weight: 700 !important;
}

form label {
    font-weight: 700 !important;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 5rem;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 5rem;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 5rem;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 5rem;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

body {
    overscroll-behavior-y: contain;
}