a:link, a:visited, a:active {
    text-decoration: none;
}

#rightPanel {    
    position:absolute;
    right:10px;
    top:10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: black;
    width: 30%;
    max-width: 300px;
}

#frmLogin {
    width: 100%; 
    text-align:center;
}

.panel {
    background-color: #ffffff;
    border-color: #00df8d;
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

#leftPanel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align:center;
    vertical-align: middle;  
    z-index: -1
}

#lema {
    margin: auto;
    top: 40%;
    position: relative;
    font-size: 24pt;
    font-family:Arial, sans-serif;
    color:white;
}

#footPanel {
    position: absolute;
    right:10px;
    bottom:5px;
    font-size:10pt;
    font-family:Arial, sans-serif;
    color:white;
}

#frmAux {
    background-color:black;
    display:none;
}

#logo {
    width:100px;
    height:100px;
    cursor:pointer;
}

#linkBlog {
    color:white;
}

.link {
    margin-top:10px;
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

.register {
    margin-top:10px;
    width:100px
}

.register:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 400px) {
    body {
        background-size: auto;        
    }
    
    #logo {
        width: 25%;
        height: 25%;
        margin-bottom: 20px;
    }
    
    #rightPanel {
        border-radius: 10px;
        font-size: 10pt;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        right: 0px;
    }

    #frmAux {
        background-color:black;
        display:none;
    }

    #footPanel {
        display:none;
    }
    
    #leftPanel {
        text-align:center;
        margin-top: 200px;
    }
    
    #lema {
        margin-left: auto;
        margin-right: auto;
        position: relative;        
        font-size: 8vw;
        font-family:Arial, sans-serif;
        color:white;
    }
}

.classButton {
    background: #457c68 linear-gradient(to top,rgba(255,255,255,0.8),rgba(255,255,255,0));
    background: #457c68 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
    background: #457c68 -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0));
}