.main-header {
  background-color: #f50707;
}

body {
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: 'Montserrat', serif;
  font-weight: 700;
  line-height: 28px;
  color: #141110;
}

.section-title-wrap p {
  max-width: 600px;
  margin-bottom: 20px;
  color: #141110;
  font-size: 16px;
}

.post .post-title a {
  color: #141110;
}

.ct-footer {
  padding: 80px 0 0;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ct-footer a, .ct-footer i {
  color: #141110;
}

p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #141110;
}

.footer-bottom {
  background-color: var(--primary-color);
  padding: 20px 0;
}
.ct-newsletter {
  max-width: 600px;
  padding: 40px;
  background-color: #f50707;
}

.logo{
  margin: 65px 0px 30px 0px;
}

.auth-description-inner .btn-custom:hover{
  text-decoration: none;
}

#section-login .logo{
  margin: 21px 0px 18px 0px !important;
}