body {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #eee;*/
}

.form-signin {
    /*max-width: 330px;*/
    padding: 30px;
    /*margin: 0 auto;*/
    background-color: #eee;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    /*margin-bottom: -1px;*/
    border-radius: 0;
    margin-bottom: 15px;
    /*background-color: #eee;*/
}
.form-signin input[type="password"] {
    border-radius: 0;
    margin-bottom: 15px;
}
.margin-bottom-15
{
    margin-bottom: 15px;
}
button
 {
     border-radius: 0 !important;
 }
a
{
    border-radius: 0 !important;
}

.font-size-20
{
    font-size: 20px;
}
.div_loading{
    background: #000000;
    display: none;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
.image_loading_popup{
    position:absolute;
    top:40%;
    left:45%;
    padding:10px;
}
.custom_error
{
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.custom_error:focus
{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}