@font-face {
    font-family:'MK3 Regular';
    src:url('//cdn2.hubspot.net/hubfs/3446569/fonts/ObjektivMk3-Regular.eot');
    src:url('//cdn2.hubspot.net/hubfs/3446569/fonts/ObjektivMk3-Regular.eot?#iefix') format('embedded-opentype'), 
    url('//cdn2.hubspot.net/hubfs/3446569/fonts/ObjektivMk3-Regular.woff2') format('woff2'), 
    url('//cdn2.hubspot.net/hubfs/3446569/fonts/ObjektivMk3-Regular.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/3446569/fonts/ObjektivMk3-Regular.otf')  format('opentype'), 
    url('//cdn2.hubspot.net/hubfs/3446569/fonts/ObjektivMk3-Regular.svg#ObjektivMk3-Regular') format('svg');
    font-weight:normal;
    font-style:normal;        
}
body {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 1.0em;
    line-height: 1.7;
    font-family: "MK3 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f5f5f2;

    margin: 0;
    -webkit-font-smoothing: antialiased;
    color: #26292B;
}
input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
}
img {
    max-width: 160px;
}
.title-img {
    margin-top: 100px;
}
.channel-name {
    font-weight: 900;
}
.message {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 74%;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.message p {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;

}
.message-img {
    max-height: 86px;
    margin-bottom: 30px;
}
.inner-message {
    margin-top: 70px;
    margin-bottom: 80px;
}
.message-title {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 0em;
}
.inpage-message-title {
    margin-top: 40px !important;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    font-weight: 400;
    font-size: 2.0em;
    padding: 20px 50px 10px 50px;
    max-width: 650px;
}
.ant-button {
    outline: 0 none!important;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative;
    width: auto;
    padding: 15px 30px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 0;
    border-radius: 30px;
    -webkit-appearance: none;
    background: transparent;
    font-size: 18px;
    color: #167B74;
    margin: 20px 0 20px 0;
    border: 2px solid #167B74;
}
.ant-prim-button {
    background: #167B74;
    color: #fff;
}
.big-margin-button {
    margin: 35px 0 35px 0 !important;
}
.footer {
    position: fixed;
    background-color: #26292b;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
}
.footer img {
    margin: 0;
    position: absolute;
    top: 50%;                 
    left: 60px;
    transform: translate(0, -50%)
}

.centre-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background: #fff;
    overflow: hidden;
    height: 100px;
}

.header img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}

hr {
     height: 1px;
        background-color: #e0e0e0;
        border: none;
}

.notification {
    background: #e0ffe0;
  border: solid 1px #49af49;
}

/* Customize the label (the container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.0rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #d6eeec;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #167B74;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.channel-statement {
    margin-top: 40px;
    margin-bottom: 10px;
}

.form-message {
    width: 55%;
    padding: 20px 50px 10px 50px;
    margin-top: 20px !important;
    max-width: 650px;
}

.message-container {
    margin-bottom: 140px;
}

form {
    padding-bottom: 20px;
}

.small-img {
    max-height: 20px !important;
}
