#background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: fixed;
    background-image: linear-gradient(to right bottom, #01579b 0%, #81d4fa 100%);
}

#title {
    font-size: 48px;
    letter-spacing: 1em;
    color: white;
    margin-top: 15%;
    text-align: center;
}

#pwd-wrap {
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
}

#pwd-wrap > label {
    font-size: 13px;
    color: white;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

#pwd-wrap > input {
    width: 288px;
    height: 32px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    outline: none;
    padding-left: 16px;
    color: white;
}

#pwd-wrap #password {
    letter-spacing: 4px;
}

#login-btn {
    left: 0;
    right: 0;
    color: white;
    width: 288px;
    height: 48px;
    margin: 48px auto;
    text-align: center;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid white;
    cursor: pointer;
    background-color: rgba(2, 125, 180, 0.5);
}

#login-btn:hover {
    background-color: rgba(2, 125, 180, 0.75);
}

.el-dialog__header {
    padding: 0;
}

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