body, html{
    min-height: 100%;
    height: auto;
    font-family: "Nunito",sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(185,185,185,1) 76%, rgba(185,185,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(26%, rgba(255,255,255,1)), color-stop(76%, rgba(185,185,185,1)), color-stop(100%, rgba(185,185,185,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(185,185,185,1) 76%, rgba(185,185,185,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(185,185,185,1) 76%, rgba(185,185,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(185,185,185,1) 76%, rgba(185,185,185,1) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header{
    padding: 20px 0;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

#ace-logo {
    margin-top: 10px;
    width: 200px;
    max-width: 100%;
}

#login-form {
    margin: 30px 0;
}

.environment {
    margin-top: 34px;
    font-size: 16px;
}
.error {
    color: #F00;
    margin: 5px 0 0 0;
    text-align: left;
}

.btn-default {
    background-color: #65308f;
    color: #FFF;
    text-transform: uppercase;
    border-color: #6c438d;
}

.btn-default:hover, .btn-default:focus {
    background-color: #8125cb;
    color: #FFF;
}

.error-msg {
    font-size:12px; 
    color:red; 
    font-weight:bold; 
    padding:0 5px 0 5px;
    text-align: left;
}

.instructions {
    margin: 30px 0;
}

.inner {  
}

.logo-mg {
    height: 160px;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.logo-mg img {
    max-height: 120px;
    max-width: 100%;
    overflow:hidden;
    margin: auto;
    padding-top: 20px;
}

#all-logo img{
    display: block;
    width: auto;
    max-width: 40%;
    margin: 0px auto;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1400px) {
    #all-logo img{
        width: 600px;
        margin: 60px auto;
    }
}

@media (min-width: 1900px) {
    #all-logo img{
        width: 1064px;
        margin: 120px auto;
    }
}