﻿*, ::after, ::before {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

button:hover {
    filter: brightness(110%);
}

button:active {
    filter: brightness(85%);
}

img {
    vertical-align: middle;
    border-style: none;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.float-right {
    float: right !important;
}

.body-content {
    height: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.panel {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 0;
}

.panel-heading {
    background-image: url(/images/login-header-fixed.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

    .panel-heading::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(54,84,99,0.7);
    }

    .panel-heading .panel-title {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
    }

.password-group {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.password-eye-icon {
    position: absolute;
    right: 1.4em;
    top: 4.5em;
    opacity: 0.3;
}

    .password-eye-icon:hover {
        opacity: 1;
    }

.list-inline > li {
    padding: 0;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 500px;
    top: 12.5%;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    min-width: 300px;
}

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .form .register-form {
        display: none;
    }

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        width: 100%;
        border: 1px solid #D7D8D9;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        background: #FFFFFF;
    }

        .form input:focus {
            box-shadow: inset 0px 0px 0px 1px #A1A4A5, inset 0px 0px 0px 1px rgba(167, 84, 121, 0.25), 0px 0px 0px 2px rgba(167, 84, 121, 0.25);
        }

    .form h1 {
        text-align: left;
        margin-bottom: 1.5em;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        outline: 0;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .form button:focus {
            box-shadow: inset 0px 0px 0px 1px #A1A4A5, inset 0px 0px 0px 1px rgba(167, 84, 121, 0.25), 0px 0px 0px 2px rgba(167, 84, 121, 0.25);
        }

    .form label {
        margin-top: 1.5em;
        float: left;
        font-weight: bold;
    }

        .form label a {
            float: right;
            color: #A75479;
            cursor: pointer;
        }

            .form label a:focus {
                box-shadow: inset 0px 0px 0px 1px #A1A4A5, inset 0px 0px 0px 1px rgba(167, 84, 121, 0.25), 0px 0px 0px 2px rgba(167, 84, 121, 0.25);
                outline: unset;
                text-decoration: unset;
            }

    .form li {
        width: 100%;
    }

    .form a {
        width: 100%;
        padding: 0;
    }

.container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

.external-providers a {
    line-height: 50px;
    text-align: center;
}

.external-providers-container-header {
    margin-bottom: 20px;
}

    .external-providers-container-header p:before {
        background-color: #C4C4C4;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: calc(50% - 4.5em);
        right: 0.5em;
        margin-left: -50%;
    }

    .external-providers-container-header p:after {
        background-color: #C4C4C4;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: calc(50% - 4.5em);
        left: 0.5em;
        margin-right: -50%;
    }

    .external-providers-container-header hr {
        margin-bottom: 0px;
        width: 100%;
    }

    .external-providers-container-header p {
        color: #7D8082;
        font-size: 16px;
        margin-top: 1em;
    }

.login-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    overflow: auto;
}

.login-left-block {
    padding-bottom: 95px;
    padding-top: 95px;
    background: #fff;
    flex: 0 0 50%;
    max-width: 50%;
}

.login-right-block {
    height: 100%;
    background: #A75479;
    flex: 0 0 50%;
    max-width: 50%;
}

.login-input-field {
    background: #FFFFFF;
    box-sizing: border-box;
}

.login-button {
    background: #A75479;
}

.login-rememberMe-label {
    margin-top: 11px !important;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    margin-top: 0px !important;
    margin-right: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* On mouse-over */
    .checkbox-container:hover input ~ .login-checkbox {
        border: 1px solid #A1A4A5;
        box-sizing: border-box;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }

    .checkbox-container:focus-within input ~ .login-checkbox {
        box-shadow: inset 0px 0px 0px 1px #A1A4A5, inset 0px 0px 0px 1px rgba(167, 84, 121, 0.25), 0px 0px 0px 2px rgba(167, 84, 121, 0.25);
    }

    /* When the checkbox is checked*/
    .checkbox-container input:checked ~ .login-checkbox {
        background-color: #A75479;
    }

        /* Show the checkmark when checked */
        .checkbox-container input:checked ~ .login-checkbox:after {
            display: block;
        }

    /* Style the checkmark/indicator */
    .checkbox-container .login-checkbox:after {
        left: calc(50% - 4px);
        top: calc(50% - 3px);
        width: 8px;
        height: 6px;
        background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%228%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M7%201L2.875%205L1%202.38182%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3C%2Fsvg%3E")
    }

/* Create a custom checkbox */
.login-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid black;
    width: 24px !important;
    margin-right: 0.5em !important;
    height: 24px !important;
    float: left;
    margin-bottom: 1em !important;
    margin-top: 0.5em !important;
    border-radius: 3px;
    box-sizing: border-box;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .login-checkbox:after {
        content: "";
        position: absolute;
        display: none;
    }


.pts-logo {
    width: 100%;
    height: 50px;
}

    .pts-logo img {
        float: left;
        height:100%
    }

.page-content {
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

    .page-content .row {
        width: 100%;
        margin: 0;
    }

.apply-account-block {
    position: relative;
    z-index: 1;
    max-width: 500px;
    top: 25%;
    color: white;
    width: 50%;
    margin: 0 auto 100px;
    text-align: left;
    min-width: 300px;
}

    .apply-account-block h1 {
        margin-bottom: 1em;
    }

    .apply-account-block a {
        font-family: "Roboto", sans-serif;
        outline: 0;
        width: 100%;
        border: 0;
        padding: 15px;
        color: black;
        background: #fff;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
        border-radius: 0;
    }

    .apply-account-block p {
        margin-bottom: 2em;
    }

.validation-message {
    color: red;
    width: 100%;
    text-align: left;
}

.forgotten-password-label {
    margin-top: 1em !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn:hover {
        color: #212529;
        text-decoration: none;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}