
body{
	font-family: "Open Sans", "Roboto", sans-serif !important;
	background-color: #ccc;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.form{
background-color: #fff;
border-radius: 5px;
}
.form input[type="text"], input[type="password"] {
background: #f2f2f2;
}
.thumbnail {
  background: #fff;
  width: 200px;
  height: 150px;
  margin: 0 auto 30px;
  border: none;
  /*padding: 50px 30px;*/
  /*border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;*/
  box-sizing: border-box;
}
.thumbnail img {
  display: block;
  width: 100%;
  margin-top:18px;
}

.swal2-checkbox {
    display: none !important;
}

.bgWhite{
    background-color: #fff !important;
}
.mgTop0 {
    margin: 0px auto !important;
}
.message  {
	color: #b3b3b3 !important;
}
.message  a {
	color: #b3b3b3 !important;
}

