@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

#cFooter {
    position: absolute;
    bottom: 1em;
    text-align: center;
    width: 100%;
    color: #999999;
}

.user {
    position: relative;
    color: #777;
    font-size: 14px;
}

    .user input {
        width: 250px;
        height: 32px;
        color: rgb(0, 51, 102);
        background: #fcfcfc;
        border: 1px solid #777;
        border-radius: 1px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    }

    .user input {
        text-indent: 32px;
    }

    .user .fa-user {
        position: absolute;
        top: 10px;
        left: 10px;
    }


.password {
    position: relative;
    color: #777;
    font-size: 14px;
}

    .password input {
        width: 250px;
        height: 32px;
        color: rgb(0, 51, 102);
        background: #fcfcfc;
        border: 1px solid #777;
        border-radius: 1px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    }

    .password input {
        text-indent: 32px;
    }

    .password .fa-lock {
        position: absolute;
        top: 10px;
        left: 10px;
    }

input.placeholder:-ms-input-placeholder {
    color: #9c9c9c;
}

.userPhoto {
    background: url("../Images/icon-user-default.png");
    height: 90px;
    width: 90px;
    background-size: contain;
    border-radius: 50%;
}
/*            FontAwesome Animated Checkboxes    */
label.animated-ckbox *::-moz-selection {
    background: transparent;
}

label.animated-ckbox *::selection {
    background: transparent;
}

@-webkit-keyframes icon-beat {
    0% {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-beat {
    0% {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

body {
    -webkit-font-smoothing: antialiased;
}

label.animated-ckbox {
    display: block;
    position: relative;
    padding: 0rem;
    line-height: 25px;
    font-weight: normal;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0px;
}

    label.animated-ckbox:last-of-type {
        margin-right: 1rem;
    }

    label.animated-ckbox i {
        display: inline-block;
        height: 20px;
        position: relative;
        font-style: normal;
        float: left;
    }

    label.animated-ckbox span {
        display: inline-block;
        line-height: 25px;
    }

    label.animated-ckbox input[type="radio"],
    label.animated-ckbox input[type="checkbox"] {
        display: none;
    }

        label.animated-ckbox input[type="radio"] + i:before,
        label.animated-ckbox input[type="checkbox"] + i:before {
            font-family: 'FontAwesome';
            font-size: 20px;
            height: 25px;
            width: 25px;
            display: inline-block;
        }

        label.animated-ckbox input[type="radio"]:checked + i,
        label.animated-ckbox input[type="checkbox"]:checked + i {
            position: relative;
            -webkit-animation: icon-beat 0.1s ease;
            animation: icon-beat 0.1s ease;
        }

            label.animated-ckbox input[type="radio"]:checked + i + span,
            label.animated-ckbox input[type="checkbox"]:checked + i + span {
                -webkit-transition: all 0.1s ease;
                transition: all 0.1s ease;
            }

        label.animated-ckbox input[type="radio"] + i:before {
            content: "\f10c";
        }

        label.animated-ckbox input[type="radio"]:checked + i:before {
            content: "\f111";
        }

        label.animated-ckbox input[type="radio"]:checked + i + span,
        input[type="radio"]:checked + i:before {
            color: rgba(51,51,51, 0.5);
        }

        label.animated-ckbox input[type="checkbox"] + i:before {
            content: "\f096";
        }

        label.animated-ckbox input[type="checkbox"]:checked + i:before {
            content: "\f046";
        }

        label.animated-ckbox input[type="checkbox"]:checked + i + span,
        input[type="checkbox"]:checked + i:before {
            color: rgba(0, 0, 128, 0.5);
        }

@media screen and (max-width:1030px) {
    #cFooter {
        position: fixed;
        bottom: 0em;
        font-size:10px;
    }
}
