body, html{
    
    background-repeat: no-repeat;
    /* background-color: #d3d3d3; */
    background-image: url(../images/bganmted.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.navbar-inverse {
    background-color: #041a3e;
    border-color: #041a3e;
}
h1.vi-heading {
    text-align: center;
}
h1.vi-heading img{
    mix-blend-mode: multiply;
    filter: contrast(1);
}
.vi-bg1 {
    /* background: #fff; */
    padding: 20px 50px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.vi-page-header{
    margin: 0;
}
.vi-select select {
    position: relative;
    top: -16px;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.validation-summary-valid ul{
    list-style: none;
}

.navbar-inverse .navbar-brand {
    color: #e0d3d3;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 18px 15px;
    font-size: 16px;
    line-height: 20px;
}

.main{
    margin-top: 40px;
}

h1.title { 
   font-size: 50px;
   font-weight: 400; 
}

hr{
   width: 10%;
   color: #fff;
}

.form-group{
   margin-bottom: 15px;
}

label{
   margin-bottom: 15px;
}
input{
    font-size: 14px;
    padding: 0 10px;
}

input::-webkit-input-placeholder {
   font-size: 11px;
   padding-top: 6px;
}

.main-login{
    /* background-color: #fff; */
   /* shadows and rounded borders */
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
    margin-top: 30px;
    margin: 0 auto;
    max-width: 330px;
   padding: 40px 40px;

}

.login-button{
   margin-top: 5px;
}

.login-register{
   font-size: 11px;
   text-align: center;
}

.msg{
    text-align: center;
    font-size: 20px;
}
