﻿html {
    height: 100%;
    min-height: 100%;
}
body {
    background-image: url('./AdobeStock_206979816.jpeg');
    background-size: cover, auto;
    background-position: center;
    background-repeat:no-repeat;
    /*height:100%;*/
    overflow-y:hidden;
    min-height:100%;

    
}

.container-fluid.body-content {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    min-height: 100%;
   
    
}

footer
{
    bottom:0;
}

.main{
    height:100%;
    width:100%;
    display:table;
}

.wrapper {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.btn-signin {
    background-color: #ff3366;
    border-color:#1788b8;
}

.btn-signin:hover,
.btn-signin:focus
{
    background-color:#1788b8;
}

footer
{
    position:fixed;
    bottom:0;
    color:white;
}

/*      RDS     */

.btn-signin 
{
    background-color: #1788b8;
    border-color: #316ab1;
    border-radius: 0.5em;
    text-decoration: none;
}

.btn-signin:hover,
.btn-signin:focus 
{
    background-color: #ff3b30;
}

.card.card-container {
    border-radius: 0.5em;
}

input.form-control {
    border-radius: 0.5em;
}