﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    overflow: hidden;
    background-color: #fff;
    height: 100vh;
    color: #333;
    font-family: "Inter", sans-serif;
    font-variation-settings: "slnt" 0;
    font-size: 12px;
    text-align: center
}
a{
    color: #3791E4;
    font-weight: bold;
}
a:hover {
    color: #0070ba;
    text-decoration: none;
}
.login.ibox-content {
    width: 270px;
    max-width: 100%;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}

.login-logo img {
    max-width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.login.ibox-content .form-group {
    margin-bottom: 0;
    position: relative;
}
.login.ibox-content .signin-username .form-group {
    margin-bottom: 10px;
}
.login.ibox-content .form-group .form-control {
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 12px;
    height: 38px;
    font-weight: 500;
}

.login.ibox-content .form-group .form-control:focus,
.login.ibox-content .form-group .single-line:focus {
    border: 1px solid #ced4da;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}


.login.ibox-content .form-group.remember-box {
    margin: 8px 0 16px 0;
    font-size: 9px;
}

.login.ibox-content .form-group.remember-box label {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #fff;
}

.login.ibox-content .form-group.remember-box label input {
    margin-right: 4px;
    opacity: .5;
}

.btn.btn-primary:hover, .btn.btn-primary:not(.disabled):active {
    background-color: #0070ba;
    color: #fff;
}

/*Phils edit*/

#account {
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

#external-account {
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    display: inline-block;
}

body:not(.mini-navbar) {
    background: #ffffff;
}


.btn.btn-primary {
    height: auto;
    padding: 8px;
    font-weight: bold;
    background-color: #007bff;
    border-color: #007bff;
    background: #3791E4;
    color: #fff;
    border-color: transparent;
    box-shadow: none;
    font-size:13px;
}

.btn-Microsoft {
    background: url(https://cdn-oriondata.azureedge.net/images/Microsoft_box.png) #fff;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15%;
    height: auto;
    padding: 8px;
    margin: 0;
}

.btn-Microsoft:hover {
    background-color: #0070ba;
    color: #fff;
}

.btn-Okta {
    background: url(https://cdn-oriondata.azureedge.net/images/okta-icon.png) #fff;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 15%;
    height: auto;
    padding: 8px;
    margin: 0;
}

.btn-Okta:hover {
    background-color: #0070ba;
    color: #fff;
}

.welcome-header {
    align-content: center;
    color: #333333;
    font-family: "Inter", sans-serif;
    font-variation-settings: "slnt" 0;
    font-size: 28px;
    font-weight: bold;
}

button.btn-OpenIdConnect {
    display: none !important;
}

button {
    width: 100%;
    font-size: 12px !important;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-variation-settings: "slnt" 0;
    margin-top: 5px;
}


.flex{
    display: flex;
}
.flex-0{
   flex: 1 1 0;
}
.h-100{
    height:100%;
}
.bg-gradient {
    background: linear-gradient(226.38deg, #282771 5.71%, #0070BA 102.96%);
}
.bg-gradient img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 800px;
    opacity: 0.05;
}
.form-group button {
    background-color: #FFFFFF;
    border: 1px solid #3791E4;
    box-sizing: border-box;
    border-radius: 5px;
    color: #3791E4;
    font-weight: bold;
}
span.toggle-signin {
    display: block;
    text-align: center;
    color: #3791E4;
    font-weight: bold;
    margin-top: 18px;
    cursor: pointer;
}
span.toggle-signin:hover{
    color: #0070ba;
}
.btn-primary:hover{
    background: #0b82d0;
}
.input-validation-error {
    border-color: #dc3545;
}
.validation {
    display: block;
    text-align: left;
    padding: 5px 0 0 10px;
    background: transparent;
    border: transparent;
    padding: 0;
}
 .validation ul, .validation li {
            list-style: none;
            color: #dc3545 !important;
            padding: 0;
        }
label#togglepwd {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 17px;
    filter: brightness(0) opacity(0.6);
    cursor: pointer;
    margin:0;
}
label#togglepwd:hover{
    filter: unset;
}
label#togglepwd.show {
    top: 6px;
}
label#togglepwd img {
    width: 100%;
}
.validation:empty {
    display: none;
}
 
.forgot-password-link {
    color: #3791E4;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.forgot-password-link:hover {
    color: #0070ba;
    text-decoration: underline;
}

.request-access-link {
    color: #3791E4;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.request-access-link:hover {
    color: #0070ba;
    text-decoration: underline;
}

.form-group.text-right {
    text-align: right;
    margin-bottom: 15px;
}
input#password {
    padding-right: 30px;
}
.form-group input::placeholder {
    color: #AFAFAF;
}
body, * {
    color: #333;
}
div:empty{
    display:none;
}
.signin-username {
    display: none;
}
.signin-username.show{
    display: block !important;
}
.toggle-signin.hide{
    display: none !important;
}
img.img-whitelabel {
    max-width: unset;
    margin-bottom: 30px;
    height: 50px;
}

.poweredby {
    position: absolute;
    bottom: 70px;
}

@media (min-width: 640px) {
    .btn-container {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .login-logo img {
        margin-bottom: 0px;
    }
}

/* hide the blue background*/
@media (min-width: 640px), (min-width: 568px) {
    .bg-logo {
        display: none;
    }
}

/* display the blue background*/
@media (min-width: 768px) and (orientation : portrait) {
    .bg-logo {
        display: block
    }
}

@media (max-width: 780px) {
    .login.ibox-content {
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    .login-logo img {
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .bg-logo {
        display: block;
    }

    .login-logo img {
        margin-bottom: 20px;
    }
}