﻿body {
    color: #676a6c;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "oxygen", "Roboto Condensed", sans-serif, Arial;
    height: initial;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    margin-bottom: 15px;
}

.login-layout-full::before {
    background-image: url("images/bg_login.jpg");
    background-position: center top;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*---login page-2---*/

.login-layout-full .page-brand-info {
    color: #fff;
    margin: 220px 413px 0 90px;
}

.login-layout-full .brand {
    margin-bottom: 22px;
}

.login-layout-full .brand img {
    width: 270px;
    opacity: .7;
}

.loginColumns .copyR {
    border-top: 1px solid #ddd;
    bottom: 0;
    left: 0;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.loginColumns {
    padding-bottom: 30px;
}

.login-layout-full .page-brand-info p {
    max-width: 650px;
    opacity: 0.6;
    font-size: 20px !important;
}

.bg-top-login {
    margin: 30px 0px;
}

.login-layout-full::after {
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-top-login {
    margin: 30px 0px;
}

.bg-top-login img {
    width: 100%;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 350px;
}

.loginColumns {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin: 0 auto;
    max-width: 315px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 35px 20px 20px 20px;
}

.login-copyright {
    color: #e6e6e6;
    margin-top: 8px;
    text-align: center;
}

.login .logo {
    margin: 60px auto 0;
    padding: 15px;
    text-align: center;
}

.login .logo img {
    width: 230px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.full-width {
    width: 100% !important;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 18px;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn {
    margin-bottom: 5px;
}

.btn, .form-control {
    box-shadow: none !important;
}

.btn.aqua:not(.btn-outline) {
    color: #FFF;
    background-color: #0059aa;
    border-color: #054d8e;
}

.btn:not(.btn-sm):not(.btn-lg) {
}
/****************************************************************/
.message-notification {
    margin: 0px 0px;
}

#flash-messages {
    position: relative;
    padding: 0;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
}

#flash-messages div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.success {
    background: #d5ffce url('../images/success.png') 10px center no-repeat;
    border: 1px solid #9adf8f;
    color: #556652;
}

.error {
    background: #ffcece url('../images/error.png') 10px center no-repeat;
    border: 1px solid #df8f8f;
    color: #665252;
}

.warning {
    background: #fffbcc url('../images/warning.png') 10px center no-repeat;
    border: 1px solid #e6db55;
    color: #666452;
}

.info {
    background: #dbe3ff url('../images/info.png') 10px center no-repeat;
    border: 1px solid #a2b4ee;
    color: #585b66;
}

a.close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}
/****************************************************************/

@media (max-width: 768px) {
    .login-layout-full .page-brand-info {
        display: none;
    }
}

.error {
    padding: 5px;
}