/* Minification failed. Returning unminified contents.
(266,47): run-time error CSS1046: Expect comma, found '0'
(266,51): run-time error CSS1046: Expect comma, found '/'
(267,39): run-time error CSS1046: Expect comma, found '0'
(267,43): run-time error CSS1046: Expect comma, found '/'
 */
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: -3px -6px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(images/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
}
    .icheckbox_minimal.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal {
    background-position: -100px 0;
}
    .iradio_minimal.hover {
        background-position: -120px 0;
    }
    .iradio_minimal.checked {
        background-position: -140px 0;
    }
    .iradio_minimal.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(images/minimal@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
/*@import url('rw.css');*/

body, html {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

body {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    background: #fff;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.loaderImg {
    background: url(images/loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
}
.signin-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .signin-wrapper .formBox.signin {
        width: 100%;
        height: 100vh;
        position: relative;
        background: #fff;
    }
    .signin-wrapper .formBox.signin::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 30px;
        background: #F07E23;
        z-index: 1;
        left: 0;
        top: 0;
    }
        .signin-wrapper .formBox.signin .logo {
            
            width: 100%;
            background: url(images/logo.svg) 10px 0 no-repeat;
            background-size: 180px;
            margin-top: 42px;
            padding: 0px 10px 56px 10px;
            border-bottom: solid 1px #CCC;
    }
        .signin-wrapper .formBox.signin h1 {
            padding: 30px 20px 20px;
            font-size: 22px;
            font-weight: 500;
            color: #333;
            margin: 0;
        }
        .signin-wrapper .formBox.signin .custom-form-group {
            margin: 20px 0 0;
            padding: 0 20px;
            position: relative;
        }
            .signin-wrapper .formBox.signin .custom-form-group label {
                padding: 0 0 10px;
                margin: 0;
                float: left;
                font-weight: 300;
                font-size: 15px;
                color: #333;
            }
            .signin-wrapper .formBox.signin .custom-form-group .validation {
                background: #fffafb;
                border: solid 1px #CE1443;
                color: #CE1443;
                padding: 2px 6px;
                font-weight: 300;
                font-size: 12px;
                display: inline-block;
                position: absolute;
                top: 20px;
                right: 15px;
            }
            .signin-wrapper .formBox.signin .custom-form-group input[type="text"], .signin-wrapper .formBox.signin .custom-form-group input[type="password"] {
                width: 100%;
                height: 35px;
                padding: 0 10px;
                border: solid 1px #CCCCCC;
                color: #000;
                background-color: #fff;
                font-size: 14px;
                -webkit-appearance: none;
                font-weight: 400;
                border-radius: 0;
            }
                .signin-wrapper .formBox.signin .custom-form-group input[type="text"]:focus, .signin-wrapper .formBox.signin .custom-form-group input[type="password"]:focus {
                    outline: auto;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }
        .signin-wrapper .formBox.signin .buttons {
            display: flex;
            padding: 0 20px;
            flex-direction: column;
            align-items: center;
        }
            .signin-wrapper .formBox.signin .buttons button[type="submit"] {
                background: #F07E23;
                color: #fff;
                font-family: inherit;
                cursor: pointer;
                /*position: relative;*/
                border: none;
                height: 50px;
                line-height: 50px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                font-size: 13px;
                font-weight: 400;
                margin: 30px 0;
                padding: 0 20px;
                -webkit-transition: background-color 0.2s;
                -moz-transition: background-color 0.2s;
                transition: background-color 0.2s;
                width: 100%;
            }
                .signin-wrapper .formBox.signin .buttons button[type="submit"]:hover {
                    background: #ED6F25;
                }

                .signin-wrapper .formBox.signin .buttons .forgotPassword a {
                    color: #333;
                    text-decoration: none;
                    cursor: pointer;
                }
        .signin-wrapper .formBox.signin .alert.alert-danger {
            background: #fffafb;
            border: solid 1px #CE1443;
            color: #CE1443;
            padding: 2px 6px;
            font-weight: 300;
            font-size: 12px;
            margin: 0 auto;
            border-radius: 0;
            width: calc(100% - 40px);
        }
        .signin-wrapper .formBox.signin .btn-reg {
            color: #333;
            text-decoration: none;
            cursor: pointer;
            position: absolute;
            bottom: 20px;
            right: 30px;
        }
@media (min-width: 480px) {
    .signin-wrapper .formBox.signin .buttons {
        flex-direction: row;
        justify-content: space-between;
    }
    .signin-wrapper .formBox.signin .buttons button[type="submit"] {
        width: auto;
        min-width: 170px;
    }
    .signin-wrapper .formBox.signin .buttons .forgotPassword {
        padding: 0;
        margin: 30px 0;
        height: 50px;
        line-height: 50px;
    }
}
@media (min-width: 600px) {
    body::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        background-size: cover;
        z-index: -1;
        opacity: 0.5;
    }
    .signin-wrapper .formBox.signin {
        width: 450px;
        height: auto;
        min-height: 600px !important;
        max-height: 100%;
        overflow-y: auto;
        padding: 10px;
        -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
        box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: solid 1px #fefefe;
        z-index: 2;
    }
}
