﻿.logo img {
    max-width: 200px;
}

.text-login-danger {
    color: white;
    background-color: #dc3545 !important;
    text-align: center;
}

.validation-summary-errors ul {
    margin-left: 0px;
    padding-left: 0px;
}

body, html {
    height: 100%;
    margin: 0;
}

.img-container {
    /*background-image: url("../../images/background.jpg");*/
    background-color: #bbb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.page-mask {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.account-info {
    display: none;
}

@media (min-width: 768px) {
    .account-info {
        background-color: #fff;
        display: table-cell;
        padding: 30px;
        text-align: left;
        vertical-align: middle;
        width: 43%;
    }

    .account-form {
        display: table-cell;
        vertical-align: top;
        width: 57%;
    }

    #login-block {
        height: 100%;
        margin: auto;
        position: relative;
        width: 670px;
        padding: 0px 15px;
    }
}

.account-info h3 {
    font-size: 17px;
    margin-top: 25px;
    font-weight: 100;
}

ul {
    border: 0;
    vertical-align: baseline;
}

li {
    line-height: 25px;
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.account-form {
    background: rgba(57, 115, 176, 0.84);
    color: #fff;
    padding: 30px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.form-signin {
    padding-top: 10px;
}

    .form-signin h3 {
        font-weight: 100;
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase;
    }

.append-icon {
    position: relative;
}

    .append-icon input {
        font-weight: 100;
        border: 1px solid #1c5663 !important;
    }

    .append-icon i {
        color: rgba(27, 30, 37, 0.3);
        font-size: 19px;
        line-height: 38px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 36px;
    }

.user-icon {
    color: white;
    font-size: 82px;
    text-align: center;
    margin-top: 40px;
    font-weight: lighter;
}

.form-signin h3 strong {
}

.form-group {
    line-height: 1;
    margin-bottom: 0px;
}

.checkbox {
    margin-bottom: 10px;
}
