@charset "utf-8";

.login-cards-tab-wrp { position: relative; display: flex; align-items: center; }

.login-cards-tab-wrp .leftimg { max-width: 730px; position: relative; z-index: 1; }

.login-cards-tab-wrp .right-txt-wrp { padding: 45px 30px; margin: 0px; position: relative; background: rgb(255, 255, 255); max-width: 430px; box-sizing: border-box; border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(201, 201, 201) rgb(201, 201, 201) rgb(201, 201, 201) currentcolor; border-image: initial; }

.login-cards-tab-wrp .right-txt-wrp h5 span { margin: 2px; display: inline-block; border: 1px solid; padding: 5px 10px 4px; border-radius: 3px; font: 600 14px "Source Sans 3", sans-serif !important; }

.login-cards-tab-wrp .right-txt-wrp ul { padding: 0px; margin: 0px; }

.login-cards-tab-wrp .right-txt-wrp ul li { position: relative; padding-left: 14px; margin-bottom: 7px; list-style: none; }

.login-cards-tab-wrp .right-txt-wrp ul li::before { position: absolute; left: 0px; top: 0px; content: ""; font-family: "Font Awesome 5 Pro"; color: rgb(131, 38, 37); }

.login-cards-tab-wrp .leftimg .elementboxes { background: rgb(246, 169, 27); width: 27px; height: 27px; position: absolute; z-index: 2; bottom: -13px; right: -13px; }

.login-cards-tab-wrp .leftimg .elementboxes::after { background: rgb(246, 169, 27); width: 11px; height: 11px; position: absolute; z-index: 2; bottom: -11px; right: -11px; content: ""; }

.forimgright .login-cards-tab-wrp .right-txt-wrp { order: -1; border-left: 1px solid rgb(201, 201, 201); border-right: 0px; }

.forimgright .login-cards-tab-wrp .leftimg .elementboxes { bottom: -13px; left: -13px; right: auto; }

.forimgright .login-cards-tab-wrp .leftimg .elementboxes::after { bottom: -11px; left: -11px; right: auto; }

.bg-redwrap .bg-burgendy { background: rgb(131, 38, 37); margin: 50px 0px 30px; }

.bg-redwrap .bg-burgendy .btn-yellow { background: rgb(246, 169, 27); }

.bg-redwrap .bg-burgendy .btn-yellow:hover { background: rgb(255, 255, 255); color: rgb(246, 169, 27); }

@media (max-width: 1169px) {
  .login-cards-tab-wrp { flex-wrap: wrap; max-width: 730px; margin: 0px auto; }
  .login-cards-tab-wrp .right-txt-wrp, .forimgright .login-cards-tab-wrp .right-txt-wrp { max-width: 100%; border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(201, 201, 201) rgb(201, 201, 201); border-image: initial; padding: 20px; }
  .forimgright .login-cards-tab-wrp .right-txt-wrp { order: 1; }
  .forimgright .login-cards-tab-wrp .leftimg .elementboxes { bottom: -13px; right: -13px; left: auto; }
  .forimgright .login-cards-tab-wrp .leftimg .elementboxes::after { bottom: -11px; right: -11px; left: auto; }
}

@media (max-width: 990px) {
}

@media (max-width: 767px) {
  .login-cards-tab-wrp .leftimg .elementboxes { display: none; }
  .bg-redwrap .bg-burgendy { background: rgb(131, 38, 37); margin: 30px 0px 15px; }
}

@media (max-width: 599px) {
  .bg-redwrap .bg-burgendy { background: rgb(131, 38, 37); margin: 0px 0px 15px; }
}

@media (max-width: 479px) {
}

@media (max-width: 359px) {
}