﻿body {
    margin: 0px;
    padding: 0px;
    /*font: normal 13px "Arial";*/
    /*background-color: #f5f5f5;*/
    color: #3c3c3c;
    /*background-color: #e9e9e9;*/
    background-color: white;
    background-image: url("/img/bg.jpg");
    background-size:cover;
    /*background-repeat: repeat;
    background-color: #e9e9e9;*/
}
/*html, body {
    margin: 0;
}*/
.login-screen {
    height: 100vh;
    display: flex;
    justify-content: right;
    margin-right:10%;
    /*justify-content: center;*/
    align-items: center;
}

@media screen and (max-width: 1100px) {
    .login-screen {        
        justify-content: center;
        margin-right: 0%;
    }
}


.login-container {
    background-color: white;
    width: 380px;
    /*height: 380px;*/
    border: solid 1px #ced4da;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
}

/*.login-header {
    padding: 50px 50px 20px 50px;
}*/

.login-body {
    padding: 50px 35px;
}

.login-logo {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin-bottom:35px;
}

.login-texbox {
    margin-bottom: 10px;    
}

.form-control {
    /*font-family:Tahoma;*/
    /*font-weight: 300;*/
    /*color: black;*/
}
/*.table-login {
    width: 100%;
    font-size: 1.3rem;
}

    .table-login td {
        padding: 5px 5px;
    }
*/
.swal-button {
    background-color: transparent;
    color: #495057;
    /*border: solid 1px #ced4da;*/
    border: solid 1px #ced4da;
    /*box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer*/
    font-size: 1rem;
    font-weight: normal;
}

    .swal-button:not([disabled]):hover {
        background-color: #F1F1F1;
        font-size: 1rem;
    }

    .swal-button:active {
        /*background-color: #70bce0*/
        background-color: #b5b5b5;
        border-color: #b5b5b5;
    }

    .swal-button:focus {
        /*outline: none;
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)*/
        box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.3);
    }

/*.swal-button[disabled] {
        opacity: .5;
        cursor: default
    }*/

/*.swal-button--cancel, .swal-button--cancel:not([disabled]):hover, .swal-button--cancel:active, .swal-button--cancel:focus {
    font-size: 1rem;
    font-weight: normal;
}*/
/***********************************************************/
.btn-outline-custom {
    color: #495057;
    border-color: #ced4da;
    margin-top: 25px;
    /*font-weight: 400;*/
}

    .btn-outline-custom:hover {
        /*color: #fff;*/
        background-color: #F1F1F1;
        /*border-color: #343a40;*/
    }

    .btn-outline-custom:focus, .btn-outline-custom.focus {
        box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.3);
    }

    .btn-outline-custom.disabled, .btn-outline-custom:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
    .show > .btn-outline-custom.dropdown-toggle {
        /*color: #fff;*/
        background-color: #b5b5b5;
        border-color: #b5b5b5;
    }

        .btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.icon-btn {
    margin-right: 10px;
}

.icon-group {
    width: 16px;
}

.custom-control-size {
    font-size: .9rem;
}