﻿html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF;
    color: #576574 !important;
}

.login-header {
    position: relative;
    z-index: 0;
    margin: 0 !important;
    padding: 50px 0 0 0;
    /*background-color: #E9252D !important;*/
}

    .login-header img {
        margin-bottom: -1px !important;
    }

.login-user-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    margin-left: -32px;
    margin-top: -32px;
    text-align: center;
}

    .login-user-icon i {
        width: 32px;
        height: 32px;
    }

.form-signin {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        /*position: relative;
        box-sizing: border-box;*/
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            border-color: #00ce81;
        }

    .form-signin .form-group {
        position: relative;
    }

        .form-signin .form-group i {
            position: absolute;
            left: 14px;
            top: 14px;
            font-size: 16px;
        }

    .form-signin .form-control-icon {
        padding-left: 40px;
    }


.form-check-label input[type="checkbox"] {
    display: none;
}

    .form-check-label input[type="checkbox"] + .form-check-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 4px 0 0;
        vertical-align: middle;
        background: url(../images/check-radio-box.png) left top no-repeat;
        cursor: pointer;
        user-select: none;
        overflow: hidden;
    }

    .form-check-label input[type="checkbox"]:checked + .form-check-icon {
        background: url(../images/check-radio-box.png) -18px top no-repeat;
    }

    .form-check-label input[type="checkbox"]:disabled + .form-check-icon {
        background: url(../images/check-radio-box.png) -36px top no-repeat;
    }

.form-check-desc {
    vertical-align: middle;
}


.btn {
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    color: #FFF !important;
}

.btn-primary {
    background-color: #FF6B6B !important;
}

.btn-secondary {
    background-color: #00D2D3 !important;
}

.btn-danger {
    background-color: #FF6B6B !important;
}

.btn-warning {
    background-color: #FECA57 !important;
}

.btn-info {
    background-color: #48DBFB !important;
}

.btn-success {
    background-color: #00D2D3 !important;
}

.btn-default {
    background-color: #C8D6E5 !important;
    color: #8395A7 !important;
}

.btn-dark {
    background-color: #222F3E !important;
}

.btn-grey {
    color: #C8D6E5 !important;
    background-color: #8395A7 !important;
}

.btn-light {
    color: #8395A7 !important;
    background-color: #FFF !important;
}


.btn-submit {
    color: #FFF !important;
    background-color: #FF6B6B !important;
}

/*.btn-submit:hover {
        color: #fff;
        background-color: #004d4d;
        border-color: #009a9a
    }

    .btn-submit:focus, .btn-submit.focus {
        box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
    }

    .btn-submit.disabled, .btn-submit:disabled {
        color: #fff;
        background-color: teal;
        border-color: #005a5a
    }

    .btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active, .show > .btn-submit.dropdown-toggle {
        color: #fff;
        background-color: #00b3b3;
        border-color: #000
    }

        .btn-submit:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-submit.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
        }*/


.text-primary {
    color: #FF6B6B !important;
}

.text-secondary {
    color: #00D2D3 !important;
}

.text-light {
    color: #8395A7 !important;
}

.text-grey {
    color: #576574 !important;
}

.text-info {
    color: #48DBFB !important;
}

.text-success {
    color: #00D2D3 !important;
}

.text-dark {
    color: #222F3E !important;
}

.text-danger {
    color: #FF6B6B !important;
}

.text-warning {
    color: #FECA57 !important;
}

.bg-primary {
    background-color: #FF6B6B !important;
}

.bg-secondary {
    background-color: #00D2D3 !important;
}

.bg-danger {
    background-color: #FF6B6B !important;
}

.bg-warning {
    background-color: #FECA57 !important;
}

.bg-info {
    background-color: #48DBFB !important;
}

.bg-success {
    background-color: #00D2D3 !important;
}

.bg-dark {
    background-color: #222F3E !important;
}

.bg-grey {
    background-color: #8395A7 !important;
}

.bg-light {
    background-color: #F2F2F2 !important;
}

.aspNetHidden {
    display: none !important;
}
