body {
    font-family: 'Montserrat', sans-serif;
    background-color: #bac264;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow: hidden;
    background: url('/static/img/bg.jpg') no-repeat center fixed;
    background-size: cover;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.card {
    box-shadow: 0 1px 1px 0 rgba(60, 75, 100, 0.14), 0 2px 1px -1px rgba(60, 75, 100, 0.12), 0 1px 3px 0 rgba(60, 75, 100, 0.2);
}

.container .frm-login {
    background-color: #fff;
    padding: 20px;
    max-width: 340px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
}

.container .frm-login .logo {
    max-height: 100px;
}

.container .frm-login input[type="text"],
.container .frm-login input[type="password"] {
    border: 0;
    border-bottom: 2px solid #e0e0e0;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.container .frm-login button[type="submit"] {
    background: #03a9f4;
    color: #fff;
    font-size: 13px;
    height: 32px;
    border: 0;
    min-width: 88px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.errorlist {
    list-style: none;
    font-size: 12px;
    color: #f44336;
    padding: 0;
    margin: 0;
    max-width: 300px;
}