﻿.d-none{
    display :none !important; 
}

.text-1-8{
    font-size:1.8rem !important;
}

.text-2-5 {
    font-size: 2.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3{
    margin-bottom: 30px !important;
}

h2{
    font-size: 27px;
    line-height: 1.37;
    font-weight: 700;
    letter-spacing: 0.03rem;
}
h3 {
    font-size: 28px;
    line-height: 1.43;
    font-weight: 700;
    letter-spacing: 0.02rem;
}
/*.btn:focus, a:focus {
    border: 3px solid #0057AD !important;
}
.t-state-default:focus {
    border: 3px solid red !important
}*/
/*h4 {
    font-size: 24px;
}*/
*:focus {
    outline-style: solid !important;
    outline-width: 4px !important;
    outline-offset: 1px !important;
    outline-color: #009ADB !important;
}
.btn-provider{
    font-size: 24px;
}

.main {
    /*max-width: 320px;*/
    margin: 0 auto;
    padding: 40px 15px;
    /*    margin-top: 20% !important;*/
}

.form-control{
    margin-top: 20px !important;
    margin-bottom:20px !important;
    align-content: center;
}
.btn-oidc-OntarioSSO {
    background: #1A1A1A;
    color: white;
    width: 100%;
    height: 54px;
}
.btn-oidc-TheErgoGroup {
    background: #D44511;
    color: white;
    width: 100%;
    height: 54px;
}
.btn-Logon {
    background: #0057AD !important;
    color: #FFFFFF;
    width: 100%;
    height: 40px;
    border-color: #ffffff;
    border-radius: 7px;
    font-size: 16px;
}
.ForgotPassoword {
    color: #265A87 !important;
}
.btn-verify {
    background: #00663F;
    color: #ffffff;
    width: 100%;
    height: 40px;
    border-color: #ffffff;
    border-radius: 7px;
    font-size: 16px;
}
.btn-SendCode {
    background: #0057AD;
    color: #ffffff;
    width: 100%;
    height: 40px;
    border-color: #ffffff;
    border-radius: 7px;
    font-size: 16px;
}

.btn:hover, .btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    height: 16px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #595959;
    /*color: rgb(187, 190, 195);*/
}
.hr-or::before {
    margin: 0px 8px 0px 0px;
    content: "";
    -webkit-box-flex: 1;
    flex-grow: 1;
    background: rgb(214, 214, 214);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}
.hr-or::after {
    margin: 0px 0px 0px 8px;
    content: "";
    -webkit-box-flex: 1;
    flex-grow: 1;
    background: rgb(214, 214, 214);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

/*Header*/

.navbar-fixed-top {
    height: 100px !important;
}

.m-system-name {
    color: #fff;
    float: left;
    height: 25px;
    background: #222;
    font-size: 18px;
    line-height: 20px;
}

.logo {
    margin-top: 6px;
    float: inherit;
}

.fix-logo-size{
    width:20rem !important;
}


/*Medias Query*/
@media Screen and (max-width: 500px) {
    .navbar-fixed-top {
        height: 62px !important;
    }
    .container{
        height: 10px;
    }
    .main{
        margin: 0 auto;
        padding: 0px 15px;
    }
    .logo {
        display: none;
    }
    .logo-mobile{
        /*display: block;*/
        margin-top: 5px;
        width: 10px;
    }
    .btn-oidc-OntarioSSO {
        height: 45px;
    }

    .btn-oidc-TheErgoGroup {
        height: 45px;
    }
    .SystemName{
        display: none;
    }
}

@media Screen and (min-width: 500px){
    
    .logo{
        display: block;
    }
    .logo-mobile{
        display: none;
    }
}

/*Footer*/

.footer{
    position: fixed;
    bottom: 0;
}


/*Page Confirmation Info*/

.MSuccessfully {
    font-size: 16px !important;
    line-height: 1.6;
    font-weight: 400;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    /*width: 350px;*/
}