﻿@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'), url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'), url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'), url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'), url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'), url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'), url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    font-family:  'Quicksand' !important;
}

html {
    font-family: 'Quicksand';
}

h1 {
    font-size: 18px !important;
}

p {
    font-size: 13px !important;
}

.logo {
    text-align:center;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.welcome-page {
    min-height: 100vh;
    position: relative;
    background: radial-gradient(circle at 20% 0, #e678e6, #e2dee42e 50.71%), radial-gradient(circle at 6.7% 75%, #96c8ff, rgba(0,0,255,0) 75.71%), radial-gradient(circle at 93.3% 75%, #ffdc46, rgba(0,255,0,0) 70.71%);
    background-blend-mode: screen;
}

.welcome-page .welcome-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    width: 90%;
    margin: 10% 0;
}

.page-consent {
    min-height: 100vh;
    position: relative;
    background: url(../images/big/auth-bg.jpg) no-repeat center center;
    background-color: #eef6f9;
}
.page-consent .consent-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    width: 90%;
    margin: 10% 0;
}

.page-consent .client-logo {
    float: left;
 }

.page-consent .client-logo img {
    width: 80px;
    height: 80px;
}

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
    font-weight: normal;
}

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.grants .grant img {
    width: 100px;
    height: 100px;
}

.grants .grant .clientname {
    font-size: 140%;
    font-weight: bold;
}

.grants .grant .granttype {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .created {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .expires {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant li {
    list-style-type: none;
    display: inline;
}

.grants .grant li:after {
    content: ', ';
}

.grants .grant li:last-child:after {
    content: '';
}

.auth-wrapper {
    min-height: 100vh;
    position: relative;
    background: radial-gradient(circle at 20% 0, #e678e6, #e2dee42e 50.71%), radial-gradient(circle at 6.7% 75%, #96c8ff, rgba(0,0,255,0) 75.71%), radial-gradient(circle at 93.3% 75%, #ffdc46, rgba(0,255,0,0) 70.71%);
    background-blend-mode: screen;
}

.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    width: 90%;
    margin: 10% 0;
}

.auth-wrapper .auth-box .logo {
    text-align: center;
}

.logo img {
    max-width: 100%;
}

.auth-wrapper .auth-box.on-sidebar {
    top: 0px;
    right: 0px;
    height: 100%;
    margin: 0px;
    position: absolute;
}

.auth-wrapper .auth-box .panel-developers-api {
    text-align: center;
}

    .auth-wrapper .auth-box .panel-developers-api a {
        white-space: nowrap;
    }

.auth-wrapper #recoverform {
    display: none;
}

.auth-wrapper .auth-sidebar {
    position: fixed;
    height: 100%;
    right: 0px;
    overflow: auto;
    margin: 0px;
    top: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #505AE6 !important;
    border-color: #505AE6 !important;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error,
input.input-validation-error:focus,
textarea.input-validation-error:focus,
select.input-validation-error:focus {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}
