@font-face {
font-family: 'primeregular';
src: url('../font/prime/prime_regular-webfont.eot');
src: url('../font/prime/prime_regular-webfont.eot?') format('embedded-opentype'),
    url('../font/prime/prime_regular-webfont.woff') format('woff'),
    url('../font/prime/prime_regular-webfont.ttf') format('truetype'),
    url('../font/prime/prime_regular-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
p { font-weight: normal; }
img { max-width: 100%;}
.navbar-brand { font-family: 'primeregular'; letter-spacing: 2px;}
.main-accent { color: #9C27B0 !important; }
.main-accent-bg { background-color: #9C27B0 !important; }
.main-accent-border { border: 2px solid #9c27b0; }
.inactive-bg { background-color: #fff !important; }
.inactive-accent { color: #c1c1c1 !important; }
.f48 { font-size: 3em; }
.f36 { font-size: 2.25em; }
.f24 { font-size: 1.5em; }
.f20 { font-size: 1.25em; }
.f18 { font-size: 1.125em; }
.f16 { font-size: 1em; } 
.f14 { font-size: 0.875em; }
.f12 { font-size: 0.75em; }
.lh12 { line-height: 1.2; }
.section_640 { max-width: 520px; }
.section_960 { max-width: 960px; }
.section_1120 { max-width: 1120px !important; }
#sign-up { font-size: 0.875em; }


.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active { color: #9c27b0; background-color: #fff; }
.auth_tab_active { border-bottom: 2px solid #9c27b0 !important; color: #9c27b0 !important; }
#authForm .nav-link { border-bottom: 2px solid #fff; }
#authForm .tab-content { padding: 1rem 2.5rem; }
#authForm input { outline: none; box-shadow: unset; border-color: #DADADA; height: 48px; }
#authForm .input-group-prepend { height: 48px; }
#authForm input:focus { border: 1px solid #DADADA; }
#authForm .social button { font-size: 1em; font-weight: normal; }
#authForm .social .btn .fa { font-size: 1.5em; vertical-align: middle; }
#authForm #email_sign_up .fa { font-size: 1em; }
.input-wrap { margin-bottom: 16px; box-shadow: 0px 1px 2px 0px #dadada; border-radius: 4px; font-size: 14px !important; }
.social { max-width: 358px; }
#email_sign_up:hover, #email_sign_in:hover { background: #9c27b0 !important; color: #fff !important; }
#auth_loader { background: rgba(255,255,255,0.9); z-index: 666; top: 0; }
.preloader-wrapper .spinner-blue, .preloader-wrapper .spinner-blue-only { border-color: #9c27b0; }
.fblue {
    background: #4966B1;  /* fallback for old browsers */
  } 

#verify-form-action { display: none; }
#af-body-1466725388>div.af-element.buttonContainer.mx-auto>i>input { width: 100%; }
.slide-out {
    display: none;
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}