﻿body {
    color: #fff;
    min-height: 100%;
    background: rgb(0, 101, 184);
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.disabled {
    pointer-events: none;
    color: #999;
}

button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, optgroup, select, textarea {
    color: #333;
    font: inherit;
    margin: 0;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

a {
    color: #fff;
}

    a:hover,
    a:focus,
    a:active {
        color: #ccc;
    }

h4 {
    font-size: 24px;
    margin: 20px 0;
}

form {
    position: relative;
    display: block;
    margin: auto;
    max-width: 400px;
    padding: 20px;
}

.relative {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    /* height: 34px; */
    border-radius: 0;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    outline: none;
    border: 1px solid #004988;
    margin: 10px 0;
}

.progress {
    overflow: hidden;
    height: 35px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 3px;
    margin: auto;
    position: absolute;
    top: calc(50% - 35px);
    left: 25%;
    width: 50%;
}

.progress-bar {
    float: left;
    width: 0%;
    max-width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.text-center {
    text-align: center;
}

.btn {
    overflow: visible;
    background-color: #fff;
    border: 1px solid #004988;
    color: #333;
    margin: 15px;
    padding: 10px 15px;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        background-color: #ccc;
    }

.validation-summary-errors {
    margin-bottom: 20px;
}

    .validation-summary-errors > ul {
        padding-left: 25px;
    }

.PCW-passwordStrength {
    width: 100%;
    height: 18px;
    background-color: rgba(256, 256, 256, 0.5);
    position: relative;
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.PCW-passwordStrength--bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    min-width: 0;
    bottom: 0;
    max-width: 100%;
    background-color: #b60000;
    transition: width 0.3s ease, background-color 0.2s ease;
}

    .PCW-passwordStrength--bar.danger {
        background-color: #b60000 !important;
    }

    .PCW-passwordStrength--bar.warning {
        background-color: #ffc107 !important;
    }

    .PCW-passwordStrength--bar.success {
        background-color: #28a745 !important;
    }

/*Validation*/
.PCW-inputValidationMsg {
    background-color: #b60000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.57);
    color: #fff;
    left: 0;
    margin: 0 5px;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 20;
    font-size: 16px !important;
}

    .PCW-inputValidationMsg > span {
        z-index: 50 !important;
    }

    .PCW-inputValidationMsg.field-validation-error {
        padding: 8px 10px;
        border: #910000 solid;
        border-width: 0 1px 1px 1px;
        -ms-opacity: 1;
        opacity: 1;
    }

        .PCW-inputValidationMsg.field-validation-error:before {
            content: "";
            position: absolute;
            left: 6px;
            top: -16px;
            z-index: 1;
            border: solid 8px transparent;
            border-bottom-color: #b60000;
        }

.text-success {
    color: #28a745 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #b60000 !important;
}

#Password{
    padding-right: 38px;
}

    #Password::-ms-reveal,
    #Password::-ms-clear {
        display: none;
    }

#PCW-togglePass {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    height: 36.67px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#PCW-togglePass > svg{
    width: 1.125em;
    height: 1em;
}

#PCW-selfCheckin {
    padding: 16px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    float: right;
}

@media (min-width:600px) {
    #PCW-selfCheckin {
        position: fixed;
        top: 100vh;
        left: 100vw;
        transform: translate3d(-100%, -100%, 0);
    }
}
