figure.logo a{
    width: 4rem;
    display: inline-block;
}

figure.logo {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 700;
    color: #151515;
}

figure.logo a img{
    object-fit: contain;
}

figure.footer-logo a{
    width: 4rem;
    display: inline-block;
}

.pattern-layer{
    display: none;
}
.account-login {
    background-color: #F4F7FA;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account-login .inner-content {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
    padding: 70px;
    background-color: #fff;
    border: none;
}

.account-login .login-form .card-body {
    padding: 0;
}

.account-login .login-form .title {
    margin-bottom: 45px;
}

.account-login .login-form .title h3 {
    font-size: 25px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 10px;
}

.account-login .form-group {
    margin-bottom: 15px;
    position: relative;
}

.account-login:not(.nope) .form-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.account-login .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    background-color: #fff;
    color: #505050;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    border-radius: 8px !important;
    overflow: hidden;
    width: 100%;
}

.account-login:not(.nope) .form-group .form-control{
    padding-left: 55px;
}

.account-login .button {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account-login .button .btn {
    /* padding: 14px 40px; */
    margin-right: 20px;
    width: 100%;
}

.account-login .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 30px;
    background-color: #3080E3;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

.account-login .button .btn.alt {
    background-color: #fff;
    color: #151515;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.055);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.055);
}

.account-login .button .btn.alt:hover {
    background-color: #fd723b;
    color: #fff;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.invoicing-content {
    margin-left: auto;
    max-width: 625px;
}

.invoicing-content h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
}

.funfacts-area {
    position: relative;
    z-index: 1;
}

.section-title {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -9px;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
}

.section-title p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.pricing-area {
    padding-bottom: 40px;
}

.single-pricing-box {
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.single-pricing-box .pricing-header h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.single-pricing-box .pricing-features {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-pricing-box .pricing-header p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}

.single-pricing-box .pricing-features li {
    margin-bottom: 12px;
    color: #6084a4;
    position: relative;
    /* padding-left: 19px; */
    font-weight: 300;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .invoicing-content {
        max-width: 535px;
    }  
}

@media only screen and (max-width: 600px) {
    .banked{
        display: none;
    }  
}
@media only screen and (max-width: 768px) {
    .account-login .login-form{
        padding: 35px;
    }
    .nope{
        justify-content: unset;
    }
    .account-login .button{
        flex-direction: column;
        gap: 10px;
    }
}