.round {
  position: relative; }
  .round label {
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px; }
    .round label:after {
      border: 2px solid #fff;
      border-top: none;
      border-right: none;
      content: "";
      height: 6px;
      left: 2px;
      opacity: 0;
      position: absolute;
      top: 3px;
      transform: rotate(-45deg);
      width: 9px; }
  .round input[type="checkbox"] {
    visibility: hidden; }
    .round input[type="checkbox"]:checked + label {
      background-color: #e62154;
      border-color: #e62154; }
      .round input[type="checkbox"]:checked + label:after {
        opacity: 1; }

@media all and (min-width: 280px) {
  .btn-search-cancel {
    display: block;
    visibility: hidden; }
  .glyphicon {
    display: block;
    visibility: hidden; } }

#loginLanding .g-pa-45--md {
  padding: 2.14286rem !important; }

@media (min-width: 768px) {
  #loginLanding .g-pa-45--md {
    padding: 2.14286rem !important; } }

@media (max-width: 767px) {
  .align-center {
    text-align: center;
    justify-content: center;
    align-items: center; } }

#forgotPasswordChooseOptionForm .g-mb-15 {
  width: 100%;
  display: block; }

.unlockAlert {
  position: absolute !important;
  right: 16px !important;
  top: -58px !important;
  padding: 5px 39px !important;
  line-height: 18px !important;
  left: 13px !important; }

.unlockAlert .close {
  top: 7px !important; }

.unlockAlert .alert-indicator {
  position: absolute !important;
  left: 11px !important;
  top: 12px !important; }

.closebtn {
  margin-left: 15px;
  color: #9e9e9e;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer; }

.closebtn:hover {
  color: black; }

ul.vialogin {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  border-bottom: 2px solid #f1f1f1; }

.vialogin li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 55px;
  background: #fff; }

.loginbtn {
  width: 100%;
  background: #173373 !important;
  color: #fff !important; }

.vialogin li:first-child {
  border-radius: 20px 0 0 0;
  border-right: 2px solid #f1f1f1; }

.vialogin li:last-child {
  border-radius: 0 20px 0 0; }

.loginViaPassword, .loginViaOTP, .personalDetails {
  background: #fff;
  padding: 45px 44px;
  border-radius: 0 0 20px 20px; }

.personalDetails {
  border-radius: 20px; }

.clr {
  clear: both; }

.ViaPasswordBtn, .ViaOtpBtn {
  cursor: pointer; }

.Welcometxt {
  color: #122f70;
  margin-bottom: 0; }

.Logintxt {
  color: #333; }

.ViaPasswordBtn.active, .ViaOtpBtn.active {
  border-bottom: 3px solid #153887;
  color: #153887;
  font-weight: bold; }

.cancelbtn {
  background-color: #fff !important;
  border: 1px solid #333;
  color: #333 !important; }

.resend-otp a {
  color: #153887 !important;
  text-decoration: underline; }

.align-center {
  text-align: left !important;
  display: block; }

.loginReceiveOTP2 {
  background: #fff;
  border-radius: 20px;
  padding: 20px; }

.loginReceiveOTPImg {
  max-width: 400px; }

@media only screen and (max-width: 1200px) {
  input.otpInput {
    margin-bottom: 5px; }
  .personalDetails label {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .loginViaPassword, .loginViaOTP, .personalDetails {
    padding: 45px 0; }
  .vialogin li {
    line-height: 25px;
    background: #fff;
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .loginimgContain img {
    width: 90%; }
  .portlet-decorate .portlet-content {
    background: none !important; }
  input.otpInput {
    margin-right: 4px !important; }
  .mobilePadding {
    padding: 0 !important; }
  .signinTest {
    text-align: center; }
  .loginReceiveOTP2 {
    padding: 0px; }
  .loginViaPassword, .loginViaOTP, .personalDetails {
    padding: 45px 0; }
  .vialogin li {
    line-height: 22px;
    background: #fff;
    width: 50%;
    font-size: .9rem !important; } }

.form-check.login-form-item {
  border: 2px dashed #c0c0c0;
  border-radius: 10px; }

.login-form-item .form-check-input {
  accent-color: #e62154 !important; }

#personalDetailslogin .form-group {
  text-align: left !important; }

#personalDetailslogin .form-group label[for] {
  cursor: pointer;
  font-size: 13px; }

.login-form-item .form-check-input {
  accent-color: #e62154 !important; }