@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #303030;
}

.loginTop {
    padding-top: 19px;
    padding-bottom: 17px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    background: #fff;
}

    .loginTop figure {
        margin: 0 auto;
        text-align: center;
    }

.loginBg {
    background: #f7f7f7;
    padding-top: 48px;
    padding-bottom: 40px;
}

.localConcierge {
    text-align: center;
}

    .localConcierge h3 {
        color: #333333;
        font-size: 21px;
        line-height: 23px;
        font-weight: 600;
    }

    .localConcierge p {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 23px;
        font-style: italic;
        margin-bottom: 4px;
    }

    .localConcierge h6 {
        font-size: 14px;
        color: #47438a;
        font-weight: 400;
        line-height: 17px;
    }

        .localConcierge h6 a {
            color: #47438a;
        }

.nopadding {
    padding: 0;
}

.loginBox {
    margin-top: 58px;
}

.loginBoxText {
    background: #ffffff;
    padding: 42px 52px;
}

    .loginBoxText h3 {
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 16px;
    }

    .loginBoxText p {
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .loginBoxText ul li {
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 10px;
    }

        .loginBoxText p b {
            font-weight: 600;
        }

        .loginBoxText p a {
            color: #47438a;
        }

    .loginBoxText figure {
        margin-bottom: 10px;
        margin-top: 18px;
    }

        .loginBoxText figure img {
            border: 2px solid #fff;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
        }

    .loginBoxText h6 {
        font-size: 13px;
    }

        .loginBoxText h6 a {
            color: #47438a;
        }

.loginForm {
    padding: 50px 69px;
    background: #1d4c9e;
}

    .loginForm h2 {
        color: #fff;
        font-weight: 400;
        font-size: 45px;
        text-align: center;
        margin-bottom: 13px;
    }

    .loginForm p {
        font-size: 13px;
        color: #f7f7f7;
        line-height: 20px;
        text-align: center;
        font-weight: 300;
    }

        .loginForm p span {
            display: block;
        }

.loginInput input {
    padding-left: 35px;
    background: transparent;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    font-size: 15px;
    font-weight: 300;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #4a70b1;
    color: #fff;
    margin-top: 5px;
    box-shadow: none;
}

.loginInput i {
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-left: 3px;
    top: -34px;
    z-index: 2;
}

.rememberMe input[type="checkbox"] {
    top: 2px;
    position: relative;
}

.rememberMe label {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.rememberMe p {
    text-align: right;
}

    .rememberMe p a {
        color: #fff;
        text-decoration: underline;
    }

.loginForm .btn {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    background-image: linear-gradient(#f2f2f2, #cdcdcd);
    border: 1px solid #dddddd;
    padding: 9px 30px;
    line-height: 20px;
    border-radius: 100px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    display: table;
    margin-top: 22px;
}

    .loginForm .btn:hover {
        background: #49448e;
        color: #fff;
    }

.feedPlatform {
    padding-top: 60px;
    text-align: center;
}

    .feedPlatform h2 {
        color: #000;
        font-size: 21px;
        text-transform: uppercase;
        line-height: 23px;
        font-weight: 600;
    }

    .feedPlatform p {
        color: #666666;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
    }

        .feedPlatform p span {
            display: block;
        }

    .feedPlatform h5 {
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

.modal-dialog {
    max-width: 57%;
    margin: 1.75rem auto;
    text-align: center;
}

.modal-body {
    padding: 2rem 0.5rem;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.loginLogos {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 800px;
}

    .loginLogos .owl-carousel .owl-item figure {
        text-align: center;
        display: table;
        margin: 0 auto;
    }

    .loginLogos .owl-carousel .owl-item img {
        width: auto;
    }

    .loginLogos .owl-theme .owl-dots, .loginLogos .owl-theme .owl-nav {
        display: none;
    }

.smShow {
    display: none;
}

.resetPswdBtnCls.btn {
    font-weight: 500;
    font-size: 17px !important;
    color: #000;
    background-image: linear-gradient(#f2f2f2, #cdcdcd);
    border: 1px solid #dddddd !important;
    padding: 9px 30px;
    line-height: 20px;
    border-radius: 100px !important;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3) !important;
    margin: 0 auto;
    display: table;
    margin-top: 22px;
}

.resetPswdBtnCls.btn:hover {
    background: #49448e !important;
    color: #fff !important;
}

.rememberMe.sign_In {
    margin-top: 15px;
}

.rememberMe.sign_In p {
    text-align: center;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .loginBoxText {
        padding: 20px;
    }

    .loginForm {
        padding: 30px;
    }

    .feedPlatform p span {
        display: inline;
    }
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
    .loginTop {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .loginBg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .loginBox {
        margin-top: 40px;
    }

    .loginForm {
        padding: 30px;
    }

    .loginBoxText {
        padding: 30px;
    }

    .feedPlatform p span {
        display: inline;
    }

    .modal-dialog {
        max-width: 90%;
    }

    .smhide {
        display: none;
    }

    .smShow {
        display: block;
    }

        .smShow .col-md-6 {
            width: 50%;
        }
} 

::-webkit-input-placeholder { /* Chrome */
    color: #f7f7f7;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #f7f7f7;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #f7f7f7;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #f7f7f7;
    opacity: 1;
}

