.primaryCapStormButtonLoginPage {
  background-color: #264CE9;
  cursor: pointer;
  color: #f7f7f7;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  padding: 8px 18px;
  width: 100%;
  border-radius: 6px;
}
* {
  box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.loginContainer {
	margin-top: 10%;
	margin-left: 15%;
}

.column {
  float: left;
  padding: 10px;
  position: relative;s
}

.left {	
  width: 50%;
}

.right {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}