﻿body {
    margin: 0;
    padding: 0;
    font-family: 'sofia_proregular';
    font-size: 14px;
    color: #232226;
    height: 100%;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

    .login-content .login-box {
        /*position: relative;*/
        right: 0;
        margin: auto;
        /*min-height: 100%;*/
        width: 100%;
        height: 100vh;
        min-width:860px;
        min-height:510px;
        /*height: 768px;
        min-width: 1024px;
        max-width: 1024px;*/
        background-color: #fff;
        border: 1px solid #ccc;
        /*-webkit-perspective: 768px;
        perspective: 768px;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.login-left {
    width: 550px;
    /*width: calc(100% - 680px);*/
    height: 100%;
    /*height: 100vh;*/
    min-height: 510px;
    background: #006f87; /* Old browsers */
    background: -moz-linear-gradient(top, #006f87 0%, #27aae1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #006f87 0%,#27aae1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #006f87 0%,#27aae1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006f87', endColorstr='#27aae1',GradientType=0 ); /* IE6-9 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.login-right {
    width: calc(100% - 550px);
    /*width: 680px;*/
    height: 100%;
    min-height: 510px;
    /*align-items: center;
    justify-content: center;*/
    position: relative;
    min-width: 310px;
}

.login-form-wrapper {
    /*position: relative;*/
    width: 310px;
    /*margin: 0 auto;*/
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-logo-box {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.18);
    padding: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 315px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-logo img {
    max-width: 100%;
    height: auto;
    width: 240px;
}

.login-title {
    font-size: 22px;
    color: #272929;
    font-family: 'sofia_probold';
    text-align: center;
    margin-top: 40px;
}

.login-footer {
    position: absolute;
    bottom: 50px;
    font-size: 17px;
    color: #ffffff;
    font-family: 'sofia_proregular';
}





h2.login-subtitle {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 28px;
    color: #333333;
    font-family: 'sofia_probold';
}


.forget-link {
    margin-top: 20px;
}

    .forget-link a {
        color: #313a15;
        font-size: 17px;
        font-family: 'sofia_promedium';
        text-decoration: underline;
    }

        .forget-link a:hover {
            color: #006f87
        }

.login-links {
    margin-top: 30px;
}

    .login-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

        .login-links ul li {
            margin-left: 20px;
        }

            .login-links ul li:first-child {
                margin-left: 0;
            }

            .login-links ul li a, .login-links a {
                font-size: 15px;
                color: #006f87;
                text-decoration: none;
            }

                .login-links ul li a:hover, .login-links a:hover {
                    color: #232226;
                }

.contact-link {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    color: #999;
}

/****************************/
.text-upper {
    text-transform: uppercase !important;
}

.text-error {
    font-size: 12px;
    color: #ff0000;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

/************************/
.btn-block {
    display: block;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.control-label {
    font-size: 17px;
    color: #232226;
    font-family: 'sofia_promedium';
}

.control-label p {
    margin:0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 17px;
    line-height: 1.5;
    color: #232226;
    height: 42px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    .form-control:focus {
        background-color: #fff;
        border-color: #27aae1;
        outline: 0;
        box-shadow: none;
    }

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-check {
    display: flex;
    align-items: center;
}

    .form-check .form-check-label {
        margin-bottom: 0;
        padding-left: 3px;
        font-size: 15px;
        font-family: 'sofia_promedium';
    }

    .form-check .form-check-input {
        width: 16px;
        height: 16px;
    }


.btn {
    display: inline-block;
    font-family: 'sofia_promedium';
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    outline: 0;
}

.btn-primary {
    color: #fff;
    background-color: #27aae1;
    border-color: #27aae1;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #006f87;
        border-color: #006f87
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: none;
    }

    /* .btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
} */

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #006f87;
        border-color: #006f87
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn.btn-lg {
    height: 48px;
}

.errorMessage {
    background: #FBF0E5;
    padding: 3px 2px 5px 2px;
    color: #B22222;
    border: 2px solid #EBB580;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'sofia_promedium';
    font-size: 14px;
}
.footer-text {
    color: #999;
    margin-top:10px;
}

#okta-sign-in.auth-container .button-primary {
    display: inline-block;
    font-family: 'sofia_promedium' !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    outline: 0;
    color: #fff !important;
    background-color: #27aae1 !important;
    border-color: #27aae1 !important;
    text-transform: uppercase !important;
}


    #okta-sign-in.auth-container .button-primary:hover {
        color: #ffffff;
        background-color: #006f87 !important;
        border-color: #006f87 !important;
    }

.custom-error {
    text-align: center;
    width: fit-content;
    margin: auto;
}
