html {
    background: #333333;
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.inputText {
    width: 100%;
}

/* ------------------- */

@keyframes ldio-exq04qwydea {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-exq04qwydea div {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 10px solid #222222;
    border-top-color: transparent;
    border-radius: 50% !important;
}

.ldio-exq04qwydea div {
    animation: ldio-exq04qwydea 1s linear infinite !important;
    top: 50px;
    left: 50px
}

.loadingio-spinner-rolling-9778v2bh4ts {
    width: 31px;
    height: 31px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-exq04qwydea {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.31);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-exq04qwydea div {
    box-sizing: content-box;
}

@media screen and (max-width: 600px) {
    .login-page {
        width: 300px;
    }

}