#login_container {
    background: rgba(82, 86, 89, 0.4) none repeat scroll 0 0;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
}
.alert {
    color: #ff0000;
}
.logininput {
    display: block;
    padding-top: 5px;
}
.logininput input {
    border: none;/*3px solid #ddd;*/
    border-radius: 4px;
    box-shadow: none;
    color: #888;
    font-size: 13px;
    font-weight: 300;
    height:40px;
    line-height:40px;
    margin:0;
    width: 60%;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
/*
.backstretch img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
*/


body {
    color: #888  !important;
    /*font-family: "Roboto",sans-serif;*/
    font-size: 16px  !important;
    font-weight: 300  !important;
    line-height: 30px  !important;
    text-align: center  !important;
}
body {
    color: #333  !important;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 14px  !important;
    line-height: 1.42857  !important;
}
body {
    margin: 0  !important;
}




.inner-bg {
    padding: 100px 0 170px !important;
}
.logincontainer {
    width: 1170px !important;
}
.logincontainer {
    margin-left: auto  !important;
    margin-right: auto  !important;
    padding-left: 15px  !important;
    padding-right: 15px  !important;
}

.login-btn1 .dx-button-danger {
    background-color: #f49f24 !important;
}

.backstretch {
    left: 0px; top: 0px; overflow: hidden; margin: 0px; padding: 0px; height: 100%; width: 100%; position: fixed;
    background-image: url(/images/login-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.login-content {
    display:none;
    z-index: 2000;
    margin-top: 6%;
    text-align:center;
}

.logintitle {
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#loginbutton {
    height: 40px;
    border: none;
    background-color: #f49f24 !important;
}

.form-bottom {
    margin-top: 4%;
}

.backgroundimage {
    object-fit:contain;
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: 0px;
}