﻿body {
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

label {
    text-align: left !important;
}

.k-notification {
    border: 0;
}

.k-notification-info.k-group {
    background: #53a0ef;
    color: #fff;
}

.k-notification-error.k-group {
    background: #ef5365;
    color: #fff;
}

.k-notification-warning.k-group {
    background: #ff6a00;
    color: #fff;
}

.k-animation-container {
    z-index: 10000006 !important;
}

.popup {
    /*width: 300px;
            height: 100px;*/
    width: 250px;
    margin: 30px;
    z-index: 500000;
}

    .popup h3 {
        font-size: 1em;
        /*padding: 32px 10px 5px;*/
    }

    .popup i {
        float: left;
        margin-right: 20px;
    }

    .popup p {
        margin: 3px 0 0px;
        padding: 0px;
        /*line-height: 50px;*/
    }

.button-space {
    margin-right: 5px;
}

input[type=text], input[type=password] {
    width: 365px !important;
    padding: 5px;
}

p {
    margin-left: 0px !important;
}

    p.submitbuttons {
        text-align: left !important;
    }

#btnResetPassword, #btnReset {
    float: right;
}

#btnReset {
    margin-right: 5px;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

    #bg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }
