#main {
  width: 100%;
  min-width: 760px;
  height: 100%;
  background-color: #F8F7F7;
  overflow-x: hidden;
  overflow-y: scroll;
}

#main-body-section {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  background-color: #F8F7F7;
}

#login-go-back-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}

#body-bottom-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.go-back-icon {
  color: #020452;
  font-size: 18px;
  margin-right: 7px;
}

.go-back-container {
  width: 55%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.go-back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6E6F73;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 5px 15px 5px 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.go-back-button:hover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #020452;
  border-radius: 50px;
  padding: 5px 15px 5px 10px;
  cursor: pointer;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
}

.go-back-button-text {
  font-size: 12px;
  font-family: Europa, Helvetica, sans-serif;
}

.login-boxes-container {
  width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.login-box-container {
  min-width: 400px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-box-top-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.login-box-middle-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.login-input-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F8F7F7;
  margin-bottom: 20px;
}

.login-input-title-container {
  padding: 7px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}

.login-input-title {
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Europa, Helvetica, sans-serif;
}

.login-input {
  margin: 0;
  border: 0px;
  font-size: 15px;
  padding: 7px;
  font-family: Raleway, Helvetica, sans-serif;
  border: 1px solid #C7C7C7;  
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.login-input:focus {
  outline: none;
  border: 1px solid #020452;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
  font-size: 15px;
  padding: 7px;
  font-family: Raleway, Helvetica, sans-serif;
}

.login-box-bottom-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #F8F7F7;
  border-top: 1px solid #C7C7C7;
}

.subheading2 {
  font-size: 18px;
  width: 100%;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login-subheading {
  font-size: 18px;
  width: 90%;
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;

}

.login-paragraph {
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
}

.login-small-paragraph {
  line-height: 20px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 11px;
  color: #6E6F73;
}

.login-link {
  line-height: 20px;
  color: #020452;
}

.login-button-text {
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 10px;
  font-family: Europa, Helvetica, sans-serif;
}

.login-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
  justify-content: space-between;
  border: 1px solid #6E6F73;
  border-radius: 50px;
  padding: 7px 10px;
  background-color: #FFFFFF;
}

.login-button:hover {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  border: 1px solid #020452;
  border-radius: 50px;
  padding: 7px 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
}
