﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


body {
    background-image: url(http://negentek.com/development/Images/web/bnkg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: -webkit-fill-available;
}

.overlay {
    z-index: -1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(121,125,139,.9);
}

input, select {
    min-width: 100% !important;
}

#upd_Login > div, #upd_Company > div {
    display: block;
    width: 80%;
    margin: auto;
    padding: 10px 0px;
}

.row {
    padding: 10px 50px;
}


#upd_Login, #upd_Company {
    margin-top: 50px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 0 solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 25px 0 rgba(165,170,180,.75);
    -moz-box-shadow: 1px 1px 25px 0 rgba(165,170,180,.75);
    box-shadow: 1px 1px 25px 0 rgba(165,170,180,.75);
    background: rgba(50,77,131,.63);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828daf',endColorstr='#425a84',GradientType=1);
}

.rights {
    text-align: center;
    padding: 20px 0px;
}

.module-login, footer {
    text-align: center;
}

#upd_Company .row .col-md-12:nth-child(3) > input[type="button"]:nth-child(1) {
    margin: 10px 0px;
}

