* {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  height: 100%;
}

a {
  color: #000000;
  font-style: italic;
}

a:hover {
  color: #707070;
  text-decoration: underline;
}

main {
	height: 100%;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0) !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#logo {
  margin-left: auto !important;
  max-width: 150px;
}

#section1 {
	height: 100%;
}

#section1 > .row {
	height: 100%;
}

/* Left Section 1 */

#s1-left {
	width: 100%;
	background-color: #d6d8d7;
  	background-image: url('../images/main2.png');
}

/* Form */

.emailfield {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1 solid #000000;
}

::placeholder {
  color: #707070;
  opacity: 1;
  font-style: italic;
  font-size: 28px;
}

.box > div {
  padding-bottom: 20px;
}

.logo-sm {
  display: inline;
  max-width: 300px;
}

.box {
	padding-top: 100px;
  	padding-left: 80px;
  	padding-right: 80px;
}

.txtbox {
  vertical-align: bottom;
  line-height: 1.4;
}

.txtbox1{
  font-size: 40px;
  color: #C1AC5E;
}

.txtbox2{
  font-size: 30px;
  color: #707070;
}

.form-row {
  padding-bottom: 10px;
}

.form-check {
  padding-left: 0 !important;
}

.form-check-input {
  margin-left: 0 !important;
}

.form-check-label {
  margin-left: 1.25em !important;
}

.btn-container {
  text-align: center;
}

.btn {
  border-radius: 30px;
  font-size: 32px !important;
  width: 80%;
}

.btn-success {
    color: #ffffff;
    background-color: #C1AC5E;
    border-color: #C1AC5E;
}

.btn-success:hover {
  background-color: #707070;
  border-color: #707070;
}

.btn-success:active {
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  text-decoration: none !important;
}

.form-group-solid2 {
    font-size: 15px;
    border-bottom: 1px solid #000;
    margin: 20px;
    margin-left: 30px;
}

#fieldemail {
  font-size: 28px;
  font-style: italic;
  color: #707070;
}

#errormsg {
  height: 24px;
  margin-bottom: 40px;
  color: #ff6f27;
}

.txt{
  width: 400px;
}

#pp-label {
  color: #707070;
}