﻿a {
    text-decoration: none;
    color: currentColor;
}

.position {
    position: absolute;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    display: flex;
    align-items: center;
}

.login-form .first {
    margin-top: -20px;
}

.login-form .second {
    margin-top: -10px;
    margin-bottom: 10px;
}

.mdl-card__title {
    padding-bottom: 5px;
}

.mdl-textfield {
    width: 100%;
}

.mdl-card__actions {
    text-align: center;
}

input:-webkit-autofill {
    color: currentColor !important;
    background-color: currentColor !important;
}
