html, body {
    height: 100%;
    background-image: url('../images/pic10.png');
    background-size: 100% 100% ;
    background-repeat: no-repeat;
}

#wrap {
   /* position:relative;
    width:100%;
    background-image: url('../images/pic10.png');
    background-position: center; !* adjust position of background here *!
    background-size: cover ;
    background-repeat: no-repeat;
    !*min-height: 100%;*!*/
}

#main {
    overflow:auto;
    padding-bottom:100px;
}

.alert {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav {
    margin-left: 20px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #555;
}

.center  {
    text-align: center;
}

.content {
   /* position:relative;
    top:200px;
    width:100%;
    background-image: url('../images/pic10.png');
    background-position: center; !* adjust position of background here *!
    background-size: 100% 100% ;
    background-repeat: no-repeat;*/
}

.content .form-text {
    font-family: 'Roboto', sans-serif;
    padding: 35px 0 25px 0;
    text-align: center;
}
.content .form-text-alert {
    font-family: 'Roboto', sans-serif;
    padding: 10px 0 25px 0 !important;
    text-align: center;
}

.content .form-group {
    padding: 10px 50px;
}


.content .form-group input {
    border: 1px solid #333333;
}

/* disable built-in bootstrap glow / select effects */
.content .form-group input.form-control, .content .form-group input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.content .submit-button {
    padding: 10px 25px;
    text-align: center;
}

.content .submit-button button {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background-color: #010073;
    border: 1px solid #010073;
}

.content .submit-button button:focus {
    color: #ffffff;
    background-color: #010073; /* optional - adjust color of button when clicked */
}

.loginBox {
    background-color: #ffffff;
    border: 1px solid #333333;
    width: 320px;
    /* height: 300px;*/ /* Conflicts with the alert for invalid credentials. The box needs to be able to grow bigger to accommodate the error message.*/
    margin-top: 60px;
    margin-right: 25px;
}

.support-icons {
	vertical-align: middle !important;
}

.forgotContainer {

    padding: 0px 25px 0px 25px;

    /*border: 1px solid #333333;
	margin-top: 50px;*/
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.application-text {
    padding-left: 8.5% ;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    body {
        overflow-y:hidden;
    }

    .content {
        bottom: 75px;
    }

    .loginBox {
        margin-left: auto;
    }

    .header .KCText {
        font-size: 24px;
        line-height: 36px;
        padding: 16px 0;
    }

    .footer2 {
        height: 75px;
        margin-top: -75px;
    }

    .footer2 .RTLogo {
        width: 150px;
    }

    .footer2 .RTText {
        font-size:12px;
        padding-top: 4px;
        padding-right: 6px;
    }
    .footer2 .RTText2 {
        font-size:10px;
        padding-top: 10px;
        padding-right: 6px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .content {
        bottom: 100px;
    }

    .header .KCText {
        font-size: 30px;
        line-height: 36px;
        padding: 16px 0;
    }

    .footer2 {
        height: 100px;
        margin-top: -100px;
    }

    .footer2 .RTText {
        padding-top: 4px;
        padding-right: 6px;
    }
    .footer2 .RTText2 {
        padding-top: 3px;
        padding-right: 3px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footer2 .RTText {
        padding-top: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .footer2 .RTText2 {
        padding-top: 3px;
        padding-right: 3px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
