@charset "utf-8";

body{
	height: 100%;
  background-image: url(../image/background.png);
  background-repeat: no-repeat;
  background-position: center;

}
.container-fluid{
	margin-top: 50px;
}
#main-label{
  color: white;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;


}
.container {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.671026)), to(rgba(255, 255, 255, 0.108561)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.671026) 0%, rgba(255, 255, 255, 0.108561) 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  overflow: hidden;
	margin-top: 30px;
	height: auto;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	
}
.alert-danger {
  background-color: #8154ea75;
  color: #FFFFFF;
 
  font-size: 20px;
  -webkit-box-shadow: 0px 0px #EA5455;
  box-shadow: 0px 0px #EA5455;
border: 0px;
}

label {
    color: rgba(0,0,0,1.00)!important;
    font-family: 'Poppins', sans-serif!important;
    font-size: 19px;
}


input{
	border: 1px solid rgba(0,0,0,1.00)!important;
  color: rgba(0,0,0,1.00)!important;
  font-family: 'Poppins', sans-serif!important;
}


.pointdiv{
	margin-top: 20px;
	padding: 0px 40px 0px 40px;
	display: none;
}
.rowpoint{
	background-color: rgba(240, 240, 240, 0.918);
	min-height: 50%;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
  border: 5px solid white;
}

.paragraph{
	
	font-size: 20px;
	text-align: center;
}
.numberss{
	
	font-size: 20px;
	text-align: center;
	color: #E80F37;
}
.allertcol{
	margin-top: 20px;
	display: none;
}
h1, h3, h4, h5, h6{
  color: rgba(0,0,0,1.00)!important;
    font-family: 'Poppins', sans-serif!important;
}
.danger{  
  
  font-size: 20px;
  position:fixed;
  top:0px;
  width:100%;
  height:0;  
  box-sizing:border-box;
  color:rgb(255, 0, 128);  
  text-align:center;
  background:white;
  box-sizing:border-box;
  transition:height .2s;
  z-index: 2;
}

#dangerspan:before{
  display:block;
  margin-top:15px; 
  
}

.dangerbox{  
  height:50px;
}

.divdanger:before{
  z-index: 3;
  Content:"Your Number Must Be Between 0 and 20";
  
}

