.modal {
    display: none; 
    position: fixed; 
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
  }
  
  /* The Close Button */
  .qrCodeLoginclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .qrCodeLoginclose:hover,
  .qrCodeLoginclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
#qrCodeLoginLink {
  cursor:pointer;
}
.qrcodeReload {
left: 50%;
margin-left: -100px;
transform: scaleX(1) scaleY(1);
background-color: #5fb9b0;
border-radius: 50%;
margin-top: -100px;
padding: 0 30px;
text-align: center;
/* height: 195px; */
align-items: center;
box-sizing: initial;
color: white;
display: flex;
flex-direction: column;
font-size: 13px;
font-weight: normal;
height: 200px;
justify-content: center;
line-height: 18px;
position: absolute;
text-transform: uppercase;
top: 50%;
width: 140px;
z-index: 100;
  }

._2JTSk {
  margin: 5px 0 15px 0;
color: white;
flex: none;
}

#timerOuter {
    color: red;
    font-size: large;
    margin-left: 30px;
}
#timerInner {
    color: red;
    font-size: large;
}
#barCodeLoginImage {
  border-radius: 2px;
  align-items: center;
  display: flex;
  flex: none;
  height: 264px;
  justify-content: center;
  overflow: hidden;
  position:relative;
  width: 264px;
}
.landing-title{
  margin-bottom: 52px;
  color: #525252;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}
