﻿.bg-login {
    /*background: url(../Images/login-bg.png) no-repeat 100% 100% / cover !important;*/
    background: url(../Images/login-bg.jpg) no-repeat fixed center center / cover !important;
}

.login-fancy-bg {
    background-color: #2C57C9 !important;
    /*background-image: url('../Images/login_artwork_bg.png');*/
}

.logo-header {
    margin: 0 !important;
    padding-top: 20px;
}

    .logo-header img {
        width: 375px;
    }

.logo-footer {
    margin: 0px auto !important;
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}

    .logo-footer img {
        width: 350px;
    }

.has-danger {
    color: red !important;
}

@media only screen and (max-width: 399px) and (min-width : 350px) {
    .logo-header img {
        width: 315px;
    }

    .logo-footer img {
        width: 315px;
    }
}

@media only screen and (max-width: 349px) and (min-width : 320px) {
    .logo-header img {
        width: 290px;
    }

    .logo-footer img {
        width: 290px;
    }
}

@media only screen and (max-width: 319px) {
    .logo-header img {
        width: 250px;
    }

    .logo-footer img {
        width: 250px;
    }

    .img-artwork {
        width: 250px;
    }
}

.wrapper {
    position: relative !important;
    height: 100vh !important;
}

.form-control {
    padding: 8px 10px !important;
    border-radius: .25rem !important;
    border: 3px solid #ffffff;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

    .form-control:focus {
        border: 3px solid #ffffff;
    }

.fileUpload {
    padding: 8px 15px 8px 8px !important;
    border-radius: .25rem !important;
}

@media only screen and (max-width: 767px) {
    .wrapper {
        height: auto !important;
    }

    .d-flex.align-items-center.page-section-ptb.login {
        margin: 1em 0 !important;
    }

    .logo-footer {
        margin: 0px auto 10px !important;
        position: initial;
    }
}

.img-artwork {
    height: 225px !important;
}

.login-artwork {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bb-1 {
    border-bottom: 1px solid #000000;
    padding-bottom: .25rem;
}

.required {
    color: red !important;
}

.alert-danger {
    color: red !important;
}

.color-blue {
    color: #007bff !important;
}

#dvAction i {
    transform: scale(1.8) !important;
}

.riSingle {
    width: 100% !important;
}

    .riSingle .riTextBox {
        padding: 8px 10px !important;
        border-radius: .25rem !important;
        border: 3px solid #ffffff !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 16px !important;
        height: 40px !important;
    }

        .riSingle .riTextBox:focus {
            background: transparent !important;
        }

div.radio {
    margin-right: 5px !important;
}

input[type="radio"] {
    margin-right: 5px !important;
}

a[disabled=disabled] {
    box-shadow: none !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.btn-back {
    padding: 7px 14px !important;
    background: #8EC63F !important;
    border: 2px solid #8EC63F !important;
}

.btn-submit {
    color: #FFFFFF !important;
    padding: 7px 14px !important;
    background: #466C13 !important;
    border: 2px solid #466C13 !important;
}

.button {
    /*  background: #A5672A !important;
    border: 1px solid #ffffff !important; */
    padding: 8px 110px;
}

    .button.icon-submit i {
        margin-right: 10px;
        transform: scale(1.4);
    }

    .button:hover {
        background: #466D13 !important;
        border-color: #ffffff !important;
    }

.aspNetDisabled {
    cursor: not-allowed !important;
    opacity: 0.65;
}

h1, h2, h3, h4, h5, h6, p, label, span {
    color: #ffffff !important;
}

.select2 {
    padding: 6px 10px 6px 10px !important;
    background: #f6f7f8 !important;
    width: 100% !important;
    height: 37px !important;
    border-radius: .25rem !important;
    border: 1px solid #ced4da !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container-active:focus {
    background: #ffffff !important;
    border: 0px !important;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color: transparent;
}
