.banner.wrapper {
  display: none;
}

.topsection {
  max-width: 1170px;
  width: 96%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.leftAside {
    box-sizing: border-box;
    width: 65%;
    padding: 0 2% 0 0;
    margin: 0;
}

.rightAside {
  box-sizing: border-box;
  width: 35%;
  padding: 0 0 0 2%;
}
.cfplogin {
	line-height: 2em;
}

label {
    display: inline-block;
    width: 40%;
}

input.btn {
      -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: #0072bc;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    min-width: 180px;
    padding: 14px;
    text-align: center;
    border: none;
    margin: 5px 0;
}

.cfplogin input.btn {
    display: block;
}

section.tabs {
	display:flex;
	align-items:center;
	justify-content: center;
	border-bottom: 4px solid #0072bc;
}
section.tabs h2 {
	width: 40%;
	text-align:center;
	padding: 0.5em 1em;
	background-color: #ddd;
	color: #999;
	margin: 1em 0.5em 0 0;
}
section.tabs h2.open {
	background-color: #0072bc;
	color: #fff;
}
/* basic toggle styles are in cfp/customheader.tt */

@media (max-width: 740px) {
  .topsection {
    flex-direction: column;
  }

  .leftAside, .rightAside {
    width: 90%;
    margin: 0 auto;
  }
}

.login  {
      border:1px solid #5D95BB; 
      padding:1em; 
       border-radius: 25px;
      }
}
