﻿.demo-card-wide.mdl-card {
    width: 512px;

    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 176px;
    border-top: 2px solid #87189D;
}

.logon-image {
    width: 100%;
    height: auto;
    margin-left: 15px;
}

.smspc-button {
}

/* Remove auto-rounding by IPhone Safari */
input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


.smspc-spinner {
    display: inline-block;
    margin: 30px 0px 30px 0px;
}

.smspc-supporting-text {
    overflow: hidden;
    padding: 16px;
    width: 90%
}

@media only screen and (max-width: 512px) {
    .demo-card-wide.mdl-card {
        width: 100%;
    }

    .logon-image {
        margin-left: 0px;
    }
}

.error label {
    font-size: 12px;
    color: red;
    display: none;
}

.error label {
    font-size: 12px;
    color: red;
    margin-top: -20px;
}

.p-grid-card-cell {
    font-size: 14px;
    margin: 8px 0px 0px;
    font-weight: 500;
}

.div-grid-card-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
    max-width: 20%;
    border: 1px solid lightgray;
    border-radius: 8px;
    margin: 8px;
    padding: 0px 8px;
}

.div-grid-card-cell-selected {
    border-color: #87189D;
}

.div-grid-card-inner-cell {
    font-size: 16px;
    line-height: 24px;
    width: 50px;
    height: 48px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    font-family: Roboto, sans-serif;
    transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    cursor: auto;
}

.input-cell {
    padding: 0px;
    position: relative;
    width: 100%;
    border: medium none;
    box-shadow: none;
    outline: currentcolor none medium;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.87);
    cursor: inherit;
    font: inherit;
    opacity: 1;
    height: 100%;
    text-align: center;
}
