#login{
  width: 649px;
  float: left;
  text-align: center;
}
#agency{
  width: 649px;
  height: 300px;
  float: right;
  text-align: center;
}
#submit-button-row{
  margin-top: 10px;
}
#agency-img{
  max-height: 300px;
  max-width: 600px;
}
#quick-links{
	margin: 20px auto;
	width: 420px;
	background-color: #DDD;
	padding: 10px 0;
	border-radius: 5px;
}
#quick-links > a{
	font-size: 16px;
	font-weight: bold;
	color: #006C41;
	padding: 0 10px;
}
.twitter-timeline{
	margin-left: auto;
   	margin-right: auto;
}
@media (max-width: 1300px) {
  #login{
    float: unset;
    width: 100%;
    border-right: unset;
    height: unset;
  }
  #agency{
    float: unset;
    width: 100%;
    height: unset;
    margin-top: 10px;
  }
  #agency-img{
    max-width: 200px;
    margin-top: 10px;
  }
}
@media (max-width: 500px){
	#quick-links{
		display: none;
	}
}
