:root {
  --primary: #46791D;
  --primary-light: rgba(70, 121, 29, .5);
}

body {
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  color:#676767;
}

header {
    transition: all .75s ease;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
}

.headerlogo {
    width: 100%;
}

.background-image-holder {
  background-image: url(https://mealcounter.cartewheelsolutions.com/img/fruit-bg.0d204a04.png);
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  opacity: .2;
}

section{
  padding-bottom:8em;
}

section.white-background {
  background-color: white;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
    color: #9BB77F;
}

.forgot-pass a{
  color:var(--primary);
}

.login-logo {
  margin: 0 auto 2em;
  text-align: center;
}

.login-wrapper {
  max-width: 35em;
  width: 100%;
  padding: 0 1em 1em;
  z-index: 100;
  top: 10%;
  left: 0;
  right: 0;
  margin: 10% auto 0;
}

section.log-in {
    padding-top: 150px;
}

.header-logo {
    max-width: 300px;
    margin: .5em auto 2em;
    width: 100%;
}

#loggedHeader {
    overflow: hidden;
    padding: 8em 0 2em;
    margin-bottom: 2em;
    margin-top: 0;
    position: relative;
    height: auto;
    border-bottom: .75em solid #98989a;
}

#loggedHeader .enlarge {
    background-image: url(https://wordpress-249924-775827.cloudwaysapps.com/wp-content/uploads/2019/03/fruites2.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #478a2b;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    z-index: -21;
    width: 100%;
    height: 100%;
}

.btn {
  font-size:1.75em;
  width:100%;
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1em;
  line-height: 1.5;
  border-radius: .25em;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

button.btn.brn-primary.loggin-btn.mb-3 {
    width: 100%;
}

.btn-group {
    width: 100%;
}

.btn-group .btn {
    width: 47%;
    border-radius: .25em !important;
}

.btn.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    outline: none;
    box-shadow: none;
    background-color: #9BB77F;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.btn.register-btn {
  background-color: #9BB77F;
  border-color: #9BB77F;
  margin-top: 1em;
}

.btn.register-btn:hover {
    background-color: var(--primary);
}

.login-btn,
.register-btn {
    width: 100%;
}

.btn.provider {
    background-color: rgba(255,255,255,.75);
    text-transform: uppercase;
    position: relative;
    color: var(--primary);
}

#Microsoft-btn {
    margin: 0 0 0 .5em
}

#Google-btn.btn {
    margin: 0 .5em 0 0;
}

#Google-btn.btn.provider::before,
#Microsoft-btn.btn.provider::before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    margin-right: .25em;
}

#Google-btn.btn.provider::before {
    content: "\f1a0";
}

#Microsoft-btn.btn.provider::before {
    content: "\f17a";
    font-weight: normal;
}

.form-control:focus {
    border: 1px solid var(--primary);
}

.forgot-pass,
.loginhelp {
  font-size: 1.25em;
}

input {
    border: none;
}

input.border-secondary {
    border: 1px solid #ececec;
}

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input.form-control {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .35em;
    padding: 1em 1em;
    width: 100%;
    margin: 0 auto .75em;
    font-size: 1.25em;
  }

input[type="text"].border-secondary,
input[type="password"].border-secondary,
input[type="email"].border-secondary {
    border: 1px solid #ececec;
}

.btn.arrow {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}

a.btn.btn-primary.back-btn.arrow {
    background-color: #ccc;
    border-color: #ccc;
    color: #676767;
}
a.btn.btn-primary.back-btn.arrow:hover {
    background-color: #ececec;
    border-color: #ececec;
    color: #676767;
}

a.btn.back-btn.arrow:hover {
    color: #a4c392;
}

footer {
    width: 100%;
    padding: .5em 0;
    color: var(--primary);
    background-color:#fff;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    body {
        text-align: left;
    }

    a:hover {
        text-decoration: none;
        color: var(--primary-light);
    }

    section.log-in {
        padding-top: 0;
    }

    a:not(footer a) {
        color: #676767;
    }

    .header-logo {
        max-width: 300px;
        margin: 0 0;
        width: 100%;
    }

    input {
        border: 1px solid #ececec;
    }

    .btn.register-btn {
        margin-top: 0;
    }

    .btn.provider {
        background-color: var(--primary);
        color: #fff;
    }

    .btn.btn-primary:focus, .btn.btn-primary:hover {
        background-color: var(--primary);
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}
