.wrapper {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100vh;
}

.heading {
	color: #2196f3;
}

form {
	width: 70%;
 	min-width: 270px;
 	margin: 80px auto 0 auto;
}

form .form-control {
	height: 40px;
	border-radius: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

form .form-control:focus, 
form .form-control:active, 
form .form-control:hover {
	color: rgba(53, 53, 53, .4);
	outline: none;
	border: 1px solid #2196f3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

form .input-group-prepend {
	border: 1px solid #ced4da;
	width: 50px;
	padding-top: 8px;
}

.link {
	color: rgba(53, 53, 53, .7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.link:hover {
	color: #2196f3;
	text-decoration: none;
}

.bg {
	background: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),
	        url(/images/background.jpg) no-repeat center center fixed;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

ul.modalSignInUl {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.modalSignInUl li {
	margin: 5px 0 15px 0;
}

ul.modalSignInUl ul {
	list-style: none;
	margin-top: 5px;
}

ul.modalSignInUl ul li ul {
	margin: 0;
	padding: 0
}

ul.modalSignInUl ul li ul li {
	margin: 5px 0;
}