.mdl-layout__drawer {
    width: 400px;
}
.mdl-layout__drawer-button,
.mdl-layout__drawer {
    left: initial;
    right: 0;
}
.mdl-layout__drawer {
    transform: translateX(400px);
}
.mdl-layout__drawer-button {
    left: unset;
    right: 0;
    margin: 0 0 0 12px;
}
.mdl-cell > .mdl-button {
    min-width: 100%;
}
.mdl-grid.center-items {
    text-align: center;
}
.mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 0;
}
.mdl-layout__content {
    height: 100%;
}
.mdl-textfield {
    margin: 0 auto;
    display: block;
}
.mdl-cell.text-center {
    text-align: center;
}
.mdl-layout__content {
    height: 100%;
}
.mdl-textfield {
    margin: 0 auto;
    display: block;
}
.mdl-card {
    text-align: center;
    margin: 0 auto;
    width: 40%;
}
.mdl-card__title {
    justify-content: center;
}

#totpform {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.totp-message {
    font-size: 25px;
    margin: 30px 0 20px 0;
}

@media screen and (max-width: 1023px) {
    #logo {
        display: none;
    }
    #loginbar {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -400px;
    }
}

​@media screen and (min-width : 1900px) {
    .logo {
        margin-left: -40px;
    }
}

.mdl-button--raised.mdl-button--colored {
    background-color: #055ed1;
    color: #fff;
}

.mdl-button--raised.mdl-button--colored:hover {
    background-color: #055ed1;
    color: #fff;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #055ed1;
}

::selection {
    background: #055ed199;
    text-shadow: none;
}

.mdl-textfield__input {
    border-bottom: 1px solid #055ed1;
}

.mdl-textfield__label:after {
    background-color: #25446c;
}

.mdl-textfield__label {
    color: #055ed1;
}
.login-error {
    display: none;
    color: red;
    margin-top: 20px;
    font-size: 20px;
}

/* NEW PINION ONE LAYOUT RULES */
html,
body {
    font-family: 'Montserrat';
}
.mdl-layout__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#login-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.login {
    margin: 100px 0 0 0;
}
.login .input {
    width: 472px;
    height: 95px;
    border-radius: 50px;
    border: none;
    background-color: #dfe4ea;
    padding: 40px;
    font-size: 25px;
    color: #32373a;
    font-family: 'Montserrat';
}
.login .input:last-child {
    margin-left: 34px;
}
.login-button {
    margin: 40px 0 0 0;
}
.login-button button {
    background-color: #055ed1;
    width: 200px;
    height: 70px;
    font-size: 25px;
    color: white !important;
}
.signup {
    font-family: 'Montserrat';
    font-size: 25px;
    color: #32373a;
    margin: 40px 0 0 0;
}
.signup a {
    font-weight: bold;
    text-decoration: underline !important;
}
.mdl-mini-footer {
    background-color: white;
    border: 1px solid #dfe4ea;
    padding: 32px 64px;
    height: 100px;
    color: #32373a;
}
.mdl-mini-footer__left-section,
.mdl-mini-footer__right-section {
    display: flex;
    align-items: center;
}
.mdl-logo {
    color: #32373a;
}
.mdl-mini-footer__link-list li {
    padding: 0;
    margin: 0;
}
