/* Minification failed. Returning unminified contents.
(507,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(508,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
html {
    min-width: 350px;
    height: 100vh;
}

body {
    height: 100vh;
    width: 100%;
    background: #efefef;
    position: relative;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.alert-success {
    margin-bottom: 7px;
    border: 1px solid black;
}

#mainAlert {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #0a2c78;
    border-radius: 4px;
}

/*any elements that have hide class, will be hidden from the view*/
.hide {
    display: none;
}

/*remove text decoration from navigation links*/
#navigation a {
    text-decoration: none;
}

/*add space above form inputs*/
#form-wrapper {
    margin-top: 60px;
}

/*Mobile Logo Styles*/
#smallChasmontLogo {
    position: relative;
    height: 65px;
    width: 250px;
}

#smallOverlay1 {
    position: absolute;
    height: 45px;
    top: 10px;
    left: 10px;
    z-index: 1;
}

#smallOverlay2 {
    position: absolute;
    width: 165px;
    top: 12px;
    left: 72px;
    z-index: 1;
}


#smallText1 {
    position: absolute;
    top: 43px;
    left: 73px;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5px;
    letter-spacing: -0.1px;
    font-weight: bold;
    color: #8f8f91;
}

/**************************************************/


/*Larger display Logo Styles***********/
#chasmontLogo {
    position: relative;
    height: 152.5px;
}

#overlay1 {
    position: absolute;
    height: 120px;
    top: 30px;
    left: 0px;
    z-index: 1;
}

#overlay2 {
    position: absolute;
    width: 410px;
    top: 45px;
    left: 170px;
    z-index: 1;
}


#text1 {
    position: absolute;
    top: 120px;
    left: 170px;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.5px;
    letter-spacing: -0.1px;
    font-weight: bold;
    color: #8f8f91;
}
/***********************************************/

/**Overwriting new Bootstrap changes**/
/**Buttons**/
.defaultBtn {
    border-color: #adadad;
    background-color: white;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

    /*set default button colour to light grey on hover*/
    .defaultBtn:hover {
        background-color: #e6e6e6;
    }

/*add space to top of entire login wrapper*/
#loginWrapper {
    margin-top: 50px;
}

/*remove all padding from around footer content*/
.footer_content {
    padding: 0;
}

/*force full width on full page wrapper*/
.page-1000 {
    width: 100%;
}

/***Validation***/
.field-validation-error {
    color: red;
}

#error {
    color: red;
    font-size: 16px;
    text-align: center;
}

/********************/

/*form-control inputs will be with a white background and text type cursor even on readonly fields*/
.form-control {
    background-color: white;
    cursor: text;
}

/*adjust submit button to dark blue with no border*/
#submitBtn {
    background-color: #0A2C78;
    border: none;
}

/*have no drop shadow on success button when hovered*/
.btn-success:focus {
    box-shadow: none;
}

/*set static height for submit button*/
#submitBtn {
    height: 35px;
}

/*set equal width for forgot password and register buttons with padding*/
#forgotPasswordBtn, #registerBtn {
    width: 49%;
    padding: 2px 2px;
}

/*set submit button wrapper and register wrapper to type flex to allow them to position correctly*/
.loginSubmitWrapper,
.forgotRegisterWrapper {
    display: flex;
}

/*set forgot password button to consume 50% width with a 1% margin*/
#forgotPasswordBtn {
    width: 50%;
    margin-right: 1%;
}

/*set register button with only 49% to allow for the 1% margin right on forgot password button*/
#registerBtn {
    width: 49%;
}

/*set submit button with 66% width with no border to allow for remember ID input*/
#submitBtn {
    /*    width: 66%;
*/
    width: 100%;
    float: left;
    border: none;
    border-radius: unset;
}

/*Style navigation*/
/*remove all padding*/
#navigation,
#masthead-nav {
    padding: 0;
}

    /*when links in navigation are hovered set text colour to white without any text decoration, e/g underline*/
    #masthead-nav > ul > li > a:hover, #masthead-nav > ul > li > a:focus {
        text-decoration: none;
        color: white;
    }

    /*add space around the links*/
    #masthead-nav > ul > li > a {
        padding: 10px;
    }

.navbar-toggle {
    float: right;
    font-size: 27px;
    padding-top: 15px;
    color: rgb(118, 118, 118);
}

.fa-phone {
    margin-right: 6px;
}

#phoneNumber {
    font-weight: bold;
}

.fa-home {
    margin-right: 6px;
}

#homepageLabel {
    font-weight: bold;
}

#viewAccountsHeading {
    padding-left: 3px
}

#mClose {
    display: none;
}

.masthead {
    background-color: #F8F8F8;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #0A2C78;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #0A2C78;
}

#submitBtn:hover {
    background-color: #555;
}

.navbar-header {
    display: none;
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.masthead.navbar {
    min-height: 40px;
    margin-bottom: 0;
    border-radius: 0px;
}

.input-group {
    border: 1px solid #0a2c78;
    margin-bottom:0!important;
}

/* --------------------------------------------------------------------------------------------
[3. LOGIN PAGE]
---------------------------------------------------------------------------------------------*/
.page_background {
    background: url('Images/Security Login - Client.jpg') no-repeat top center;
    background-attachment: fixed;
    padding-bottom: 70px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.login_ca {
    margin-top: 30px
}

.loginform {
    padding-bottom: 25px
}

.welcome-message {
    margin-top: 50px;
    color: #0a2c78
}

    .welcome-message h1 {
        margin: 0;
        font-weight: bold;
        font-size: 43px;
        text-transform: none
    }

    .welcome-message p {
        font-size: 23px;
        line-height: 1.2;
        font-weight: 300
    }

.login_ca input {
    height: 35px;
    margin: 0;
    outline: 0;
    padding: 0 10px;
    vertical-align: middle;
    border: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    color: #888;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

/* --------------------------------------------------------------------------------------------
[9 FOOTER]
---------------------------------------------------------------------------------------------*/
footer {
    width: 100%;
    height: 50px;
    padding: 15px 0;
    background: #F8F8F8;
}

.footer_content {
    color: #0a2c78;
    font-size: 12px;
}

.input-group-addon {
    background-color: #ffffff;
    border: none;
}


.form-group {
    margin-bottom: 1rem;
    margin-left: 0;
}

/*override bootstrap form input*/
.input-group input {
    margin-left: 0 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse {
    border: none;
}

.navbar-header {
    width: 100%;
}


/***** Media queries *****/
@media (min-width: 768px) and (max-width: 1920px) {
    .page_background .little_logo {
        display: none;
    }
}

@media (max-width:1280px) and (min-width:993px) {
    .container {
        width: 950px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1236px
    }
}

@media (max-width:1002px) and (min-width:768px) {
    .container {
        width: 700px
    }
}

@media (max-width:992px) and (min-width:768px) {
    #form-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width:768px) {
    .navbar-collapse.collapse {
        display: block;
    }

    .navbar-nav {
        float: right;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        display: block;
    }

    .welcome-message {
        margin-top: 0
    }

        .welcome-message h1 {
            font-size: 30px
        }

        .welcome-message p {
            margin: 0 auto 25px
        }

    .login_ca {
        text-align: center;
        margin-top: 50px
    }

        .login_ca h1, .login_ca p {
            text-align: center;
        }

    .desktop {
        display: none;
    }

    .container {
        max-width: 100%;
        margin: 0;
    }

    .navbar-collapse > ul > li > a {
        width: 100%;
    }

    .navbar-nav a {
        display: block;
        flex-direction: column;
        text-decoration: none;
    }

    #mContainer {
        padding: 0;
    }

    .navbar-header {
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
    }

    .collapse a {
        padding-left: 20px !important;
    }


    .navbar-header {
        height: 70px;
    }

    #loginWrapper {
        margin: 0;
        max-width: 100%;
    }

    .nav-item {
        background-color: transparent;
    }
}

@media (max-width: 630px) {
    .hideonmobile {
        display: none
    }

    .loginform {
        padding-bottom: 50px
    }
}

@media (max-width: 450px) {
    .welcome-message h1 {
        font-size: 26px
    }

    .welcome-message p {
        font-size: 16px;
        max-width: 400px
    }
}

/*****************************/


