body{
  font-family: 'Roboto Condensed', sans-serif;
  background-color:#dfdfdf;
  color:#616161;
}

.claims-provider-list-buttons{
	display: none !important;
}
.claims-provider-list-buttons, .social {
    display: none !important;
}

.login-container{
  background-color: #ebebeb;
  border:10px solid #fff;
  margin:10vh auto 0 auto;
  max-width:880px;
}
.login-container a{
  color:#121c4d;
}
.login-container__info01{
  background-color:#bdd22e;
  color:#121c4d;
  border-right:10px solid #fff;
  position: relative;
  width:100%;
  padding:30px;
}
.login-container__info01 h1{
  font-weight: normal;
  font-size:24px;
}
.login-container__info02{
  padding:20px 30px;
}
.logo-argos{
  position: absolute;
  bottom:20px;
  left:20px;
}
.form-control{
  border-radius:0;
  font-weight: lighter;
}
.form-group label{
  color:#121c4d;
  font-weight: bold;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b1b1b1;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #b1b1b1;
}
.forgot-pwd a{
  color:#121c4d;
  font-size:13px;
  font-weight:lighter;
}
.form-control:focus{
  border-color:#bdd22e;
  box-shadow:0 0 0 0.2rem rgba(189, 210, 46, .25);
}
.btn{
  border-radius:0;
  border:none;
  font-size: 22px;
  font-weight: normal;
}
.btn-primary{
  background-color:#bdd22e;
  color:#121c4d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color:#9baf11 !important;
}
.btn-primary.focus, .btn-primary:focus{
  box-shadow:0 0 0 0.2rem rgba(189, 210, 46, .25);
}
.idiomas {
  font-size: 12px;
}
.idiomas img{
  height:14px;
}
.idiomas span{
  display: block;
}
.user-location{
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #a4a4a4;
}
.user-location img{
  margin-bottom:3px;
  margin-left:5px;
}
.user-destination{
  text-align: center;
  line-height: 1.2em;
}
.user-destination strong{
  color:#121c4d;
}
.user-destination > div:first-child{
  padding-top:10px !important;
}
.chatus{
  line-height:1.1em;
  text-align: right;
}
.chatus img{
  margin-left:5px;
}
.chatus > div:first-child{
  text-align: right;
  padding-right:10px !important;
  font-size:12px;
}
.chatus a{
  padding-top: 5px;
  display: inline-block;
}
.form-form h2{
  font-size:14px;
  font-weight:400;
}
.form-form label{
  color: #121c4d;
  font-weight: bold;
  display:block;
}

.form-form input[type="email"],
.form-form input[type="password"]{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 12px;
}
.form-form input[type="password"]{
  margin-bottom: 40px;
}
.form-form button{
  background-color: #bdd22e;
  color: #121c4d;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding:10px 0;
  border:none;
  margin-bottom: 12px;
}
.divider,
.create,
.intro{
  display: none;
}
.password-label{
  position: relative;
  margin-bottom: 0;
}
#forgotPassword{
  position: absolute;
  top: 80px;
  right: 0 !important;
  display: inline-block;
}
#forgotPassword:before{
  background-image: url(https://argosb2cdoctus.blob.core.windows.net/customb2cpages/colombia/images/question-icon.png);
  background-repeat: no-repeat;
  width:13px;
  height: 13px;
  position: absolute;
  content:"";
  top: 5px;
  left: -15px;
}

.foot {
    width:100%;
    text-align:center;
    padding:10px;
    position:absolute;
    bottom:0;
    color:#121c4d;
    font-size:12px;
}

.foot a {
    color:#121c4d;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.mobile-block {
  text-align: center;
  margin: 20px 0;
  display: none;
}

.mobile-block__txt {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.login-box {
  display: none;
}

/* ------------------------------------------- */
/* ----------- RESPONSIVE ---------------- */
/* ------------------------------------------- */

 @media only screen and (max-width : 767px) {
     .login-container{
       margin-top:0;
     }
    .login-container__info01{
      border-right:none;
      border-bottom:10px solid #fff;
      padding-bottom:60px !important;
    }
    .login-container__info01 p{
      margin-bottom:0;
      display: block;
    }
    .logo-argos img{
      height:50px;
    }
    .login-container__info02 {
      padding:10px !important;
    }
    .login-container__info02 .txt {
      font-size: 15px;
      line-height: 1.2em;
      margin-bottom:5px;
      display: none;
    }
    .login-container .form-group{
      margin-bottom:5px;
    }
    .idiomas{
      margin-top:20px;
    }
 }

 @media only screen and (max-height : 700px) {
     .foot{
       position: static;
     }
 }

@media only screen and (max-width:500px) {

    body {
      background-color: white;
    }

  .login-container {
    border: 0;
    background-color: transparent;
  }

  .login-container__info01 {
    border: 0;
  }

  .logo-argos {
    bottom: 16px;
  }

  .login-container__info01 {
    padding-bottom: 80px !important;
  }

  .login-container__info02 .txt,
  .login-container__info02 .login-links,
  .login-container__info02,
  .login-container__info02 #forgotPassword {
    display: block !important;
  }

  .user-destination .d-flex,
  .d-none{
    display: none !important;
  }



  .mobile-block {
    display: block;
  }

  .mobile-block__txt {
    margin: 0;
    text-align: left;
    color: #121c4d;
    display: none;
  }

  .form-form button {
    background-color: #121c4d;
    color: #ffffff;
  }

  .foot,
  .foot a {
    color: #121c4d;
  }

  .login-box {
    padding: 10px;
    display: block;
  }

  .magic-box {
    background-color: #f3f3f3;
    min-height: 100px;
    padding: 10px;
  }

  .chatus{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .user-location{
    font-size: 15px;
  }

  .foot{
    font-size: 10px;
  }

  .chatus > div:first-child{
    font-size: 14px;
  }

  .text-app span {
    display: none;
  }

  .text-app__lenguage {
    display: none;
  }

 }