﻿body {
    margin-top: 0px;
    color: var(--text-color);
    font-family: "Poppins";
    --text-color: #565656;
    --primary-color: #02848B;
    --accent-color: #09AEB3;
    --warning-color: #f26d0d;
}

.container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
    display: flex;
}

    .container::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/pax365-landing-page.svg) bottom no-repeat;
        background-size: cover;
    }


.login-page {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 330px;
    min-height: 250px;
    border-radius: 15px;
    padding: 20px;
    margin: auto;
}

.login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .login-header > img {
        width: 140px;
    }

.external-providers, .resellers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-inline {
    margin-top: 1rem;
}

    .list-inline > li {
        width: 100%;
    }

.sso {
    border: solid 2px var(--primary-color);
    background-color: white;
    padding: 5px;
    height: 35px;
    margin-top: 1rem;
}

.reseller-body {
    display: none;
}

.panel-title {
    cursor: pointer;
}

.instructions {
    padding: 10px;
    margin-bottom: 15px;
}

.remember-forgot {
    font-size: 0.7em;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    padding-bottom: 1rem;
}

    .remember-forgot input {
        position: relative;
        bottom: -2px;
    }

    .remember-forgot a {
        color: var(--accent-color);
    }

.btn {
    min-width: 200px;
    height: 35px;
}

    .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 0px;
    }

.panel-button .btn {
    min-width: 130px;
}


.btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-default {
    border: solid 1px #09aeb3;
    color: #f26d0d;
}

    .btn-default:hover {
        border: solid 1px #09aeb3;
        color: #f26d0d;
    }


.form-control {
    height: 35px;
}

    .form-control:focus {
        border-color: var(--primary-color);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--primary-color),.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--primary-color),.6);
    }

.panel-default {
    letter-spacing: 1.33px;
}

.alert-danger {
    background: white;
    border: 2px dotted var(--warning-color);
    color: var(--warning-color);
}

.reseller-list {
    width: 100%;
    border: 2px solid var(--primary-color) !important;
    height: 35px;
    border-radius: 0.25rem;
}

hr.comet-brand-colour {
    border-top: 1px dotted var(--primary-color);
}

.custom-margin-auto {
    margin: auto;
}

.custom-display-flex {
    display: flex;
    justify-content: center;
}
