.silveBg{
  background-color: #FAFAFA;
}

.blueBg{
  background-color: #252566;
}
.fullScreen{
  position:fixed;
  padding:0;
  margin:0;

  top:0;
  left:0;

  width: 100%;
  height: 100%;
}

.landingPage{
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.btnLightBlue{
  color: white;
  background-color: #34b0ff;
}

.btnLogoWidth{
  width: 100%;
}

.bottomSpacing{
  margin-bottom: 50px;
}

.welcomePage{
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  text-align: center;
  font: grey;

}

.topSpace{
  margin-top: 25px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


.centerTop{
  text-align: center;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.centerBot{
  bottom: 0px;
  padding: 25px;
  width:100%;
  text-align: center;
  position: absolute;

}

.theCenter{
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

.img-circle {
    overflow: hidden;
    width: 150px;
    height: 150px;
  /*-webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;*/
  background-clip: padding-box;
  /*margin: 7px 0 0 5px;*/
  /*float: left;*/
  background-size: cover;
  background-position: center center;
  /*z-index: -1;*/
}

.myMask{
  width: 40%;
  height: 40%;
  overflow: hidden;
}

.document{
  height: 40%;
  width: auto
}
.customCap{
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
#currentLocation{
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20%;
  top:20%;
};

.bgSelfy{
  margin-top: 50px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-position-y: -50px;
  background-image: url('../images/mask.png');
  /*pointer-events: none;*/
};
