.footer-copyright{
	font-family: segoe ui;
    font-weight: 300;
    color: #FFF;
    position: absolute;
    z-index: 9;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size:13px;
    opacity: 0.7;
	width: 300px;
    text-align: center;
}

.footer-copyright a{color: inherit; text-decoration: none}

.checkboxer-grey {margin-left: 25px;}


#logo {
    top:1%;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    padding:20px;
    z-index: 6;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: rgba(0,0,0,.4);
    text-align: center;
}

#logo img{
    opacity: 0.9;
    width:80%
}


.bg-lock-screen .lock-screen{
	border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: rgba(0,0,0,.4);

}

.bg-lock-screen .lock-screen .user-profile img{padding:10px}

#recaptchav2 div:nth-child(1){
    width: 320px!important;
}
