
.shadow-div {
    -webkit-box-shadow: -1px 2px 10px -1px rgba(66,57,66,0.59);
    -moz-box-shadow: -1px 2px 10px -1px rgba(66,57,66,0.59);
    box-shadow: -1px 2px 10px -1px rgba(66,57,66,0.59);
}

.login-body {
    padding-top: 0px;
}

.form-control {
    border-radius: 3px;
}

@@media screen and (min-width: 1024px) {
    .bg-template {
        background: white;
        background-image: url('/img/Login.JPG');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        position: fixed;
    }
}

.login-box-body, .register-box-body {
    margin-bottom: 30px;
}

.border-box {
    border: 1px solid rgba(195, 192, 192, 0.71);
    top: 0;
}

.bg-white {
    background-color: white;
}

img {
    width: 60% !important;
}

a {
    color: white !important;
}

.login-box, .register-box {
    margin: 15px auto auto auto;
}

.login-page, .register-page {
    background-color: white;
}

/*body {
    background-image: url(/media/img/tileable-wood.png) !important;
}*/

@media (min-width: 768px) {
    .login-box, .register-box {
        width: 50% !important;
    }
}

.logo-login-page {
    margin: 20% auto auto auto;
    width: 100% !important;
    padding-bottom: 25px;
}

.login-box-msg {
    padding-top: 15px;
}


.container-login {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.helper-login {
    display: table-cell;
    vertical-align: middle;
}

.content-login {
    margin: 0 auto;
}

.input-group .input-group-addon {
    border-radius: 0 3px 3px 0;
    border-color: #fff;
    background-color: #fff;
}