/*#region Bootstrap Breakpoints*/
/*Mobiles & ipad*/
@media (max-width: 1200px) and (orientation: portrait), (max-width: 991px) {
    .divSignInPageSubCont h2, .divForgetPasswordContainer h2, .divVerifyEmailContainer h2, .divBecomeAClient h2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.02em;
    }

    .divSignInPageLeftContForm {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin-top: 30px;
    }

    .divSignInPageSubCont {
        margin: 0;
    }

    .divSignInPageCont {
        padding: 0% 5%;
        min-height: 630px;
        width: 100%;
    }

    .lblParagraph {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
    }

    .divBackToWebsite {
        margin-left: 0px;
        background-color: #142337;
        padding-top: 10px;
        top: 0;
        padding-bottom: 10px;
        z-index: 999;
        margin-top: 0px;
        padding-left: 20px;
    }

    #AmLoginSealLogo {
        width: 80px;
        height: 80px;
    }

    .AmLoginSealLogoMob {
        margin: 0px auto;
        text-align: center;
        margin-bottom: 30px;
    }
    #divB2BLoginFormConatiner .divB2BPanelMargin {
        margin: 34% 0px 0px 0px;
    }


    .divSignInPageRightImg {
        display: none;
    }

    .b2CbecomeClientBtn {
        width: 100% !important;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1200px) {
    .divSignInPageSubCont {
        margin: 15% 0;
    }

    .divBackToWebsite {
        margin-left: 0px;
        background-color: #142337;
        padding-top: 10px;
        top: 0;
        padding-bottom: 10px;
        z-index: 0;
        margin-top: 0px;
        padding-left: 20px;
    }
}

@media only screen and (min-width : 1201px) and (max-width : 1600px) {


    .divSignInPageLeftContForm {
        min-width: 400px;
    }

    .divSignInPageSubCont {
        margin: 34% 0;
    }

    .divForgetPasswordContainer {
        margin: 47% 0;
    }

    .divVerifyEmailContainer {
        margin: 37% 0;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1399px) {

    .divSignInPageCont {
        padding: 0 16%;
        width: 72%;
    }
}



@media only screen and (min-width : 1400px) and (max-width : 1800px) {

    .divSignInPageCont {
        padding: 0 18%;
        width: 69%;
    }
}

@media only screen and (min-width : 2100px) {

    .AmLoginSealLogoCont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .divSignInPageCont {
        padding: 0 18%;
        width: 64%;
    }
    /* .divSignInPageSubCont, */
    .divForgetPasswordContainer, .divVerifyEmailContainer {
        margin: 65% 0;
    }

    .divBecomeAClient {
        margin-top: 30%;
    }
}
/*#endregion Bootstrap Breakpoints*/

@media only screen and (max-width : 1024px) {
    .inputTextBox {
        font-size: 16px !important
    }
    .AmLoginSealLogoMob img {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    
}



@media only screen and (max-width: 768px) {
    .logo {
        margin: 20px 0px 20px;
    }

    .marginTopXs30 {
        margin-top: 30px !important;
    }
   
}

@media only screen and (max-width: 414px) {
    .labelTitle {
        font-size: 11px;
    }

    label {
        font-weight: lighter;
    }

    .b2bCancelBtn {
        width: 30%;
    }
    .b2bContinueBtn {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) and (orientation: protrait) {
    .divSignInPageRightImg {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
    .divSignInPageRightImg {
        display: block !important;
    }
    .divSignInPageCont {
        padding: 0px 12%;
    }
    .divSignInPageCont{
        width:72%;
    }
}


@media only screen and (max-width: 1024px) {
    #divResetPasswordPage .divSignInPageSubCont {
        margin-top: 150px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1694px) and (orientation: landscape) {
    .loginButtons {
        width: auto !important;
        padding: 13px 30px;
    }

    
    .b2bContinueBtn {
        max-width: 315px !important;
        width: 100%;
    }
}
