﻿body {
    margin: 0;
    background: url('../../images/loginbackground.png') #6599d1;
    font-size: 13px;
    font-family: Helvetica,Tahoma,Arial,sans-serif;
}

.login-form {
    margin: auto;
    position: relative;
    margin-top: 200px;
    width: 450px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0 #000000;
}


.login-top {
    background: url('../../images/Logo.png') no-repeat center center;
    height: 60px;
    border: solid 1px #ddd;
}

.login-center {
    background-color: #ECF0F2; /*url("../../images/login/login_center.png") repeat-y;*/
    text-align: left;
    margin: 0;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    padding: 0 50px 20px 30px;
}

    .login-center div {
        padding-top: 8px;
    }

.login-bottom {
    background: #0F84E4;
    height: 35px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #FFF;
}

.login-form table {
    width: 100%;
}

.login-form .text-input {
    width: 100%;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding-left: 25px;
    background-color: #FFF !important;
}

.row-input {
    position: relative;
}

.login-icon {
    width: 16px;
    height: 16px;
    top: 10px;
    position: absolute;
    margin-left: 5px;
    margin-top: 2px;
}

.row-input .username {
    background: url('../../images/user.png') no-repeat left center;
}

.row-input .password {
    background: url('../../images/pass.png') no-repeat left center;
}

.login-form a {
    text-decoration: none;
    font-style: italic;
    line-height: 25px;
}

.btn {
    background-color: #0F84E4;
    border-radius: 5px;
    border-width: 0;
    /*background-image: -moz-linear-gradient(center top, #e8eaec, #dfe1e4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    color: #ffffff;
    font-weight: bold;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 250px;
}

    .btn:hover, .btn:active {
        background-color: #025294;
        /*border: solid 1px #0F84E4;*/
        color: #FFF;
        /*background-image: -moz-linear-gradient(center top, #fae185, #fcefc0);*/
    }

.div-validate {
    color: red;
}

    .div-validate ul {
        margin: 0;
        padding-left: 5px;
        list-style-type: none;
    }

.failureNotification {
    display: none;
}

.div-validate .failureNotification {
    display: block;
    line-height: 25px;
}
