﻿.body-modal-ticket {
    font-family: 'Varela Round', sans-serif;
}

.modal-login {
    max-width: 500px;
}

    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }

    .modal-login .close {
        position: absolute;
        top: -10px;
        right: -10px;
    }

    .modal-login h4 {
        color: #636363;
        text-align: center;
        font-size: 26px;
        margin-top: 0;
    }

    .modal-login .modal-content {
        color: #0078D4;
        border-radius: 1px;
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 25px;
    }

    .modal-login .form-group {
        margin-bottom: 20px;
    }

    .modal-login label {
        font-weight: normal;
        font-size: 13px;
    }

    .modal-login .form-control {
        min-height: 38px;
        padding-left: 5px;
        box-shadow: none !important;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }

        .modal-login .form-control:focus {
            border-color: #ccc;
        }

    .modal-login .input-group-addon {
        max-width: 42px;
        text-align: center;
        background: none;
        border-bottom: 1px solid #ced4da;
        padding-right: 5px;
        border-radius: 0;
    }

    .modal-login .btn, .modal-login .btn:active {
        font-size: 16px;
        font-weight: bold;
        background: #0078D4 !important;
        border-radius: 0px;
        border: none;
        min-width: 140px;
    }

        .modal-login .btn:hover, .modal-login .btn:focus {
            background: #00BE00 !important;
        }

    .modal-login .hint-text {
        text-align: center;
        padding-top: 5px;
        font-size: 13px;
    }

    .modal-login .modal-footer {
        color: #999;
        border-color: #dee4e7;
        text-align: center;
        margin: 0 -25px -25px;
        font-size: 13px;
        justify-content: center;
    }

    .modal-login a {
        color: #fff;
        text-decoration: underline;
    }

        .modal-login a:hover {
            text-decoration: none;
        }

    .modal-login a {
        color: #19aa8d;
        text-decoration: none;
    }

        .modal-login a:hover {
            text-decoration: underline;
        }

    .modal-login .fa {
        font-size: 21px;
        position: relative;
        top: 6px;
    }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


/*.mt-100 {
    margin-top: 100px
}*/

.card-body {
    background: #fff;
    /*padding-top: 40px*/
}

h5 {
    font-weight: bold;
    background: #fff
}

/*.btn {
    width: 100%;
    font-weight: bold
}

.btn-primary {
    border: 1px solid #0000FF
}

.btn-light {
    border: 1px solid #A9A9A9;
    margin: 12px 0 12px 0
}*/

.card {
    width: 100%
}

img {
    height: 100%;
    width: 100%
}