﻿/* 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. */

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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Layout styles
-------------------------------------------------- */
body {
    font-family: 'Roboto', sans-serif;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

section {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
}

h6 {
    display: flex;
    flex-direction: row;
}

h6:before, h6:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #989DA5;
    margin: auto;
}

label {
    font-weight: 400;
    font-size: 12px;
    color: #363A36;
}

label.checkbox {
    vertical-align: top;
    line-height: 16px;
    margin: 2px 0;
    display: block;
    height: 16px;
}

label.checkbox span {
    margin-left: 8px;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

input[type="text"], input[type="password"] {
    height: 40px;
}

button.btn, a.btn {
    min-width: 144px;
    height: 40px;
    padding-top: 4px;
}

.welcome {
    font-size: 22px;
    text-align: center;
}

.logo {
    width: 170px;
    padding-bottom: 25px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.links {
    margin-top: 10px;
    font-size: 12px;
}

.links > p {
    color: #60627B;
}

.links > label, p > a {
    color: #6E4AFC;
}

.greyed {
    color: #989DA5;
}

.validation-summary-errors, .field-validation-error {
    font-size: 14px;
    padding: 10px 0;
}

.field-validation-error {
    color: #FF4167;
}

.validation-summary-errors ul {
    padding-left: 0;
}

.validation-summary-errors li {
    list-style-type: none;
}

.ant-alert {
    margin-bottom: 25px;
    display: block;
}

.ant-alert h4 {
    font-size: 18px;
    font-weight: 600;
}

.ant-alert p {
    font-size: 13px;
    margin-bottom: 0;
}

.login .alternative {
    font-size: 12px;
    margin-top: 20px;
    color: #989DA5;
}

.login .alternative > .text {
    padding: 0 10px;
}

.login .form-group {
    margin: 0;
    margin-top: 12px;
}

.login .form-group label {
    font-size: 14px;
}

.login .ant-input {
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    line-height: 19px;
    outline: none;
    padding: 15px;
}

.login .btn {
    border-color: #6E4AFC;
    outline-color: #502cde;
    border-radius: 8px;
    letter-spacing: 1px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .ant-btn-primary {
    background: #6E4AFC;
    color: #f8f9fc;
    margin-top: 1.5rem;
    font-size: 18px;
}

.login .external-platforms-options {
    display: flex;
    flex-direction: column;
}

.external-platforms-options .list-inline-item {
    margin: 0;
}

.login .ant-btn-default {
    color: #0B0B0B;
    margin-top: 14px;
    font-size: 14px;
}

.ant-btn-default .btn-logo {
    width: 20px;
    margin-bottom: 1px;
    margin-right: 10px;
}

.message {
    text-align: center;
}