html, body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Ubuntu', sans-serif !important;
}
button {
  outline: none !important;
  overflow: hidden !important;
}
.header{
  text-align:center;
}
.header img{
  width:90px;
}
h2{
  color: #6A6A6A;
  text-align:center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.footer{
  text-align:center;
  color: #6A6A6A;
  margin-bottom: 10px;
}
.privacy-background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  color: white;
}

.privacy-background img {
  width: 100%;
  height: 100%;
}


.privacy-title {
  margin-top: 10px;
  color: #6A6A6A;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.privacy-description {
  margin-top: 3rem;
  color: #707070;
  font-size: 20px;
  text-align: center;
}

.privacy-items {
  padding-bottom: 2rem;

}

.privacy-items div {
  margin-bottom: 0.6rem;
  color: #707070;
  font-size: 19px;
  text-align: center;
}
.privacy-item {
  margin: 0 auto;
  width: 75%;
}

.privacy-item-description {
  margin-top: 1rem !important;
  padding: 15px !important;
  color: #5a5a5a !important;
  font-size: 16px !important;
  text-align: left !important;
}

.privacy-item-icon {
  margin-top: 0.2rem !important;
  color: #28E895 !important;
  font-size: 35px !important;
}

.privacy-item-icon i {
  cursor: pointer;
}

.privacy-item-icon i:hover {
  transform: scale(1.1);
}


.privacy-item-active {
  font-weight: bold;
}

.privacy-item-bordered {
  padding-top: 10px;
  border: 2px solid #28E895 !important;
  border-radius: 50px !important;
}

.email-background {
  background-color: #E5E5E5;
  margin-bottom: 5rem;
}

.email-box {
  box-shadow: 0 0 10px #000000;
}

.email-left-box {
  background-color: white;
  padding: 80px 20px;
}

.email-right-box-text {
  background-color: rgba(0, 0, 0, .5);
  padding: 80px 20px;
}

.email-left-box input {
  border: 0;
  outline: none;
  border-bottom: 1px solid grey;
  width:60%;
}

.email-left-box input::placeholder {
  color: #6D6D6D;
}
.email-left-box button {
  width: 35%;
}
.email-right-box {
  background-image: url('../images/email-right-box.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;

  font-size: 1.8rem;
  font-weight: 700;
}

.parallax-background {
  padding:180px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/email-right-box.jpg');
}

.form-container {
  width: 50%;
  margin: auto;
  margin-bottom:20px;
  background-color: white;
  padding: 80px 30px 20px 30px;
  box-shadow: 0 0 10px #000000;
}

.form-title {
  font-size: 35px;
}

.form-line {
  width: 75%;
  background-color: grey;
}

.white-container-description {
  font-size: 20px;
  color: lightgrey;
}

.form-button {
  user-select: none;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  padding: 12px 30px;
  transition: 0.5s;
  white-space: nowrap;
}

.b-green {
  background-color: #28E895;
  color: white;
  border: 1px solid transparent;
}

.b-green:hover {
  background-color: white;
  color: #28E895;
  border: 1px solid #28E895;
}

.b-red {
  background-color: #E82828;
  color: white;
  border: 1px solid transparent;
}

.b-red:hover {
  background-color: white;
  color: #E82828;
  border: 1px solid #E82828;
}

.form-edit {
  padding: 50px 0;
  margin: auto;
  width: 75%;
  color: black;
  font-size: 18px;
}

.form-edit input{
  height: 45px;
  width: 100%;
}

.form-input-group {
  padding-top: 2px;
  text-align: left;
}

.form-list {
  margin-top: 40px;
}

.form-list-element {
  font-size: 20px;
  color: grey;
  margin-top: 20px;
}

.form-list-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding: 5px;
  margin-left: 5px;
  font-size: 20px;
  border: 1px solid #28E895;
  background-color: transparent;
  color: #28E895;
  cursor: pointer;
}

.form-list-icon:hover {
  border: 1px solid transparent;
  background-color: #28E895;
  color: white;
}

.form-list-icon-disabled {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding: 5px;
  margin-left: 5px;
  font-size: 20px;
  border: 1px solid lightgrey;
  background-color: transparent;
  color: lightgrey;
  cursor: pointer;
}

.form-list-icon-disabled:hover {
  border: 1px solid transparent;
  background-color: lightgrey;
  color: white;
}

.border-bottom {
  border-bottom: 1px solid grey;
}

.form-list-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-list-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-list-checkbox {
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 1px solid black;
}

.form-list-label input:checked ~ .form-list-checkbox {
  background-color: #28E895;
  border: 1px solid transparent;
}

.form-select {
  width: 100%;
  height: 40px;
}
