.accountloginbody {
    min-height: 100%;
    background: #2e80ab;
    /*background-image: url(../../images/Login/anicloud-login-nari.jpg);*/
    background-color: #fff;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* https://developer.microsoft.com/en-us/microsoft-edge/platform/status/backgroundblendmode/ */
    /* Under Consideration in Microsoft Edge, Roadmap Priority: Low */
    background-blend-mode: screen;
}

body {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#LoginHolder {
    background-color: white;
    margin-top: 15%;
    width: 60%;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 8px 8px 10px;
    border-radius: 20px;
}

.btn-default {
    color: #333;
    background-color: #3392e2;
    border-color: #ccc;
    width: 100%;
    color: white;
}

.col-md-10 {
    display: inline !important;
    float: none;
}

.footer-content {
    padding-top: 100px;
}

.control-label, .checkbox {
    background-color: #fff;
    color: #3392e2;
}

/* Login validation summary error */
.validation-summary-errors ul {
    color: red;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.validation-summary-errors li:first-of-type {
    height: 40px;
    line-height: 40px;
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}

.row {
    margin: auto;
    padding: 0px 0px 0 0 !important;
}

.col-md-8 {
    margin: auto !important;
    float: none !important;
    padding: 0px 0px 0 0 !important;
}

.cb-slideshow {
    list-style: none;
    /*min-width: 100%;
    min-height: 100%;*/
}

    .cb-slideshow:after {


    }

    /* this is used to overlay a pattern and give the image some styling*/
    /*.cb-slideshow:after {
        content: '';
        background: transparent url(../images/pattern.png) repeat top left;
    }*/

    .cb-slideshow li span {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-repeat: none;
        background-position: bottom right;
        opacity: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 42s linear infinite 0s;
        -moz-animation: imageAnimation 42s linear infinite 0s;
        -o-animation: imageAnimation 42s linear infinite 0s;
        -ms-animation: imageAnimation 42s linear infinite 0s;
        animation: imageAnimation 42s linear infinite 0s;
    }

    .cb-slideshow li:nth-child(1) span {
        background-image: url(../../images/CowsClouds.jpg)
    }

    .cb-slideshow li:nth-child(2) span {
        background-image: url(../../images/SheepMountains.jpg);
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
    }

    .cb-slideshow li:nth-child(3) span {
        background-image: url(../../images/GoatsRocks.JPG);
        -webkit-animation-delay: 12s;
        -moz-animation-delay: 12s;
        -o-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
    }

    .cb-slideshow li:nth-child(4) span {
        background-image: url(../../images/CowsInFog.jpg);
        -webkit-animation-delay: 18s;
        -moz-animation-delay: 18s;
        -o-animation-delay: 18s;
        -ms-animation-delay: 18s;
        animation-delay: 18s;
    }

    .cb-slideshow li:nth-child(5) span {
        background-image: url(../../images/SheepField.jpg);
        -webkit-animation-delay: 24s;
        -moz-animation-delay: 24s;
        -o-animation-delay: 24s;
        -ms-animation-delay: 24s;
        animation-delay: 24s;
    }

    .cb-slideshow li:nth-child(6) span {
        background-image: url(../../images/GoatsField.JPG);
        -webkit-animation-delay: 30s;
        -moz-animation-delay: 30s;
        -o-animation-delay: 30s;
        -ms-animation-delay: 30s;
        animation-delay: 30s;
    }

    .cb-slideshow li:nth-child(7) span {
        background-image: url(../../images/CowsField.jpg);
        -webkit-animation-delay: 36s;
        -moz-animation-delay: 36s;
        -o-animation-delay: 36s;
        -ms-animation-delay: 36s;
        animation-delay: 36s;
    }

    .cb-slideshow li:nth-child(2) div {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
    }

    .cb-slideshow li:nth-child(3) div {
        -webkit-animation-delay: 12s;
        -moz-animation-delay: 12s;
        -o-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
    }

    .cb-slideshow li:nth-child(4) div {
        -webkit-animation-delay: 18s;
        -moz-animation-delay: 18s;
        -o-animation-delay: 18s;
        -ms-animation-delay: 18s;
        animation-delay: 18s;
    }

    .cb-slideshow li:nth-child(5) div {
        -webkit-animation-delay: 24s;
        -moz-animation-delay: 24s;
        -o-animation-delay: 24s;
        -ms-animation-delay: 24s;
        animation-delay: 24s;
    }

    .cb-slideshow li:nth-child(6) div {
        -webkit-animation-delay: 30s;
        -moz-animation-delay: 30s;
        -o-animation-delay: 30s;
        -ms-animation-delay: 30s;
        animation-delay: 30s;
    }

    .cb-slideshow li:nth-child(7) div {
        -webkit-animation-delay: 36s;
        -moz-animation-delay: 36s;
        -o-animation-delay: 36s;
        -ms-animation-delay: 36s;
        animation-delay: 36s;
    }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: .65;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: .65
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: .65;
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: .65
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: .65;
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: .65
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: .65;
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: .65
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: .65;
        animation-timing-function: ease-out;
    }

    17% {
        opacity: .65
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: .65;
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 {
        font-size: 140px
    }
}

@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 {
        font-size: 80px
    }
}

@media screen and (max-width: 768px) {
    .navbar-collapse.collapse {
        margin-top: 0px;
    }

    .container.body-content {
        margin-left: auto;
    }
}