﻿.bg-img {
    height: 100vh;
    background: url("../img/bgFS.png") no-repeat center;
    background-size: auto;
}

footer {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

/*Login*/
.pnlLogin {
    
    margin-top: 200px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    max-width: 300px;
    max-height:400px;
}

.logoLogin {
    margin-top: 0;
    height: 100px;
}

.logoUser {
    margin-top: 20px;
    height:120px;
    width:120px;
}


.img-circle {
    border-radius: 50%;
}

@media screen and (max-height: 600px) {
    footer {
        display: none;        
    }
}

.disabledControl {
    pointer-events: none;
    opacity: 0.4;
}

.enabledControl {
    pointer-events: auto;
    opacity: 1;
}

#mydiv {
    top: 50%;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}