﻿body, html, form {
    font-family: "Roboto","Segoe UI","GeezaPro","DejaVu Serif","sans-serif","-apple-system","BlinkMacSystemFont" !important;
    font-size: 14px !important;
}

.bg {
    background-image: url('../../../Images/bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 800px !important;
    max-height: 800px !important;
    background-position-y: -45px !important;
    background-position-x: 200px !important;
}

.select2.select2-container.select2-container--bootstrap {
    width: 100% !important;
    border-bottom: solid 1px #000;
    height: 34px;
    line-height: 34px;
}

.select2-results {
    max-height: 264px;
    overflow: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

option {
    padding-left: 0px !important;
}

.box-login {
}

    .box-login .box-login-header {
        padding: 15px;
        padding-left: 55px;
        padding-right: 55px;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        background-color: rgba(255,255,255,0.2) !important;
        box-shadow: 0px 0px 50px 10px #DDD !important;
    }

    .box-login .box-login-body {
        background-color: #4FB79A;
        padding: 15px;
        padding-left: 65px;
        padding-right: 65px;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

        .box-login .box-login-body h3 {
            color: #FFF !important;
            font-weight: 100;
            font-size: 22px;
            margin-top: 10px;
        }

        .box-login .box-login-body.warning {
            background-color: rgba(255, 193, 7);
        }

            .box-login .box-login-body.warning h3 {
                color: #000 !important;
            }

        .box-login .box-login-body.error {
            background-color: rgba(220,53,69);
        }

.form-control {
    border: none !important;
    padding: 15px !important;
    height: auto !important;
    border-radius: 3px !important;
}

input[type="text"], input[type="password"] {
    border-radius: 3px !important;
    box-shadow: inset 0px 10px 15px #DDD !important;
    color: #0987C7 !important;
    font-weight: 500;
}

    input[type="text"]:focus, input[type="password"]:focus, .form-control:focus {
        outline: none !important;
        border: none !important;
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: inset 0px 10px 15px #DDD !important;
    }

.btn-primary {
    background-color: #0987C7 !important;
    border: solid 1px #0987C7 !important;
    font-size: 13px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
}

input[type="text"]::placeholder, input[type="password"]::placeholder {
    color: #0987C7 !important;
    font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #0987C7;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}


#eyeIcon {
    cursor: pointer;
    font-size: large;
    position: relative;
    right: -100px;
    top: -36px;
}

@media only screen and (max-width: 480px) {

    #txtPassword {
        background-color: black;
    }

    #eyeIcon {
        right: -90px !important;
    }
}
