.row.centerit {
  text-align:center;
}

.formcustom {
  /* max-width:400px; */
  height:auto;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
}

.login {
  margin-top:20px;
}

.letdown {
  margin-top:40px;
}

#logmein {
  margin-bottom:20px;
}

.in1 {
  text-align:center;
  display:block;
  margin:0 auto;
  margin-top:35px;
  height:30px;
  text-align:center;
  border:4px;
}

#user {
  margin-top:20px;
}
/* 
#video{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
} */

.qr-code-scan{
    position: absolute;
    margin: 25px 0px 0px 16px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.qr-code-scan:hover{
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    height: 31px;
    width: 31px;
}

.webcamvideo{
    height: 530px;
    width: 650px;
    position: fixed;
    top: 14%;
    left: 28%;
}


.flipped-video {
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    border-top : 43px solid #062063;
    width: 100%;
    height: 100%;
    background-color: gray;
}

.dlgheaderstart{
    position: absolute;
    z-index: 1;
    color: whitesmoke;
    /* padding: 12px; */
    display: flex;
    width: 100%;

    > div {
      cursor: pointer;
      border: 0.5px solid transparent;
      height: 39px;
      padding: 10px 5px;
      margin-top: 2px;
      text-align: center;
    }
}

.dlgheaderend{
    position: absolute;
    z-index: 1;
    color: whitesmoke;
    padding: 12px;
    background: none;
    border: none;
    right: 7px;
}

.dlgheaderstartleft {
  margin-left: auto;
}

.dlgheaderstartright {
  margin-left: 20px;
  margin-right: auto;
}

.selectedView {
  color: #062063;
  background-color: whitesmoke;
  border: 0.5px solid transparent;
}

.unselectedView:hover {
  border: 0.5px solid white;
}

.faceloginimg{
    position: absolute;
    margin-left: 16px;
    box-shadow: 2px 2px 2px darkblue; 
    cursor: pointer;
}

.faceloginimg:hover{
    box-shadow: 2px 2px 2px cadetblue;
    zoom: 1.01;
}
