.totum-pw-modal {
    font-family: "futura-pt",sans-serif;
}

.jquery-modal.blocker {
    background-size: auto auto;
    background-size: 50%;
    top: 0;
    height: 100%;
}

.totum-pw-modal.modal a.close-modal {
    display: none;
}

.totum-pw-modal.modal a.icon-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: #000;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: transparent;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}

a.totum-pw-img img {
    width: auto;
    height: 100%;
}

.blocker {
    z-index: 6;
}

.totum-pw-modal .center {
    text-align: center;
}

.totum-pw-modal .hide {
    display: none;
}

#totumverifyCode.modal.totum-pw-modal {
    border-radius: 0;
}

.totum-pw-modal h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.52rem 0 0.912rem 0;
    text-transform: uppercase;
    font-weight: bold;
    word-wrap: break-word;
    color: #000;
}

.totum-pw-modal h6 {
    color: #fb00a9;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 100px;
    margin-top: 20px;
    font-size: 1rem;
    color: #000;
}

.totum-pw-modal .btn-getcard {
    text-decoration: none;
    color: #fff;
    background-color: #e10098;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
    border: 0;
}

    .totum-pw-modal .btn-getcard:hover {
        background-color: #fb00a9;
    }

    .totum-pw-modal .btn-getcard:focus {
        background-color: #fb00a9;
    }

.totum-pw-modal p {
    font-size: 0.875rem;
    margin-top: 1rem;
    color: #000;
}

/* Styles for spinner starts */
.totum-pw-modal .spinner {
    animation: spin 1s linear infinite;
    position: relative;
    width: 65px;
    height: 65px;
    margin: 100px auto 0;
    border-radius: 50%;
}

    .totum-pw-modal .spinner.moon {
        border-left: 0;
        border-top: 0;
    }

        .totum-pw-modal .spinner.moon:after {
            display: none;
        }

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* Styles for spinner ends */

/* Styles for input and button wrapper starts */
.totum-pw-modal #key-wrapper {
    display: inline-block;
    vertical-align: middle;
    background-color: green;
    width: 100%;
}

.totum-pw-modal .key-form {
    display: table;
    border: 1px solid #333;
    background: #fff;
    width: 100%;
}

    .totum-pw-modal .key-form .cell {
        display: table-cell;
        vertical-align: middle;
    }

    .totum-pw-modal .key-form input {
        font-size: 1.3em;
        height: 50px;
        border: none;
        width: 90%;
        padding: 0 15px;
    }

    .totum-pw-modal .key-form .cell {
        display: table-cell;
        vertical-align: middle;
    }

    .totum-pw-modal .key-form button {
        display: block;
        border: none;
        background-color: #666;
        color: #fff;
        height: 50px;
        vertical-align: top;
        cursor: pointer;
        width: 100%;
        font-weight: bold;
    }

.totum-pw-modal .button-holder {
    background-color: #666;
    width: 100px;
}
/* Styles for input and button wrapper ends */

.totum-pw-modal .text-footer a {
    margin: 10px 0;
    color: #e10098;
    display: inline-block;
}

.totum-pw-modal #txtVerificationCode {
    border-bottom: 0;
    margin-bottom: 0;
}

.totum-pw-modal .btn-block {
    display: block;
}

@media screen and (max-width:992px) {
    .jquery-modal.blocker {
        background-size: cover;
    }
}