﻿body {
}

.divLogin {
    max-width: 28em;
    margin: 0 auto;
    margin-top: 5%;
}

.loginBody {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #edeaea !important;
    /*background-image: url(Images/gradient-background-from-red-to-blue.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #495057;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.red-coca-cola {
    background-color: #db0000 !important;
}