@import url("/ui/css/google-roboto.css");

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, serif;
    font-size: .8125rem;
    letter-spacing: .1px
}

.page-content {
    color: #666
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400
}

strong {
    font-weight: 500
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 300;
    display: block;
    font-size: .9375rem;
    line-height: 1.5;
    margin: 2px 0 1.5rem
}

.h2 small, .h3 small, h2 small, h3 small {
    font-size: .9375rem
}

.h4 small, h4 small {
    font-size: .875rem
}

.h5 small, .h6 small, h5 small, h6 small {
    font-size: .8125rem
}

.text-contrast {
    color: #333
}

.text-gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #6e4e9e), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
    background: linear-gradient(180deg, #6e4e9e 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
    color: #886ab5;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none
}

html body {
    background: #faf8fb
}

html body .blankpage-logo {
    padding: 20px 0 30px
}

html body .blankpage-form-field {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 320px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html body .blankpage-form-field .card {
    margin: 0;
    padding: 13.5px 20px 15.5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

html body .blankpage-form-field .blankpage-btn {
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 15px;
    margin: 10px 0 5px
}

html body .blankpage-footer {
    padding: 10px 0;
    font-size: .75rem;
    color: #73579d
}

html body .login-footer {
    color: black;
    font-size: 0.9rem;
}