*{
	margin: 0;
	padding: 0;
}

.container-fluid{
	height: 100vh;
    overflow: auto;
	background-color: #c9cdd0;
	background-position: center;
	background-size: cover;
	position:absolute;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.logo-image{
	margin-top: 5%;
}
.form-box{
	width: 95%;
	height: 520px;
	/*height: 450px;*/
	margin-top: 11%;
	position: relative;
    background: #fff;
	border-radius: 10px;
	overflow-x: hidden;
	Overflow-y: scroll;
}
.form-box2{
	width: 95%;
	/*height: 520px;*/
	height: 480px;
	margin-top: 40px;
	position: relative;
    background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.button-box{
	width: 220px;
	margin: 35px auto;
	position: relative;
	box-shadow: 0 0 20px 9px #bbbcf0;
	border-radius: 30px;
	justify-content: space-between;
}
#btn{
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: linear-gradient(to right, #bbbcf0, #e37467);
	border-radius: 30px;
	transition: .5s;
}
.toggle-btn{
	font-size: 15px;
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	border:0;
	outline: none;
	position: relative;
}
.input-group{
	position: absolute;
	width: 280px;
	transition: .5s;
}
.input-field{
	width: 70%;
	padding: 3px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
}
.submit-btn{
	width: 50%;
	margin: 15px 35px;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	background: linear-gradient(to right, #bbbcf0, #e37467);
	border: 0;
	border-radius: 30px;
}
#login{
	left :50px;
	top: 40px;
}
#register{
	left :500px;
	top: -140px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.gap{
	margin-top: 15px;
	margin-right: 15px;
}
::-webkit-scrollbar {
	height: 80%;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	margin-top: 10px;
    margin-bottom: 10px;
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(51, 176, 255, 0.3);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e37467; 
}
.toggle-btn:focus {
outline: none;
box-shadow: none;
}

.submit-btn:focus {
outline: none;
box-shadow: none;
}

iframe{
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 3%;
}
.form-group{
	width: 80%;
}
.header{
	margin-top: 30px;
	margin-left: 2%;
}
.header2{
	margin-top: 30px;
	margin-left: 2%;
	margin-bottom: 30px;
}
#questionForm{
	left: 40px;
	top: 40px;
}
#sources{
	left :500px;
	top: -140px;
}
h5{
    padding: 10px;
    margin-top: 1%;
    margin-left: 18%;
}
#sources ul{
    width: 80%;
	list-style: none;
	color: #fff;
}
#sources ul li{
	width: 50%;
	margin-left: 20%;
	padding: 10px;
	cursor: pointer;
	background: rgba(223, 122, 115, 0.7);
	border-radius: 30px;
}
#sources ul li a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	margin-left:30%;
}

.state-dropdown{
    margin-top: 10px;
}
#exampleFormControlSelect1{
    width: 90%;
}
.alert{
    width: 90%;
}
/*.background{
	height: 100%;
	width : 100%;
	background-color: #e37467;
	background-position: center;
	background-size: cover;
	position:absolute;
}
.img-panel{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.form-box{
	width: 28%;
	height: 85%;
	position: relative;
	margin: 2% 6% 20% 65%;
    background: #fff;
    padding: 5px;
	border-radius: 10px 10px 10px 10px;
	overflow-x: hidden;
	Overflow-y: scroll;
}
.button-box{
	width: 220px;
	margin: 35px auto;
	position: relative;
	box-shadow: 0 0 20px 9px #bbbcf0;
	border-radius: 30px;
	justify-content: space-between;
}
.toggle-btn{
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	border:0;
	outline: none;
	position: relative;
}
#btn{
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: linear-gradient(to right, #bbbcf0, #e37467);
	border-radius: 30px;
	transition: .5s;
}
.input-group{
	top: 180px;
	position: absolute;
	width: 280px;
	transition: .5s;
}
.input-field{
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
}
.submit-btn{
	width: 50%;
	margin: 15px 65px;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	background: linear-gradient(to right, #bbbcf0, #e37467);
	border: 0;
	border-radius: 30px;
}
#login{
	left :50px;
}

#register{
	left :450px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.gap{
	margin: 45px 30px;
}
.img-box{
	width: 60%;
	height: 85%;
	margin-top: 2%;
    margin-bottom: 1%;
    margin-right: auto;
    margin-left: 5%;
    background: transparent;
    padding: 5px;
	float: left;
}
img {
    max-width: 100%;
    max-height: 100%;
}*/