@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #F8F8F8;
  background-image: url('../img/nda_background_desktop.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.center{
  text-align: center;
}

.pageTitle1{
  color: white !important;
  font-weight: bolder;
}

.pageTitle2{
  color: white !important;
  font-weight: ;
}

.img-logo{
  margin: auto;
  max-height: 150px;
  max-width: 100%;
}

.img-logo2{
  margin: auto;
  max-height: 125px;
  max-width: 100%;
}

.right{
  text-align: right;
}

.header{
  margin-top: 40px;
  margin-bottom: 40px;
}

.lang a{
  color: white;
  text-decoration: none;
}

.activeLang{
  font-weight: bold;
}

.form-title{
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  color: #b59c61;
}

.box{
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.success-box{
  font-size: 1.3rem;
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.box-title{
  color: #b59c61;
}

.footer{
  background-color: #F26921;
  padding: 50px
}

.contact{
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: bold;
}

.contact a{
  text-decoration: none;
  color: #F26921;
}

.social{
  text-align: right;
  font-size: 2rem;
}

.social a{
  color: white;
  text-decoration: none;
}

li{
  color:#b59c61;
}

li span{
  color:black;
}

.btn-custom{
  background-color: #b59c61;
  border-color: #b59c61;
  margin-top: 25px;
  margin-bottom: 100px;
}

.box-admin{
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  margin-top: 30px;
}
