html {
    height: 100%;
}
.card-container {
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.register-card {
    max-width: 400px;
}

.login-image {
    max-width: 100%;
    margin: 10px 15px;
}

.btn.btn-signin {
   margin: 0 auto;
   display: block;
}

.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 10;
    display: none;
}

.loading .loading-icon {
    width: 150px;
    margin-top: 15%;
}

.loading p {
    font-size: 20px;
}
