/* custom style */

.bg-orange-custom {
  background-color: #F5801A;
}
.bg-blue-custom {
  background-color: #3544A1;
}
.text-right-custom {
  text-align: right;
}
.vertical-align-custom {
  vertical-align: bottom !important;
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 85% !important;
  }
}
.frontpage-title-custom {
  padding-bottom: 30px;  
}
.nextpage-title-custom {
  padding-top: 50px;
  padding-bottom: 30px;
}
.nextpage-text-block{
  padding-left: 0px !important;
}
.page-tbl {
  padding-left: 20px !important;
}
.mrg-btm50 {
  margin-bottom: 50px !important;
}
.nws {
  width: 100%;
  position: relative;
  height: 50px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
}

.text_input {
  height: 45px;
  width: 70%;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 17px;
  margin: 3px;
  border: none;
}

.btn {
  //position: absolute; 
  height: 48px;
  line-height: 50px;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background: #F5801A;
  color: white;
  border: none;
  width: 25%;
  font-weight: bold;
}
.footer-newsletter {
  position: absolute;  
}
.menu-login-link {
  background-color: #F5801A;
  border: 1px solid #F5801A;
  border-radius: 0.375rem;
  color: #FFF;  
  margin-left: 5px !important;
  padding: 5px 15px !important;
}
.clen-login-input {
  margin-bottom: 10px;
  max-width: 400px;
}
.clen-login-btn {
  margin-top: 15px;
  max-width: 200px;
}
#titleImg {
  background-image: url("../img/title-psycholog.jpg");
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}