
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
    white-space: nowrap;
    --icon-stroke: currentColor;
    --icon-fill-bg: var(--primary);
}
.btn-primary:hover {
    color: #fff;
    background-color: #65dd10;
    border-color: #50d10f;
}
.btn:hover {
    color: #056c00;
    text-decoration: none;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.btn {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--btn-shadow);
    font-size: var(--text-md);
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-sm, .btn-xs, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: var(--border-radius-sm);
}


.btn {
    display: inline-block;
    font-weight: 500;
    color: #4C5A67;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


html, body {
    font-size: 16px;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #4C5A67;
    display: flex;
    flex-direction: column;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4C5A67;
    text-align: left;
    background-color: #fff;
}



html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}


:root {
    --background-color: #364c3a;
    --primary-color: #1ca44c;
    --secondary-color: #f49424;
    --white-color: #f0fff4;
    --black-color: #000000;
    --gray-color: #d1d8dd;
    --primary:#1ca44c;
  
  }
  



  .for-login .page-card-head img, .for-forgot .page-card-head img, .for-login-with-email-link .page-card-head img, .for-signup .page-card-head img, .for-email-login .page-card-head img {
    max-height: 420px;
    margin-bottom: var(--margin-lg, 30px);
}
   
