h4 {
    font-size: 30px !important;
    font-weight: 500;
}

.login-footer {
    font-size: 12.75px !important;
}

.login-wrapper {
    background-image: url("/images/bg.jpg");
    background-size: cover;
    min-height: 100vh;
    margin: 0 -15px;
}

.login-wrapper .login-block {
        width: 550px;
        background-color: white;
        position: absolute;
        top: 50%;
        padding: 35px;
        right: 140px;
        border-radius: 3px;
        transform: translateY(-50%);
        z-index: 999;
}

.main-logo {
    position: absolute;
    top: 25%;
    left: 50px;
}

.login-wrapper .login-block .form-control {
    background-color: #f1f1f6;
    padding: 15px;
}


.login-wrapper .login-block .login-button {
    background-color: #8a0d04;
    border-radius: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
}

.login-wrapper .login-info-block {
    color: #fff;
    position: absolute;
    padding: 15px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.content1 {padding-bottom: 30px;}

@media only screen and (max-width: 1280px) {
    .login-wrapper .login-block {
        width: 450px;
    }

    .login-wrapper .login-info-block {
        left: 15px;
    }
}

.login-wrapper .login-info-block h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
}

.login-wrapper .login-info-block h4 {
    font-size: 2rem;
    line-height: 1.42;
}

.login-wrapper .login-footer {
    color: white;
    font-size: 0.85rem;
    z-index: 1;
    margin-bottom: 20px;
}



body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
    font-weight: 400;
    background-color: #fff !important;
    background-color: #3F556C;
}

.wrapper {
    min-height: 100vh;
    overflow: hidden !important;
    background-color: rgba(63,85,108,1);
    }

.box {
    /*position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;*/
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
}

.container-fluid.p-0 {
    max-width: 1400px;
}

.bgDiv {
    height: 0;
}


    .bgDiv .bgCol2 {
        /*height: 100vh;*/
        background-color: white;
    }

.divContent {
    color: #fff;
}
.divContent .divText {
    padding: 30px 30px 0 30px;
    max-width: 100%;
    flex: 0 0 100%;
}

    .divContent .divLogin {
        top: 0%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 50px);
        border: 1px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 35px;
        color: #000;
        min-height: 320px;
        max-height: 490px;
        margin: 0 25px;
    }

.logo-sas {
    height: 100px;
    margin-left: -20px;
    margin: 0 auto;
}


.apaudittools-logo {
    max-width: 270px;
    height: auto;
}
.footerText {
    position: absolute;
    bottom: 20px;
    /*text-align: center;*/
    left: 0;
    /*width: 100vw;*/
}


@media only screen and (max-width: 575.98px) {
    .content1 {
        font-size: 11px;
    }
    .text1 {
        font-size: 1.5em !important;
    }
    .divContent {
        padding: 20px 10px;
    }
    .logo-sas {
        height: 70px;
    }
    .footerText {
        text-align: center;
        left: 0;
    }
}

@media only screen and (min-width: 576px) {
    .content1 {
        font-size: 12px;
    }
    .text1 {
        font-size: 1.5em !important;
    }
    .divContent {
        padding: 20px 40px;
        align-items: center;
    }
    .logo-sas {
        height: 100px;
    }
    .footerText {
        text-align: center;
        left: 0;
        width: 100vw;
    }
}

@media only screen and (min-width: 768px) {
    .content1 {
        font-size: 12px;
    }
    .text1 {
        font-size: 1.5em !important;
    }
    .footerText {
        text-align: left;
        left: 95px;
    }
}

@media only screen and (min-width: 992px) {
  .wrapper {
      background-color: #fff;
      background: -moz-linear-gradient(left, rgba(63,85,108,1) 0%, rgba(63,85,108,1) 75%, rgba(65,89,113,0) 75.00001%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(63,85,108,1) 0%,rgba(63,85,108,1) 75%,rgba(65,89,113,0) 75.00001%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(63,85,108,1) 0%,rgba(63,85,108,1) 75%,rgba(65,89,113,0) 75.00001%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f556c', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  }
    .divContent .divText {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      max-width: 58.33333%;
      flex: 0 0 58.33333%;
    }
    .divContent .divLogin {
      top: 25%;
      -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .content1 {
        font-size: 13px;
    }
    .text1 {
        font-size: 1.85em !important;
    }
}

@media only screen and (min-width: 1200px) {
    .content1 {
        font-size: 14px;
    }
    .col-md-12.col-xl-9 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex:  0 0 100%;
    max-width: 100%;}
}

@media only screen and (min-width: 1400px) {
    .content1 {
        font-size: 15px;
    }
}

@media (min-width: 865px) and (max-width: 1064.98px) {
    .logo-sas {
        height: 80px;
    }
}

@media (min-width: 1065px) and (max-width: 1254.98px) {
    .logo-sas {
        height: 100px;
    }
}

@media (min-width: 1367px) {
    .divContent .divText {
        padding: 100px 100px 0 100px;
    }
    .footerText {
        text-align: left;
        left: calc(50% - 575px);
        max-width: 1400px;
        margin: 0 auto;
    }
}



.text2 {
    font-size: 1em !important;
}

.login-wrapper .login-footer {
    color: white;
    font-size: 1rem;
    /*   position: absolute;
    bottom: 10px;
    left: 50px;*/
    z-index: 1;
}

.isChrome {
    color: #007bff;
    font-size: 20px;
}

/*.btn-login, .btn-login:hover {
    background-color: #8a0d04 !important;
    border-radius: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
}

btn-login.focus, btn-login:focus {
    background-color: #8a0d04;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

*/

.btn-primary {
    color: #fff;
   /* background-color: #8a0d04 !important;
    border-color: #8a0d04 !important;*/
    background-color: var(--primary-sas);
    border-color: var(--primary-sas);
}
