body {
  font-family: "PT Sans",sans-serif;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
.topBar {
  width: 1440px;
  height: 60px;
  box-shadow: 0px 10px 5px 0px lightgrey;
}
.contentWrapper {
  width: 1440px;
  height: 760px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  div.spacer {
    display: none;
  }
}
.loginForm {
  width: 635px;  
  float: left;
}
.backLink, .noAccount {
  margin: 38px 0px 75px 20px;
}
.backLinkArrow img {
    height: 12px;
}
.backLinkText {
  font-weight: bold;
  color: purple;
  text-decoration: none;
  margin-left: 5px;
}
h1 {
  margin: 0px 0px 33px 20px;
  font-size: 2em;
}
.userName, .password {
  width: 410px;
  height: 56px;
  border: 1px solid black;
  border-radius: 5px;
  margin: 0 0 23px 20px;
  text-align: center;
  text-align: left;
  padding: 0 0 0 20px;
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  div.userName {
    width: 300px;
  }
}
.forgotPassword {
  margin: 0px 0px 30px 20px;
}
.forgotPasswordText {
  font-weight: bold;
  color: purple;
  text-decoration: none;
}
.signInButton {
  width: 140px;
  height: 56px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: purple;
  margin: 0 0 60px 20px;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  padding: 17px;
  cursor: pointer;
}
.orText {
  margin: 0px 0px 20px 20px;
  font-weight: bold;
}

.googleBox {
  width: 429px;
  height: 56px;
  border: 2px solid #34a8eb;
  color: #34a8eb;
  border-radius: 5px;
  margin: 0 0 23px 20px;
  text-align: center;
  cursor: pointer;
}
.facebookBox {
  width: 429px;
  height: 56px;
  border: 2px solid #4034eb;
  color: #4034eb;
  border-radius: 5px;
  margin: 0 0 23px 20px;
  text-align: center;
  cursor: pointer;
}
.googleLogo, .facebookLogo {
  padding: 18px 0 0 0;
  display: inline-block;
}
.googleText, .facebookText {
  padding: 0 0 0 6px;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: text-bottom;
}
.noAccount {
  font-weight: bold;
}
.signUp {
  color: purple;
  text-decoration: none;
}
.pic {
  margin-top: -416px;
  float: right;
}
@media only screen and (max-width: 768px) {
  div.pic {
    display: none;
  }
}