.column {
  height: 100vh;
  width: 100%;
}

.left{
	opacity: 0.5;
}

.space{
	height:200px;
}

.sentence{
	opacity: 1.0 !important;
	margin-left:100px;
	margin-top:200px;
}

.sentence2{
	opacity: 1.0 !important;
}

@media all and (min-width: 700px) {
  .wrapper {
    display: flex;
  }
}

@media (max-width:700px) {
	.left{
		display: none;
	}
}
.testpage{
	text-align: center;
}

.space_mt{
	margin-top:50px;
}

.circle{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background:white;
	/*float:left;*/
}

.testpage{
	font-size:20px;
	/*position:relative;*/
	/*float:left;*/
	text-align: center;
}

/*
.circle2{
	float:left;
}
*/

.loginform{
	margin :0 auto;
}

.inputText{
	clear:both;
}


.color1{
	background:linear-gradient(#05FBFF, #1E00FF);
}

.color2{
	background:linear-gradient(to bottom, #FFC778, #FFF);
}

.color3{
	background:linear-gradient(-135deg, #E4A972, #9941D8);
}

.color4{
	background:linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8));
	}

.btnstyle{
	border-radius: 25px;
	text-decoration:none;
	border-style: none;
	width:100px;
}

.or{
	text-align: center;
}

.btnwrapper{
		text-align: center;
	margin :0 auto;
}