/***Layout Styles for MVF/Application***/

html {
    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;
    min-width: 350px;
}

.page-1000 {
    width: 100% !important;
}

.redText {
    color: red;
}

img {
    max-width: 100%
}

#mainAlert {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #0a2c78;
    border-radius: 4px;
}



/***Validation***/
.field-validation-error {
    color: red;
}

#error {
    width:100%;
    display:inline-block;
    color: red !important;
    font-size: 16px;
    text-align: center;
    padding-top:10px;
}

    #error a {
        color: red;
        text-decoration: underline;
    }


.page_background {
    background: url('Images/Security Login - Client.jpg') no-repeat top center;
    background-attachment: fixed;
    width: 100vw;
    padding-bottom: 70px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.login_ca {
    margin-top: 30px;
}


.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;
}







/***Header Styles***/
/*small 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;
}

/*end of small logo styles*/

/*Larger 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;
}

/*end of larger logo styles*/




/**Navigation Styles**/
#masthead-nav > ul > li > a {
    padding: 10px;
}

    #masthead-nav > ul > li > a:hover, #masthead-nav > ul > li > a:focus {
        text-decoration: none;
        color: white;
    }

#navHomePageLabel,
#verificationLink,
#phoneNumberLabel {
    font-weight: bold;
}


.navbar-inverse .navbar-collapse {
    border: none;
}

.masthead {
    background-color: #F8F8F8;
    border: none;
}

.navbar-nav {
    font-weight: bold;
}

    .navbar-nav > li > a {
        text-decoration: none;
    }

.navbar-default .navbar-nav > li > a {
    color: #0A2C78;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: white;
    }

.navbar-inverse .navbar-toggle {
    border: none;
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #0A2C78;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    height: 40px;
}

.masthead.navbar {
    min-height: 40px !important;
    margin-bottom: 0;
    border-radius: 0px;
}

.navbar-nav i {
    margin-right: 6px !important;
}

.navbar {
    padding: 0;
}

.navbar-header {
    width: 100%;
    display: none;
}

.navbar-toggle {
    float: right;
    font-size: 27px;
    padding-top: 15px;
    color: rgb(118, 118, 118);
}


/*Mobile Nav*/
#mClose {
    display: none;
}


/***Form Styles***/
#form-wrapper {
    margin-top: 60px;
}

.form-group {
    margin-bottom: 15px;
}

.inputIconAddon {
    padding: 10px;
    font-size: 15px;
    color: #555;
}

#successAlert {
    padding: 5px;
    text-align: center;
}

.input-group input {
    margin-left: 0 !important;
}

.input-group-addon {
    background-color: #ffffff;
    border: none;
}

.input-group {
    border: 1px solid #0a2c78;
    border-radius: 4px;
}

#loginForm #submitBtn {
    background-color: #0A2C78;
    border: none;
    float: left;
    width: 100%;
}

#loginForm .form-control {
    background-color: white;
    cursor: text;
}

#submitBtn:hover {
    border: 1px solid white !important;
}

.loginform {
    padding-bottom: 25px;
}


/***Footer Styles***/
.footer_content {
    padding: 0px !important;
}


/*Footer Styles*/
footer {
    width: 100%;
    height: 50px;
    padding: 15px 0;
    background: #F8F8F8;
}

    footer p {
        margin: 0;
    }

.footer_content {
    color: #0a2c78;
    font-size: 12px;
}


/***** Media queries *****/
/*.container width set to 950px*/
@media (max-width:1280px) and (min-width:993px) {
    .container {
        width: 950px !important;
    }
}


/*.container width set to 1236px*/
@media (min-width:1200px) {
    .container {
        width: 1236px
    }
}


/*.container width set to 700px*/
@media (max-width:1002px) and (min-width:768px) {
    .container {
        width: 700px
    }
}


/*padding removed from left and right of #form-wrapper*/
@media (max-width:992px) and (min-width:768px) {
    #form-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media (min-width: 768px) {
    .page_background .little_logo {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block;
    }
    .navbar-nav {
        float: right;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        height: 70px;
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
        display: block;
    }

    .navbar-nav a {
        display: block;
    }

    .login_page .welcome-message {
        margin-top: 0;
    }

        .login_page .welcome-message h1 {
            font-size: 30px
        }

        .login_page .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 !important;
    }
}


/*set .hideonmobile element to display none*/
@media (max-width: 630px) {
    .hideonmobile {
        display: none
    }
}


/*styled .welcome-message*/
@media (max-width: 450px) {
    .login_page .welcome-message h1 {
        font-size: 26px
    }

    .login_page .welcome-message p {
        font-size: 16px;
        max-width: 400px
    }
}
