﻿html {
    height: 100%;
}

body {
    background: var(--pl-background) !important;
}

footer p {
    font-size: 12px !important;
    font-weight: 100 !important;
}

footer img {
    height: 32px;
}

.login .content {
    background: var(--pl-secondary);
    border-radius: 5px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.login .form {
    padding: 50px;
}

.login .form img {
    height: 50px;
}

#default-error {
    display: inline-block;
    color: var(--pl-white);
    font-weight: bold;
    font-size: 13px;
}

input {
    text-align: center !important;
}

.btn-link {
    color: var(--pl-white) !important;
    background: none !important;
    border: none !important;
    font-weight: 100 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.btn-link:disabled {
    opacity: 0.5;
}
    