﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html,
body {
    /*overflow: hidden;*/
}

#cookieConsent {
    position: absolute;
    bottom: 0;
    left: 8px;
}

/*----*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-nav{
    display: block;
}
.nav-item{
    float: left;
    padding-right: 30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

header{
    display: grid;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  background-color: white;
}

/*----------------------------*/

.register-align {
    width: 350px;
    margin: 0 auto;
    margin-top: 50px;
}

.card-body{
    padding-top: 50px;
    margin-top: 30px;
}

.logo-container {
    width: 550px;
    margin: 0 auto;
}
.afosto-logo-container{
    width: 110px;
    margin: 0 auto;
}
.woo-logo-container {
    width: 150px;
    margin: 0 auto;
}

.pb-3 {
    padding-top: 50px;
}

@media only screen and (max-width: 870px) {
    .logo-container {
        width: 350px;
    }

    .company-logo{
        width: 350px !important;
    }
}

.login_form,
.register-form{
    width: 250px;
    margin: 0 auto;
    padding-top: 10px;
}

.color-block {
    /*height: 100vh;*/
    background-color: #4A86E8;
    z-index: -1;
}
.main-header {
    font-size: revert;
    margin: 0px 180px;
    padding-top: 285px;
    color: white;
}
.welcome-messages {
    font-size: revert;
    margin: 0px 185px;
    padding-top: 20px;
    color: white;
}

.cl-wrapper {
    margin: 0 auto;
    width: 830px;
    padding-top: 80px;
}

.WTA-form{
    width: 100%;
    display: flex;
}

.main_login,
.main_password,
.client-secret,
.client-id,
.form-name,
.redirect-url {
    display: grid !important;
}
.main_submit{
    width: 120px;
    margin: 0 auto;
    display: block;
    border: 0px;
    color: white;
    padding: 5px;
}

.navbar-collapse.collapse.d-sm-inline-flex.flex-sm-row-reverse {
    float: right;
    height: 70px;
    font-size: 17px;
}

.access-form-wrapper {
    width: 400px;
    margin: 0 auto;
}

.login-vs-password {
    width: 250px;
    margin: 0 auto;
    height: 40px;
    color: white;
}

.login-span{
    border-right: 1px solid lightgray;
}
.register-span {
    border-left: 1px solid lightgrey;
}

.login-span,
.register-span {
    width: 49%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 7px 0px;
    background-color: #4a86e8;
}

    .register-span,
    .faa-click {
        cursor: pointer;
    }

    .login-span:hover,
    .register-span:hover {
        background-color: #dc3545;
    }

.sync-process-box {
    padding: 100px;
}
.faa-container {
    padding: 0 80px;
    margin: 0 auto;
    width: 288px;
}

.fa-check-custom {
    color: mediumspringgreen;
    width: 160px;
    margin: 0 auto;
    display: block !important;
}

.fa-sync,
.fa-cog {
    color: #11283c;
}

.fa-settings {
    position: absolute;
    top: -47px;
}

.woo-form-authorize,
.afosto-form-authorize {
    width: 150px;
    height: 40px;
    display: block;
    margin: 0 auto;
    color: white;
    background-color: #11283c;
    border: none;
}
.form-input {
    margin: 0 auto;
    padding-top: 25px;
    width: 500px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 275px;
}