﻿body {
    background-position: center;
    background-size: cover;
}

footer {
    background: #fff;
    height: 45px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
}

.stripe {
    background-color: #fff;
    height: 8px;
    position: relative;
    z-index: 3;
    text-align: right;
    background: url(../../images/color_stripe_bg.png) center;
    height: 3px;
}

    .stripe > img {
        margin-top: 10px;
        margin-right: 10px;
    }

#content-wrapper {
    justify-content: center;
    align-items: center;
}


#login-content {
    max-width: 450px;
    width: 95%;
    min-height: 275px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 15px;
}


#CompanyLogo {
    align-self: center;
    margin-top: -75px;
    border-radius: 15px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 0 6px 1px #cbcbcb;
    max-height: 150px;
    max-width: 300px;
    margin-bottom:20px;
}

#login-content input[type='text'], #login-content input[type='password'] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.input-group-text {
    background: none !important;
    border: none !important;
}

#_btnLogin {
    background-color: #00aebc !important;
    border-color: #00aebc !important;
}

    #_btnLogin:hover {
        border-color: #00aebc !important;
    }

    #_btnLogin:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 174, 188, 0.5)
    }

#txtPassword_Container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.input-group-prepend .input-group-text > i {
    border-right: none !important;
}

.input-group-prepend {
    background: none !important;
}

div:not(.form-dirty) .input-group > .input-group-prepend + input {
    border-left: 1px solid #ced4da;
}

#Frame_RWindow {
    max-height: 225px;
}
