﻿.login-page, .register-page {
    /* background: #5c2482; */
    background: #f5f5f5 url(../img/Login-BG.jpg) no-repeat center center;
    background-size: cover;
}

.POSlogin-page{
    /* background: #5c2482; */
    background-image: url('../../../../localhost:15536/Content/dist/img/MUMUSO Swipe .jpg');
    background-size: cover;
}

.lockscreen {
    background: #e0e0e0;
}

.login-box, .register-box {
    margin: 0 auto 0 auto;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    top: 25%;
    /* background-image: url(../img/OriginalLogin.jpg); */
    border-radius: 6px;
    /* width: 550px; */
    box-shadow: 0px 0px 40px -7px #000;
}

.login-box-msg, .register-box-msg {
    padding: 0 10px 10px 10px;
}

.checkbox label, .radio label {
    padding-left: 0px;
}

.checkbox, .radio {
    margin-top: 0;
    margin-bottom: 0px;
    overflow: hidden;
}

.login-box-body, .register-box-body {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-top: 0;
    color: #666;
    border-radius: 7px 7px 0 0;
}

a {
    color: #b264ea;
}

    a:hover, a:active, a:focus {
        color: #e09bff;
    }

.login-box-footer {
    background: rgba(101, 46, 144, 0.24);
    border-radius: 0 0 5px 5px;
    padding: 10px 5px;
    text-align: center;
    font-size: 11px;
    box-shadow: inset 0px 10px 5px -10px #000;
}

    .login-box-footer a {
        color: #8147ab;
    }

.login-user-img {
    border: 3px solid #343a40;
    max-width: 130px;
    margin-bottom: 20px;
}

.login-logo, .register-logo {
    margin-bottom: 0px;
}

    .login-logo b {
        background: -webkit-linear-gradient(#5c2482, #333);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .login-logo img {
        width: 40%;
        margin-top: 20px;
    }

.btn-primary {
    background-color: #343a40;
    border-color: #343a40;
    border-radius: 15px !important;
}

.form-control:focus {
    border-color: #5c2482;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(92, 36, 130);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #501f71;
}

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #501f71;
        border-color: #501f71;
    }

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #501f71;
    border-color: #501f71;
}

.forget-password-container {
    background: rgba(0, 128, 58, 0.67);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px;
    z-index: 9999;
}

    .forget-password-container span {
        color: #fff;
        font-weight: bold;
    }

        .forget-password-container span:before {
            content: "\f1d9";
            font-family: fontawesome;
            margin-right: 15px;
            font-size: 15px;
        }
/*Spinner CSS*/
.spinner {
    margin: 100px auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 30%;
    left: 45%;
}

    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner:after {
        content: 'Loading Data ...';
        color: #fff;
        font-size: 15px;
        width: 120px;
        display: block;
        position: absolute;
        left: -30px;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.spinner-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 999999;
    top: 0;
    left: 0;
}
/*Spinner CSS*/
.form-control {
    border-radius: 15px;
}
.forgot-password {
    /* width: 100%; */
    /* text-align: center; */
    /* float: left; */
    /* margin-top: 15px; */
}
select.form-control {
    padding: 1px 5px !important;
}