@font-face {
	font-family: 'frs';
	src: URL('FREESCPT.TTF') format('truetype');
  }

  
.wrap-login100 {
   

  background: #9152f8;
  background: -webkit-linear-gradient(top, #7579ff, #b224ef);
  background: -o-linear-gradient(top, #7579ff, #b224ef);
  background: -moz-linear-gradient(top, #7579ff, #b224ef);
  background: linear-gradient(top, #7579ff, #b224ef);
}

xinput, xselect{
  background-color:transparent !important;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	/* display: -webkit-box; */
	/* display: -webkit-flex; */
	/* display: -moz-box; */
	/* display: -ms-flexbox; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.5);
}