﻿body {
    background-color: #467fa0;
}

.login {
    width: 300px;
    margin: 50px auto;
    padding: 25px;
    border: solid #555 4px;
    background-color: #e5e5e5;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.block {
    display: block;
}

.input-icon {
    border: solid #ccc 1px;
    background-color: #fff;
}

    .input-icon input {
        border: 0 !important;
        background-color: #fee;
        width: 220px;
    }

    .input-icon i {
        color: #909090;
        position: relative;
        top: 4px;
        right: 3px;
        font-size: 1.6em;
    }

.lblError {
    font-size: 1.2em;
    color: #f00;
}