/* Hide up/down arrows in the number input box */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide up/down arrows in the number input box */
input[type=number] {
    -moz-appearance: textfield;
}

.account-box {
    border: 2px solid rgba(153, 153, 153, 0.75);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 3;
    font-size: 13px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    padding: 20px;
}

.login {
    text-align: center;
    margin: 10px 0px 27px 0px;
    background-position: 0px -4px;
    position: relative;
}

.fingerprint {
    -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

.username,
.password,
.rememberMe {
    margin-top: 10px;
}

.forgotLnk {
    margin-top: 10px;
    display: block;
}

.next-button,
.login-button,
.register-button,
.recover3-button {
    margin-top: 30px;
    background-color: #432980;
    color: #fff;
}

.or-box {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.or-box:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.or-box span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}

.account-box .btn:hover {
    color: #fff;
}

.btn-google {
    margin-top: 10px;
    background-color: #34A853;
    color: #fff;
    font-weight: bold;
}

.btn-microsoft {
    margin-top: 10px;
    background-color: #2f2f2f;
    color: #fff;
    font-weight: bold;
}

.btn-facebook {
    margin-top: 10px;
    background-color: #3F639E;
    color: #fff;
    font-weight: bold;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden;
}

.dot-bricks {
    position: relative;
    top: 8px;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000000;
    color: #000000;
    box-shadow: 9991px -16px 0 0 #000000, 9991px 0 0 0 #000000, 10007px 0 0 0 #000000;
    animation: dotBricks 2s infinite ease;
}

@keyframes dotBricks {
    0% {
        box-shadow: 9991px -16px 0 0 #000000, 9991px 0 0 0 #000000, 10007px 0 0 0 #000000;
    }

    8.333% {
        box-shadow: 10007px -16px 0 0 #000000, 9991px 0 0 0 #000000, 10007px 0 0 0 #000000;
    }

    16.667% {
        box-shadow: 10007px -16px 0 0 #000000, 9991px -16px 0 0 #000000, 10007px 0 0 0 #000000;
    }

    25% {
        box-shadow: 10007px -16px 0 0 #000000, 9991px -16px 0 0 #000000, 9991px 0 0 0 #000000;
    }

    33.333% {
        box-shadow: 10007px 0 0 0 #000000, 9991px -16px 0 0 #000000, 9991px 0 0 0 #000000;
    }

    41.667% {
        box-shadow: 10007px 0 0 0 #000000, 10007px -16px 0 0 #000000, 9991px 0 0 0 #000000;
    }

    50% {
        box-shadow: 10007px 0 0 0 #000000, 10007px -16px 0 0 #000000, 9991px -16px 0 0 #000000;
    }

    58.333% {
        box-shadow: 9991px 0 0 0 #000000, 10007px -16px 0 0 #000000, 9991px -16px 0 0 #000000;
    }

    66.666% {
        box-shadow: 9991px 0 0 0 #000000, 10007px 0 0 0 #000000, 9991px -16px 0 0 #000000;
    }

    75% {
        box-shadow: 9991px 0 0 0 #000000, 10007px 0 0 0 #000000, 10007px -16px 0 0 #000000;
    }

    83.333% {
        box-shadow: 9991px -16px 0 0 #000000, 10007px 0 0 0 #000000, 10007px -16px 0 0 #000000;
    }

    91.667% {
        box-shadow: 9991px -16px 0 0 #000000, 9991px 0 0 0 #000000, 10007px -16px 0 0 #000000;
    }

    100% {
        box-shadow: 9991px -16px 0 0 #000000, 9991px 0 0 0 #000000, 10007px 0 0 0 #000000;
    }
}