
@font-face {
    font-family: "redalert1";
    src: url(/fonts/redalert1.ttf) format("truetype");
}
textarea, input {
    font-family: "redalert1", monospace;
    letter-spacing: 0px;
}
body, head {
    padding: 0;
    margin: 0;
    /* height: 100%; */
    width: 100%;
    font-family: "redalert1", monospace;
    letter-spacing: 0px;
}
#disconnected {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    color: #fff;
    display: block;
    text-align: center;
    background: #f4f4ff;
    color: #000;
}
.passwordrecovery-title {
    font-size: 45px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 30vh;
    margin-top: 25vh;
    letter-spacing: 1px;
    background: rgb(255 255 255 / 15%);
    max-width: 500px;
    padding: 20px;
    /* text-align: left;*/
    border-radius: 30px;
    background: rgb(255 255 255 / 57%);
    box-shadow: 0px 6px 13px -11px #000;
}
.passwordrecovery-subtitle a {
    text-decoration: underline;
    color: inherit;
}
.passwordrecovery-subtitle {
    font-size: 20px;
    font-weight: normal;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
.passwordrecovery-subtitle2 {
    font-size: 18px;
    font-weight: normal;
    max-width: 400px;
    margin: 0 auto;
    margin: 5px auto;
    color: #ffb4b4;
    color: #ffe6b4;
    padding: 7px 10px;
    background: rgb(0 0 0 / 10%);
    display: table;
    color: #1b1c76;
}
.disconnected-error {

}
.passwordrecovery-refresh:hover {
    background: rgb(0 0 0 / 77%);
}
.passwordrecovery-refresh {
    transition: all ease 0.1s;
    background: rgb(0 0 0 / 50%);
    padding: 5px 15px 5px;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 1px;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
}
.passwordrecovery-discord:hover {
    filter: brightness(120%);
}
.passwordrecovery-discord {
    transition: all ease 0.1s;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px 5px;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 1px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: #8c9eff;
    background: #52597e;
    border-radius: 30px;
}
.passwordpage-input {
margin-bottom: 6px;
    width: 100%;
    max-width: 220px;
    font-size: 22px;
    background: #222;
    padding: 2px 5px;
    background: #c2c2c2;
}
.passwordreset-c {
    margin-top: 15px;
}
.passwordpage-text {
    font-size: 16px;
    font-weight: normal;
    opacity: 0.6;
}
.passwordpage-button {
    display: table;
    margin: 5px auto;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: normal;
    background: #a45858;
    background: #5a58a4;
    cursor: pointer;
}



