﻿body {
}

html, body {
    display: grid;
    height: auto;
    place-items: center;
}

.loginbg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.loginforms {
    background-color: white;
    border-radius: 2% 2%;
    width:320px;
}

.btnLogin {
    display: block;
    width: 100%;
    background-color: #71BF46;
}

.btnLogin:hover {
    display: block;
    width: 100%;
    background-color: #99d17a;
}

.btnShow {
    display: block;
    background-color: transparent;
    border: none;
    text-align: right;
    color: #71BF46;
    outline:none;
}

    .btnShow:hover {
        display: block;
        background-color: transparent;
        border: none;
        color: #99d17a;
        text-align: right;
        outline:none;
    }

    .btnShow:focus {
        display: block;
        background-color: transparent;
        border: none;
        color: #99d17a;
        text-align: right;
        outline:none;
    }

.bottomSite {
    color: #808080;

}
    .bottomSite:hover {
        color: #71BF46;
        
    }

.cbxChecked:checked{
    accent-color: red;
}

.emailMG {
    margin-top: 20px;
    margin-left: 10px;
}

.passwordMG {
    margin-top: 0px;
    margin-left: 10px;
}

.showMG {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom : -5px;
}