@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation-name: spin;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

input {
    border: 0;
    background: #fff;
    border-radius: .25rem;
    padding: 10px;
    outline: 0;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100%;
    display: block;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-size: cover;
    background-color: #000;
}

html {
    position: relative;
    width: 100vw;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

canvas {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

h1,
p {
    cursor: auto;
}

.blur {
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    position: absolute;
    top: 0;
    left: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 0;
    margin: 0;
}

.col-md-12>.blur {
    height: 100%;
}

svg {
    width: 31px;
}

#google-button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadce0;
    color: #3c4043;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    margin-top: 32px;
}

#google-button:hover {
    filter: brightness(0.9);
}

#google-button:active {
    filter: brightness(0.8);
}

#google-button-inner {
    -webkit-transition: background-color .218s;
    transition: background-color .218s;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#google-button-inner2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%;
    cursor: pointer;
}

#google-button-inner3 {
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#google-button-inner3 svg {
    margin-top: 4px;
    margin-left: 18px;
    cursor: pointer;
}

#google-button-inner2 p {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.register,
.login {
    border-radius: .25em;
    font-size: 20px;
    color: #fff;
    padding: 40px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    height: 56rem;
    background: radial-gradient(#ffffff21, #ffffff0f);
    border: 2px solid #ffffff1a;
    text-shadow: 0 0 2px rgb(0 0 0 / 75%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 25%);
    position: relative;
}

#registerForm a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    width: 47%;
}

#privacy {
    text-align: right;
}

.landing-title {
    text-align: center;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .2));
}

button[type='submit'] {
    background: linear-gradient(0deg, #006ef7, #00a6ff);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
    border: none;
    color: #fff;
    padding: 4px;
    outline: none;
    border-radius: .25rem;
    cursor: pointer;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.btn-alternate {
    background: linear-gradient(0deg, #00a0a0, #0bc7b9);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
    border: none;
    color: #fff;
    padding: 4px;
    margin-top: 10px;
    outline: none;
    border-radius: .25rem;
    cursor: pointer;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

#resetArea,
#loginArea {
    transition: filter 0.6s ease-in-out;
}

#bg {
    position: fixed;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    animation-name: scaling;
    animation-duration: 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    filter: contrast(1.5);
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

button:not(:disabled):hover {
    filter: drop-shadow(rgba(0, 0, 0, .3) 0 0 1px) brightness(.9);
}

button:not(:disabled):active {
    filter: drop-shadow(rgba(0, 0, 0, .3) 0 0 1px) brightness(.8);
}

label {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
    font-weight: 600;
    margin-bottom: 5px;
    cursor: auto;
}

.title {
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: 0;
    text-shadow: 0 2px 2px #000000a1;
    position: relative;
    white-space: nowrap;
}

.password-title {
    width: 75%;
    text-align: center;
    left: 12.5%;
    top:-14px;
    margin-top: 0;
    text-shadow: 0 2px 2px #000000a1;
    position: relative;
    font-size: 28px;
    white-space: nowrap;
}

.errorlist {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
    list-style: none;
    padding: 0;
}

.errorlist li {
    display: inline-block;
    font-weight: 200;
}

input {
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, .15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: white;
}

input:focus {
    background: rgba(255, 255, 255, .1);
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow: hidden;
}

html {
    font-size: 10px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-shadow: 0 1px 2px #00000082;
}

#loginButton {
    margin-top: 0;
}

#logo {
    position: absolute;
    left: calc(50% - 400px);
    top: -120px;
    filter: drop-shadow(0px 1px 8px rgba(0, 50, 100, 0.9));
}

#guestButton {
    font-size: 22px;
    margin: 15px;
    margin-bottom: 30px;
    background: linear-gradient(0deg, #39c500, #79ff62);
    box-shadow: 0px 1px 16px #00000033;
}

.g_id_signin svg {
    margin-top: -7px;
}

.g_id_signin {
    margin-top: 36px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    margin-top: calc(4.5% + 40px);
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.row {
    margin-right: -40px;
    margin-left: -40px;
    display: flex;
}

.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: calc(50% - 2px);
    display: inline-block;
}

.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: inline-block;
}

.fa-spinner-third,
.fa-spinner-third .fas {
    font-size: 40px;
}