@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

footer {
    background: #22305e;
    padding: 30px 0 0
}

@media (min-width: 768px) {
    footer {
        padding: 60px 0 0
    }
}

footer .row .col-md-6, footer .row .col-sm-6 {
    margin: 20px 0 0
}

@media (min-width: 768px) {
    footer .row .col-md-6, footer .row .col-sm-6 {
        margin: 0
    }
}

footer .row .footer-nav li {
    padding-bottom: 20px
}

footer .row .footer-nav li a {
    color: #fff;
    font-size: 15px
}

footer .row .newsletter h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

footer .row .newsletter input {
    width: 100%;
    border-radius: 100px;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    margin: 20px 0;
    font-size: 15px
}

footer .row .newsletter button {
    background: #f76a61;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 100px;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

footer .row .newsletter button:hover {
    background: #fff;
    color: #f76a61
}

footer .copyrights {
    border-top: 1px solid #fff;
    margin: 40px 0 0;
    text-align: center;
    padding: 20px 0
}

footer .copyrights p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase
}

.heading-1, h1 {
    font-size: 48px
}

ul.errors{
    list-style:none;
    margin:0px;
    padding:2px;
}

ul.errors li{
    color:#FF0000;
    font-size:13px;
}	
.red {
    color: #F00 !important;
}

@media (max-width: 991px) {
    .heading-1, h1 {
        font-size: 32px
    }
}

@media (max-width: 567px) {
    .heading-1, h1 {
        font-size: 24px !important
    }
}

.heading-2, h2 {
    font-size: 24px
}

@media (max-width: 767px) {
    .heading-2, h2 {
        font-size: 18px
    }
}

.heading-3, h3 {
    font-size: 20px
}

@media (max-width: 767px) {
    .heading-3, h3 {
        font-size: 16px
    }
}

.text-1 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal
}

@media (max-width: 767px) {
    .text-1 {
        font-size: 16px;
        line-height: 24px
    }
}

.text-2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal
}

@media (max-width: 767px) {
    .text-2 {
        font-size: 15px;
        line-height: 22px
    }
}

.text-3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal
}

a {
    text-decoration: none !important
}

ul, li {
    list-style: none !important;
    padding: 0
}

input:focus, select:focus {
    outline: none
}

button, button:focus, button:active {
    outline: none
}

body {
    font-family: "Montserrat", sans-serif
}

.block-title {
    margin-bottom: 30px
}

.block-title h1 {
    color: #22305e;
    font-weight: 700;
    display: inline-block;
    position: relative
}

.block-title h1:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 8px;
    background: #f76a61;
    left: 0;
    bottom: -20px
}

@media (max-width: 767px) {
    .block-title h1:after {
        height: 5px
    }
}

.block-title.center {
    text-align: center
}

.block-title.center h1:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.m-top {
    margin: 70px 0 0
}

@media (max-width: 991px) {
    .m-top {
        margin: 50px 0 0
    }
}

@media (max-width: 567px) {
    .m-top {
        margin: 40px 0 0
    }
}

.m-top-inner {
    margin: 30px 0 0
}

@media (max-width: 991px) {
    .m-top-inner {
        margin: 20px 0 0
    }
}

@media (max-width: 567px) {
    .m-top-inner {
        margin: 15px 0 0
    }
}

.desktop-only {
    display: none
}

@media (min-width: 768px) {
    .desktop-only {
        display: block
    }
}

.mobile-only {
    display: none
}

@media (max-width: 767px) {
    .mobile-only {
        display: block
    }
}

.social-sharing {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9
}

.social-sharing li img {
    width: 40px
}

.help-block {
    display: none;
    font-size: 13px
}

.newsletter-popup .form-group label {
    font-size: 14px
}

.newsletter-popup .form-group input {
    color: #22305e !important;
    border-color: #ccc !important;
    margin: 0 !important
}

.newsletter-popup .form-group input::-webkit-input-placeholder {
    color: #ccc !important
}

.newsletter-popup .form-group input::-moz-placeholder {
    color: #ccc !important
}

.newsletter-popup .form-group input:-ms-input-placeholder {
    color: #ccc !important
}

.newsletter-popup .form-group input::-ms-input-placeholder {
    color: #ccc !important
}

.newsletter-popup .form-group input::placeholder {
    color: #ccc !important
}

.newsletter-popup .form-group span {
    display: none;
    font-size: 14px;
    color: #f00
}

.newsletter-popup .close {
    background: none !important
}

.newsletter-popup .close span {
    color: #22305e;
    font-size: 24px
}

.newsletter-popup .modal-footer button {
    border: 1px solid #22305e !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #22305e !important;
    background: none !important;
    padding: 10px 30px !important
}

.newsletter-popup .modal-footer button:hover {
    background: #22305e !important;
    color: #fff !important
}

.button-type-circle {
    background: #f76a61;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    padding: 10px 40px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #f76a61
}

.button-type-circle:hover {
    background: #fff;
    color: #f76a61;
    border: 1px solid #f76a61
}


.hero-others {
    background-color: #2A3B74;
    padding: 25% 0 15%;
}

@media (min-width: 768px) {
    .hero-others {
        padding: 10% 0 10%;
    }
}

@media (min-width: 992px) {
    .hero-others {
        padding-bottom: 5%;
    }
}

/*--------------------------------*/
.createpass .popover-content {
    padding: 9px 14px 9px 14px;
}

.createpass ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 2px;
}

.alert.fade.in {
    opacity: 1;
}

.hero-banner {
    background: url("../images/main-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25% 0 30%;
    background-position: bottom center
}

@media (min-width: 768px) {
    .hero-banner {
        padding: 13% 0 25%
    }
}

@media (min-width: 992px) {
    .hero-banner {
        padding-bottom: 18%
    }
}

@media (min-width: 1120px) {
    .hero-banner {
        background-position: bottom left
    }
}

.hero-banner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-banner .row .banner-caption {
    margin: 20px 0 0
}

@media (min-width: 768px) {
    .hero-banner .row .banner-caption {
        margin: 0
    }
}

.hero-banner .row .banner-caption h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 60px 0 0
}

@media (min-width: 568px) {
    .hero-banner .row .banner-caption h1 {
        margin: 40px 0 0
    }
}

@media (min-width: 768px) {
    .hero-banner .row .banner-caption h1 {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .hero-banner .row .banner-caption h1 {
        margin: 0;
        font-size: 60px
    }
}

.hero-banner .row .banner-caption h1 span {
    color: #f76a61
}

.hero-banner .row .banner-caption h1 b {
    font-weight: 700;
    text-transform: capitalize
}

.hero-banner .row .banner-caption h3 {
    font-size: 15px;
    margin: 10px 0;
    line-height: 26px;
    color: #fff
}

@media (min-width: 768px) {
    .hero-banner .row .banner-caption h3 {
        font-size: 16px;
        margin: 20px 0
    }
}

.hero-banner .row .banner-caption ul {
    margin: 10px 0 0
}

@media (min-width: 768px) {
    .hero-banner .row .banner-caption ul {
        margin: 20px 0 0
    }
}

.hero-banner .row .banner-caption ul li {
    float: left;
    margin: 0 20px 0 0
}

.hero-banner .row .banner-caption ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    padding: 10px 15px;
    color: #fff;
    background: #f76a61;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    margin: 0 0 10px
}

.hero-banner .row .banner-caption ul li a.oracle{
    background: #f76a61;
}

.hero-banner .row .banner-caption ul li a.startups{
    background: #FFB32A;
}

@media (min-width: 768px) {
    .hero-banner .row .banner-caption ul li a {
        padding: 12px 30px
    }
}

.hero-banner .row .banner-caption ul li a:hover {
    background: #fff;
}

.hero-banner .row .banner-caption ul li a.oracle:hover {
    color: #f76a61
}

.hero-banner .row .banner-caption ul li a.startups:hover {
    color: #FFB32A;
}

.hero-banner .row img {
    width: 90%
}

.hero-banner .three-buttons .col-4 {
    position: relative
}

.hero-banner .three-buttons .col-4 .text-2 {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #22305e;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 20px
}

.hero-banner .three-buttons .col-4 .text-2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.hero-banner .three-buttons .col-4.t-sap:hover .text-2, .hero-banner .three-buttons .col-4.t-microsoft:hover .text-2 {
    display: block
}

.hero-banner .three-buttons .col-4.t-sap:hover img, .hero-banner .three-buttons .col-4.t-microsoft:hover img {
    opacity: .9;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.about-us .heading-2 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600
}

@media (min-width: 768px) {
    .about-us .field-image-block .row {
        margin-bottom: 20px
    }
}

.about-us .field-image-block .row .image-field img {
    width: 100%
}

.about-us .field-image-block .row .content-field {
    margin: 30px 0 0
}

@media (min-width: 992px) {
    .about-us .field-image-block .row .content-field {
        margin: 0
    }
}

.why-us.m-top {
    text-align: center
}

.why-us.m-top .block-title {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .why-us.m-top .block-title {
        margin-bottom: 50px
    }
}

.why-us.m-top .block-title p {
    margin: 30px 0 0
}

.why-us.m-top .row .col-md-6 {
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .why-us.m-top .row .col-md-6 {
        margin: 0
    }
}

.why-us.m-top .row .col-md-6 .tass-block {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.2);
    height: 100%;
    padding: 20px 15px
}

@media (min-width: 768px) {
    .why-us.m-top .row .col-md-6 .tass-block {
        padding: 35px 18px
    }
}

.why-us.m-top .row .col-md-6 .tass-block .text-1 {
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0;
    color: #f76a61;
    font-weight: 500
}

.why-us.m-top .row .col-md-6 .tass-block img {
    width: 60px
}

.search-block .block-title {
    margin-bottom: 70px
}

.search-block .carousel-indicators {
    margin: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.search-block .carousel-indicators li {
    background: #e1e1e1;
    width: 12px;
    height: 12px;
    border-radius: 30px;
    border: none
}

.search-block .carousel-indicators li.active {
    background: #f76a61
}

.search-block .carousel-inner {
    margin: 30px 0 0
}

@media (min-width: 768px) {
    .search-block .carousel-inner {
        margin: 0
    }
}

.search-block .carousel-inner .row .carousel-data h3 {
    color: #22305e;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 0 10px;
    margin-left: 15px
}

.search-block .carousel-inner .row .carousel-data ul li {
    font-size: 15px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-left: 15px
}

.search-block .carousel-inner .row .carousel-data ul li span {
    color: #22305e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500
}

.search-block .carousel-inner .row .carousel-data ul li:before {
    content: "";
    background: #22305e;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50px
}

.gallery {
    text-align: center
}

.gallery h2 {
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 600
}

.gallery .row div {
    margin: 0 0 30px
}

.gallery .row div img {
    width: 100%
}

@media (min-width: 768px) {
    .gallery .row div img {
        height: 100%
    }
}

.how-works {
    margin-bottom: 50px
}

.how-works .block-title {
    text-align: center
}

@media (min-width: 768px) {
    .how-works .block-title {
        text-align: left
    }
}

.how-works .block-title h1 {
    color: #fff !important
}

.how-works .left-block {
    background: url("../images/background-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 100px 20px
}

@media (min-width: 768px) {
    .how-works .left-block {
        padding: 100px 20px 100px 60px
    }
}

.how-works .left-block h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin: 0
}

.how-works .left-block p {
    color: #fff
}

@media (max-width: 767px) {
    .how-works .left-block .block-title .heading-1:after {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.how-works .right-block {
    margin: 30px 0 0
}

@media (min-width: 768px) {
    .how-works .right-block {
        margin: 0
    }
}

.how-works .right-block .row .col-md-6 {
    background: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    margin: 0 auto 30px
}

@media (min-width: 768px) {
    .how-works .right-block .row .col-md-6 {
        margin-bottom: 0
    }
}

.how-works .right-block .row .col-md-6:first-child, .how-works .right-block .row .col-md-6:last-child {
    background: #f76a61;
    color: #fff
}

.how-works .right-block .row .col-md-6 h3 {
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600;
    margin: 0
}

.coming-soon {
    margin: 70px 0
}

.coming-soon h2 {
    font-size: 20px !important;
    padding: 0 0 20px 0;
    font-weight: 600;
    color: #22305e;
    margin: 0
}

@media (min-width: 768px) {
    .coming-soon h2 {
        font-size: 36px !important
    }
}

.coming-soon .col-md-3 .button-link {
    position: relative
}

.coming-soon .col-md-3 .button-link img {
    width: 100%
}

.coming-soon .col-md-3 .button-link .text-2 {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #22305e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    padding: 12px 20px
}

.coming-soon .col-md-3 .button-link .text-2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.coming-soon .col-md-3 .button-link.sap:hover .text-2, .coming-soon .col-md-3 .button-link.microsoft:hover .text-2 {
    display: block
}

.coming-soon .col-md-3 .button-link.sap:hover img, .coming-soon .col-md-3 .button-link.microsoft:hover img {
    opacity: .3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.faq-global .faq-fields {
    margin-bottom: 20px
}

.faq-global .faq-fields .accordion {
    background-color: #eee;
    color: #22305e;
    cursor: pointer;
    padding: 12px 50px 12px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

@media (min-width: 768px) {
    .faq-global .faq-fields .accordion {
        font-size: 20px
    }
}

.faq-global .faq-fields .accordion.active {
    background-color: #22305e;
    color: #fff
}

.faq-global .faq-fields .accordion.active:after {
    background: url(../svgs/down-arrow-white.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-global .faq-fields .accordion:after {
    content: "";
    background: url(../svgs/down-arrow.svg);
    width: 18px;
    position: absolute;
    right: 20px;
    height: 18px;
    top: 15px
}

.faq-global .faq-fields .panel {
    padding: 12px 18px;
    display: none;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 30px
}

.faq-global .faq-fields .panel ul {
    padding: 0 0 0 10px;
    margin: 0
}

.faq-global .faq-fields .panel ul li {
    list-style-type: decimal !important;
    padding: 0 0 10px
}

.about-us.page .content-field h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #22305e
}

.about-us.page .content-field .text-1 {
    font-weight: 600;
    color: #f76a61
}

.hero-banner.banner-why-tass h1 {
    text-transform: none;
    font-size: 44px !important
}

.why-tass .taas-list {
    margin-bottom: 0
}

.why-tass .taas-list li {
    position: relative;
    padding: 0 0 10px 30px
}

.why-tass .taas-list li:before {
    content: "";
    background: url("../images/taas-list.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0
}

.why-tass .taas-list li span {
    color: #f76a61
}

.why-tass .inner-block-2 h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #22305e;
    font-weight: 600
}

@media (min-width: 768px) {
    .why-tass .inner-block-2 h2 {
        font-size: 30px
    }
}

.why-tass .inner-block-2 img {
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .why-tass .inner-block-2 img {
        margin: 0
    }
}

@media (min-width: 768px) {
    .why-tass .inner-block-2 .text-gap {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .why-tass .inner-block-2.taas-one p {
        margin-bottom: 0
    }
}

.why-tass .inner-block-2.taas-two {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .why-tass .inner-block-2.taas-two {
        margin-bottom: 0
    }
}

.why-tass .inner-block-2.taas-three p span {
    color: #f76a61
}

.why-tass .inner-block-2.taas-three ul li {
    padding-bottom: 10px
}

.why-tass .inner-block-2.taas-three ul li a {
    font-weight: 500
}

.faq.page h2 {
    color: #22305e;
    font-weight: 600
}

.privacy-policies .policies-inner {
    padding: 20px 0 0
}

.privacy-policies .policies-inner h2 {
    font-weight: 600
}

.privacy-policies .policies-inner .policy-list {
    padding: 10px 0 0
}

.privacy-policies .policies-inner .policy-list li {
    position: relative;
    padding: 0 0 12px 25px;
    font-weight: 500
}

.privacy-policies .policies-inner .policy-list li:before {
    content: "";
    background: url("../images/policy-list.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px
}

.privacy-policies .policies-inner .policy-list li:last-child {
    padding-bottom: 0
}

.privacy-policies .policies-inner p a {
    color: #f76a61
}

.privacy-policies .faq-global .faq-fields .panel h3 {
    color: #f76a61;
    font-size: 18px;
    font-weight: 600
}

.privacy-policies .faq-global .faq-fields .panel p span {
    font-weight: 600
}

.contact-us.page .left-block {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .contact-us.page .left-block {
        margin-bottom: 0
    }
}

.contact-us.page .left-block h2 {
    color: #22305e
}

.contact-us.page .left-block form {
    margin: 15px 0 0
}

.contact-us.page .left-block form .form-group {
    margin: 0 0 20px 0
}

.contact-us.page .left-block form .form-group input {
    width: 100%;
    border: none;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px
}

.contact-us.page .left-block form .form-group input::-webkit-input-placeholder {
    color: #ccc
}

.contact-us.page .left-block form .form-group input::-moz-placeholder {
    color: #ccc
}

.contact-us.page .left-block form .form-group input:-ms-input-placeholder {
    color: #ccc
}

.contact-us.page .left-block form .form-group input::-ms-input-placeholder {
    color: #ccc
}

.contact-us.page .left-block form .form-group input::placeholder {
    color: #ccc
}

.contact-us.page .left-block form .text-1 {
    margin: 0;
    color: #22305e;
    font-weight: 500
}

.contact-us.page .left-block form textarea {
    width: 100%;
    border: none;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px;
    height: 200px
}

.contact-us.page .left-block form textarea:focus {
    outline: none
}

.contact-us.page .left-block form .button-type-circle {
    display: inline-block;
    margin: 20px 0 0
}

.contact-us.page .right-block h2 {
    color: #f76a61
}

.contact-us.page .right-block ul li {
    padding: 0 0 10px 40px;
    position: relative
}

.contact-us.page .right-block ul li a {
    font-weight: 500;
    color: #39424e
}

.contact-us.page .right-block ul li a span {
    position: absolute;
    left: 0
}

.contact-us.page .right-block p {
    padding: 0 0 10px 30px;
    position: relative;
    font-weight: 500;
    color: #39424e
}

.contact-us.page .right-block p span {
    position: absolute;
    left: 0
}

.how-it-works-page .how-it-works-inner {
    margin-bottom: 40px
}

.how-it-works-page .how-it-works-inner .works-block p {
    font-size: 15px;
    color: #39424e
}

@media (min-width: 768px) {
    .how-it-works-page .how-it-works-inner .works-block p {
        font-size: 18px
    }
}

.how-it-works-page .how-it-works-inner .works-block p strong {
    color: #f76a61
}

.how-it-works-page .image-field {
    width: 100%
}

.how-it-works-page .video-field video {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc
}

header {
    position: absolute;
    top: 0;
    width: 100%;
}

header nav .navbar-brand {
    max-width: 210px
}

header nav .navbar-brand img {
    width: 115px
}

@media (min-width: 768px) {
    header nav .navbar-brand img {
        width: 125px
    }
}

header nav .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header nav .navbar-collapse .navbar-nav li {
    padding: 0 10px
}

header nav .navbar-collapse .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px
}

header nav .navbar-collapse .navbar-nav li a:hover {
    color: #f76a61
}

header nav .navbar-collapse .navbar-nav li a.active {
    color: #f76a61
}

header nav .navbar-collapse .navbar-nav li a.login-button {
    border: 1px solid #f76a61;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f76a61;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    margin: 10px 0 15px
}

@media (min-width: 768px) {
    header nav .navbar-collapse .navbar-nav li a.login-button {
        margin: 0
    }
}

header nav .navbar-collapse .navbar-nav li a.login-button:hover {
    background: #fff;
    border-color: #fff
}

header nav .navbar-toggler:focus, header nav .navbar-toggler:hover {
    outline: none
}

header nav .navbar-toggler img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

header .navbar-collapse.collapse.show {
    background: #22305e;
    z-index: 9
}

.user-activate-title {
    font-size: 1rem;
}

.login-form {
    background: #F8F8F8;
    padding: 50px;
    margin-top: 40px;
}

.login-form .mrg-T10 {
    margin-top: 10px;
}

.login-form .mrg-T20 {
    margin-top: 20px;
}

.login-form .mrg-T40 {
    margin-top: 40px;
}

.login-form .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.login-form .forgot-pass-link {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-form button {
    float: right;
}

.login-banner {
    margin-bottom: -49px;
    background-repeat: no-repeat;
    /* min-height: 350px; */
    background-position: center top;
    background-size: cover;
}

.login-banner img {
    width: 100%;
    max-height: 350px;
}

.login-title {
    position: relative;
    left: 0;
    right: 36px;
    float: right;
    top: 0;
    line-height: initial;
    z-index: 9999;
    opacity: 0.9;
    background: #E62425;
    padding: 10px 20px;
    border-color: #E62425;
}

.login-title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
    background: #EA292E;
    transform-origin: top right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-38deg, 0deg);
}

.login-title a {
    color: #fff;
    font-weight: 600;
    padding: 0 190px 0 23px;
    font-size: 24px;
    text-decoration: none;
}

.login-container .alert {
    font-size: 13px;
}

.login-container .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/*# sourceMappingURL=main.css.map */
