#main {
    background-color: rgb(255, 255, 230);
}

div.dc-centre-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

div.dc-login-panel {
    margin: auto;
    padding: 20px;
    min-width: 100px;
    min-height: 100px;
    background-color: white;
    border-style: solid;
    border-radius: 15px;
    border-width: 2px;
    border-color: black;
}

div.dc-input-surround {
    margin: 20px;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    border-color: blue;
    background-color: inherit;
}

input.dc-input-box {
    padding: 10px;
    width: 60ch;
    border-style: none;
    border: 0;
    background-color: inherit;
}

span.client-name-display {
    font-family: "Google Sans", roboto, "Noto Sans Myanmar UI", arial, sans-serif;
}

div.dc-edit-title {
    transform: scale(0.75) translateY(-66px);
    position: absolute;
    background-color: white;
    padding: 0 15px;
}

.login-header {
    text-align: center;
    margin: 10px 0 40px;
}

.dc-btn-wide {
    width: calc(50ch);
    box-sizing: border-box;
    background-color: blue;
    color: white;
    border: none;
    padding: 12px 8px;
    cursor: pointer;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}

.dc-btn-wide span {
    font-size: 1.5em;
}

.dc-reset-pw {
    text-align: center;
    margin-top: 20px;
}

.dc-reset-pw a {
    color: blue;
    text-decoration: none;
}

.dc-reset-pw a:visited {
    color: blue;
}

.dc-reset-pw a:hover {
    text-decoration: underline;
}