

/********** Login Form containers **********/
.block-container {
    /*position: relative;*/
    text-align: center;
    margin-top:5%;
    margin-bottom:0;
    width:100%;
}
.block-content {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

#loginFormDiv {
    width:100%;
    height: auto;
    color: darkgray;
}
#loginBoxDiv {
    background-color: #F6F6F6;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px; /* top right bottom left */
}
/********** End of Login Form container **********/


/********** Login Form Buttons **********/
#loginButtonDiv {
    margin-top: 10px;
}
#loginButtonDiv button {
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 20px;
}
#loginCheckBoxDiv {
    width: 180px;
}
/********** End of Form Buttons **********/


/********** Login Form Elements **********/
.icon-input {
    vertical-align:middle;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.form-spacing {
    margin: 10px 0 10px 0; /* top right bottom left */
}
.form-signin {
  min-width: 300px;
  max-width: 520px;
  margin: 0 auto;
}

.form-signin-heading {
    min-width: 300px;
    font-size: 30px;
    color: #333333;
    margin: 20px 0 20px 0; /* top right bottom left */
}
.form-signin-heading-two {
    font-size: 22px;
    color: #999999;
    margin: 0 0 30px 0; /* top right bottom left */
}

.form-signin input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width:88%;
    margin-left: 5px;
}
.form-signin .form-control {
    vertical-align:middle;
    display: inline-block;
    height: auto;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.passwordInput {
    width: 500px;
    border: 5px solid;
}

/********** End of Login Form Elements **********/

#errorMessageDiv{
    font-size: 16px;
    color: red;
}

#ngErrorMessageDiv {
    margin-right: 5px;
    position: relative;
}
#ngErrorMessageDiv div{
    font-size: 14px !important;
    display:block !important;
    margin-top: 10px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin-top: 10px;
    position: absolute;
    left: -230px;
    left: -230px;
    margin-top: 33px;
    z-index: 1000;
    background-color: #E94D45;
}
#ngErrorMessageDiv div:first-child{
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0px;
}
#ngErrorMessageDiv div a{
    color: white;
    cursor: pointer;
}

.loginHorizontalBar {
    height: 3px;
    background: #cccccc;
}

#ngErrorMessageDiv.error-bar-clerk{
    position: fixed;
    z-index: 11;
    right: 30px;
    margin: 20px 0 0;
}

#ngErrorMessageDiv.error-bar-clerk.clerk-error-botton{
    margin-top: 20px;
}

#ngErrorMessageDiv.error-bar-clerk .badge{
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
    background-color: #F27272;
    border-radius: 5px;
    left: auto;
}

#ngErrorMessageDiv.error-bar-clerk .badge .close-error-bar {
    position: absolute;
    top: 2px;
    right: 5px;
}

/* CSS for smartphones (e.g. iPhone), and tablets (e.g. iPad) in both portrait and landscape orientation */
@media only screen and (min-width:100px) and (max-width:760px) {

    .form-signin {
        width:100%;
        margin: 50px auto;
    }
    #loginLogo {
        margin: 0;
        width:75%;
    }
    .form-signin-heading {
        margin: 0;
        font-size: 22px;
    }
    .form-signin-heading-two {
        margin: 0;
        font-size: 16px;
    }

}


/* Extra CSS for other screen dimensions */
@media only screen and (min-width:761px) and (max-width:1200px) {
    .form-signin {
        width:100%;
        margin: 60px auto;
    }
}