﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500&display=swap');

.welcome-page li {
    list-style: none;
    padding: 4px;
}

body {
    background-color: white !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    font-weight: 500 !important;
}

.card {
    background-color: #1a8b9a !important;
    color: #fff !important;
    border: none;
}

.card-body {
    border: none !important;
}

.btn-primary {
    background-color: #ffd141 !important;
    color: #fff !important;
    border: none;
    margin-top: 1rem;
}

    .btn-primary:hover {
        background-color: #ffd970 !important;
    }

a:not(.btn):not([data-toggle=collapse]):not(.footer-link) {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: black;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.dropdown-item {
    font-weight: 500;
}

.card-signin {
    background-color: #1a8b9a !important;
    border: 0;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

    .card-signin .card-title {
        font-weight: 500;
        font-size: 16pt;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

.card-error {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 80%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: 500;
        padding: 1rem;
        transition: all 0.2s;
    }

.form-control {
    border: none;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, .1);
    transition: background-color .3s;
    height: 45px;
    color: #ebebeb;
    font-size: 10pt;
    letter-spacing: 1px;
    font-weight: 500;
}
    .form-control::placeholder {
        color: #ebebeb;
        font-size: 10pt;
        letter-spacing: 1px;
    }

    .form-control:focus {
        background-color: rgba(255, 255, 255, .2);
        box-shadow: none;
        color: #ebebeb;
    }

    .form-control:read-only {
        background-color: rgba(255, 255, 255, .2);
        box-shadow: none;
        color: #ebebeb;
    }

.input-group-text {
    border: none;
    border-radius: 40px 0 0 40px;
    background-color: rgba(255, 255, 255, .1);
    transition: background-color .3s;
    height: 45px;
    color: #ebebeb;
    font-size: 10pt;
    letter-spacing: 1px;
    font-weight: 500;
}

.pk-logo {
    max-width: 200px;
    height: auto;
    max-height: 100px;
}

.custom-control-label {
    padding-top: 3px;
    font-size: 10pt;
}

.custom-label {
    font-size: 10pt;
}
.custom-label input {
    margin-right: 10px;
}

.warning-banner {
    background-color: rgb(240, 192, 30);
    height: 100%;
    width: 100%;
    text-align: center;
}
