﻿body {
    background: url('/Content/assets/clogistics-pictures/login-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-login-logo {
    width: 45%;
}

.spacer-mid {
    margin-top: 2%;
    display: block;
    position: relative;
}

/*.card-border-green {
    background: #FFF;
    border: 10px solid #0a8542;
    padding:40px;
    border-radius: 4px;
}*/

.card-border-green {
    background: #FFF;
    -webkit-box-shadow: 7px 7px 5px -4px rgba(48,48,48,1);
    -moz-box-shadow: 7px 7px 5px -4px rgba(48,48,48,1);
    box-shadow: 7px 7px 5px -4px rgba(48,48,48,1);
    padding: 50px;
    border-radius: 2px;
    border: 1px solid #CCC;
}

.validation-summary-errors li {
    list-style:none;
}