@font-face {
    font-family: WorkSans-Light;
    src: url(/fonts/WorkSans-Light.otf);
}

@font-face {
    font-family: WorkSans-Medium;
    src: url(/fonts/WorkSans-Medium.otf);
}

@font-face {
    font-family: WorkSans-Regular;
    src: url(/fonts/WorkSans-Regular.otf);
}

body {
    background: #fff;
    font-family: WorkSans-Light;
}

p {
    font-size: 16px;
}

a {
    font-size: 14px;
}

a.learn-more {
    font-size: 14px;
}

.login-body {
    min-height: 1000px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #fff;
}

#header-section {
    padding-top: 20px;
}

#header-section .navbar-default {
    box-shadow: none;
    background: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#header-section .navbar-default ul li a {
    color: #FFF;
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
}

#header-section .login-btn {
    margin-right: 15px;
    background-color: #748fa8;
    color: #FFF;
}

#header-section .btn {
    box-shadow: none;
}

#header-section .btn-get-started, #header-section .btn-try-for-free {
    background: #FFF;
    color: #141b2c;
    font-family: WorkSans-Medium;
    font-size: 12px;
}

#header-section .header-right-content {
    margin-top: 30px;
}

#header-section .header-right-content h1, #header-section .header-right-content p {
    text-align: center;
}

#header-section .btn-try-for-free {
    display: block;
    margin-bottom: 30px;
}

#footer-section {
    min-height: 620px;
    background-image: url("/images/mobile-footer-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #FFF;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 20px;
}

#footer-section .footer-block {
    margin: 0px 1em 20px 1em;
    border-bottom: 1px solid #FFF;
}

#footer-section .link-title {
    font-size: 14px;
    font-family: WorkSans-Medium;
}

#footer-section .nav-link {
    opacity: .9;
}

#footer-section .arrow-down {
    font-size: 24px;
    line-height: .8;
}

#footer-section .build {
    line-height: 2;
}

/** utilities **/
.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-10 {
    margin-top: 100px;
}

.mt-17{
    margin-top: 170px;
}

.mt-18{
    margin-top: 180px;
}

.mt-20 {
    margin-top: 200px;
}

.txt-black {
    color: #141b2c;    
}

.txt-black-2 {
    color: #3a4451;
}

.card-title {
    font-family: WorkSans-Medium;
}

.btn {
    border-radius: 6px;
}

.greyish-blue {
    color: #65839f
}