﻿.bro-concerns {
    color:rgba(51, 51, 51, 1);
    font-family:"Arial-ItalicMT","Arial Italic","Arial";
    font-size:12px;
    font-style:italic;
    font-weight:400;
    line-height:normal;
    margin-top:20px;
}

.txtInput{display:block;width:100%;height:40px;}

@media screen and (min-width: 768px) {
    div:last-child form {
        padding-bottom:16px;
    }
}
/*ADB2C Login screen styles*/
/*body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}*/
p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
}

a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half .contents {
    background: #fbfbfb;
}

.half .bg {
    width: 25%;
}

@media (max-width: 767.98px) {
    .half .bg {
        width: 100%;
        height: 200px;
    }
}

.half .contents {
    width: 100%;
}

.align-up {
    float: right;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #7F7F7F;
    font-size: 13px;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .half .contents {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .img-mob {
        width: 40%;
    }
}

.half a {
    color: #888;
    text-decoration: underline;
}

.max-wid-500 {
    max-width: 500px;
}

.button-align-rite {
    float: right;
    width: 200px;
}

.half .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 0px;
    font-size: 14px;
    color: #2E7CF3;
}

.logo-head {
    background: #1A42BF;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

hr.dashed-border {
    border-top: 1px dashed #c7c7c7;
}

.logo-head img {
    margin-left: 25px;
}

.form-block {
    background: #fff;
    padding: 15px 25px 10px 25px;
    max-width: 500px;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}

h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0.1em;
    margin: 6px 0 20px;
}

.termsText {
    color: #7F7F7F;
    font-size: 14px;
}

    .termsText a {
        color: #2E7CF3;
    }

h2 span {
    background: #fff;
    padding: 0 8px;
    color: #7F7F7F;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .form-block {
        padding: 25px;
    }
}

.btn {
    text-decoration: none !important;
}

    .btn.btn-facebook {
        display: block;
        background: #fff;
        color: #000;
        border: 1px solid #e5e5e5;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .btn.btn-google {
        display: block;
        background: #fff;
        color: #000;
        border: 1px solid #e5e5e5;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

.flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    text-align: center;
}

.flex-item-left {
    flex: 48%;
}

.flex-item-right {
    flex: 48%;
    margin-left: 15px;
}

.form-control {
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

    .form-control:focus {
        box-shadow: none;
    }

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: block;
}

    .dot > div {
        width: 420px;
        margin-left: 18px;
        line-height: 12px;
        color: #7F7F7F;
        font-size: 14px;
    }

.mr-5px {
    margin-right: 5px;
}

.font-15px {
    font-size: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.back-color {
    color: #2073f2
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-weight: bold;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-underline {
    text-decoration: underline;
}

.color-black {
    color: #000;
}

.position-set {
    position: relative;
    top: 0px;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
}

.cancel-color {
    color: #007bff;
}

.footer-menu {
    float: left;
}

    .footer-menu a {
        color: #27bcda;
        padding: 6px;
        text-decoration: none;
    }

        .footer-menu a:hover {
            color: #27bcda;
        }

.footer-end {
    position: absolute;
    bottom: 0;
}

.float-left {
    float: left;
}

.float-left {
    float: right;
}

.text-align {
    text-align: right
}

.line-height-60px {
    line-height: 60px
}

.refresh-home {
    margin-top: 10px;
    margin-bottom: 5px;
}

.refresh {
    display: block;
}

    .refresh ul li {
        list-style-type: none;
        float: left;
        margin-right: 20px;
    }

        .refresh ul li a {
            text-decoration: none;
        }

            .refresh ul li a:hover {
                text-decoration: none;
                color: #000;
            }
.loginHeaderBackground {
    background-image: url("https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg");
    height: 280px;
/*    width: 1170px;
*/    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
} 
.loginHeader {
    font-size: 52px;
    color: rgba(85, 85, 85, 1) !important;
}

.loginHeaderContentText {
    font-size: 16px;
    color: rgba(85, 85, 85, 1) !important;
}

.middle-image-text {
    width: 450px;
    float: left;
    padding-top: 3%;
    margin-left: 3%;
}

.btn-default {
    background-color: rgba(25, 101, 225, 1) !important;
    border-color: rgba(25, 101, 255, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.width-160px {
    width: 160px !important;
    font-size: 14px !important;
}

.bg-color {
    background-color: #fbfbfb !important;
}

.m-t-10px {
    margin-top: 10px;
}

.already {
    margin-right: 60px;
    float: right;
    line-height: 40px;
}

    .already a {
        color: #fff;
        text-decoration: none;
    }

        .already a:hover {
            text-decoration: none;
            color: #fff;
        }

@media (min-width: 320px) and (max-width: 480px) {
    .divLoginHeader {
        background-image: url('https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg');
        height: 280px;
        /*width: 1170px;*/
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .loginHeader {
        font-size: 24px;
    }

    .loginHeaderContentText {
        font-size: 14px;
    }

    .middle-image-text {
        width: 270px;
        position: absolute;
    }

    .footer {
        height: 70px !important;
    }

    .footer-text-align {
        text-align: center;
    }
    .body-content {
        background: rgba(255, 255, 255, 1);
    }
    .container {
        padding-right: 0px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .divLoginHeader {
        background-image: url('https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg');
        height: 280px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .loginHeader {
        font-size: 32px;
    }

    .loginHeaderContentText {
        font-size: 14px;
    }

    .middle-image-text {
        width: 320px;
    }
    .body-content {
        background: rgba(255, 255, 255, 1);
    }
    .container {
        padding-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .divLoginHeader {
        background-image: url('https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg');
        height: 280px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .loginHeader {
        font-size: 36px;
    }

    .loginHeaderContentText {
        font-size: 16px;
    }

    .middle-image-text {
        width: 450px;
    }
    .body-content {
        background: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .divLoginHeader {
        background-size: cover;
        background-image: url('https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg');
        height: 250px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .loginHeader {
        font-size: 44px;
    }

    .loginHeaderContentText {
        font-size: 16px;
    }

    .middle-image-text {
        width: 450px;
    }
    .body-content {
        background: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .divLoginHeader {
        background-image: url('https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg');
        height: 280px;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .loginHeader {
        font-size: 52px;
    }

    .loginHeaderContentText {
        font-size: 16px;
    }

    .middle-image-text {
        width: 450px;
    }
    .body-content {
        background: none !important;
    }
}

@media (min-width: 1281px) {
    .divLoginHeader {
        background-image: url('https://bicfilestorage.blob.core.windows.net/brsupplies/images/loginBanner.jpg');
        height: 280px;
       /* width: 1170px;*/
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .body-content {
        background: none !important;
        padding-bottom: 0px !important;
    }
}