html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



.login {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    width: 630px;
    background: #fafafa;
    border-radius: 10px;
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

html {
    height: 100%;
}

.object-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.page-wrapper {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
}

.fullscreen-bg {
    /*background: url('../../../../../Content/Images/fullscreen-bg.jpg') 50% 0px no-repeat;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dark-translucent-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .dark-translucent-bg:after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .dark-translucent-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
    }

.login-body {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #777;
    font-size: 15px;
    line-height: 1.4666666667;
    height: 100%;
}

.login-content-block {
    position: relative;
    z-index: 3;
}

.login-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .login-logo a {
        display: inline-block;
    }

.login-content h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #777;
    font-weight: 500;
    margin-top: 20px;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.login-body .form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #e1e1e1;
    color: #777777;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

    .login-body .form-control:focus {
        border-color: #999;
    }

.login-body label {
    margin-bottom: 5px !important;
}

.btn-animated {
    position: relative;
    min-width: 0 !important;
    padding-right: 45px !important;
}

.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default, .btn-default:hover, .btn-default:focus {
    border-color: #09afdf;
    color: #ffffff;
    background-color: #09afdf;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
    color: #777;
}

.btn-animated:hover i {
    right: 11px;
}

.btn-animated i {
    -webkit-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    z-index: 3;
    right: 17px;
    position: absolute;
    line-height: 34px;
    top: 0;
    min-width: 12px;
}

.btn-animated:after {
    width: 35px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    content: "";
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0px;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-animated:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.signup-btn {
    margin-top: 20px;
}

.space-top {
    margin-top: 20px;
}

    .space-top li {
        list-style-type: square;
        color: #777;
        padding-left: 0px;
        vertical-align: middle;
    }

        .space-top li a {
            color: #777;
        }

.checkbox label {
    font-weight: 300;
}


@media only screen and (max-width: 767px) {
    .login-body {
        font-size: 14px;
    }

    .container {
        width: 100%;
    }

    .login {
        width: 90%;
    }
}


@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

.logincopyright {
    margin-top: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
}
