html,body
{
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    background-image: url(../img/bkg.png);
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
}

h1{
    color:#070762;
}
.avatar-img
{
    /* border-radius: 50%; */
    margin: 0 auto;
    display: block;
    /* border: 3px solid green; */
    max-width: 70%;
    transition: box-shadow 0.3s ease;
}

/* .avatar-img.selected
{
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.8);
} */

#nicknameInput{
    font-size: 34px;
    margin-bottom:0px;
    text-align: center !important;
    font-family:'VT323'; /* 'Sixtyfour Convergence'; */
    border: none;        /* Removes the visible border */
    outline: none;       /* Removes the focus outline */
    box-shadow: none;    /* Removes any shadow that might resemble a border */
}
#rfidInput{
    font-size: 34px;
    margin-bottom: 0px;
    background-color: transparent;
    text-align: center;
    border: 1px solid silver;
    font-family: 'VT323';
    color:#fff;
}

.app-section
{
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 120px;
    overflow: hidden;
}

#btnRegister,#btnCancel
{
    font-size: 28px;
    font-family: 'VT323';
    background-image: url(../img/btnreg.png);
    background-size: cover;
    width: 21%;
    height: auto;
    display: block;
    position: relative;
    line-height: 2;
    min-height: 70px;
    min-width: 250px;
    color: #FFF;
    background-color: transparent;
    border: none !important;
}

.rfidlabel{
    font-family: 'VT323';
    color:#fff;
}

#contentlogin{
    display: block;
    position: relative;
    transform: translateY(-50%);
    top:50%;
}

.loginmsg
{
    font-family: 'VT323';
    color: #fff;
    font-size: 34px;
    text-align: center;
}

.logo{
    margin-top:150px;
    max-width: 300px;
}
.logo.welcome{
    margin-top: 30px;
}
#lblmodalnick
{
    font-size: 24px;
    font-weight: bold;
}

.form-check-label{
    font-family: 'VT323';
    color: #fff;
    font-size: 22px;
    padding: 0px;
    padding-left: 15px;
    font-size: 30px;
}

#nickwelcome
{
    font-family: 'VT323';
    color: #fff;
    font-size: 28px;
    text-align: center;
}   

#checknew,#reset
{
    font-family: 'VT323';
    color: #FFF;
    background-color: #000;
    font-size: 28px;
    text-align: center;
    border:1px solid silver;
    margin-top:30px;
}

.form-check-input {
    line-height: 23px;
    height: 30px;
    width: 30px;
    margin-top: 7px;
}

.btn-comleta
{
    font-family: 'VT323';
    color: #fff;
    background-color: #000;
    font-size: 28px;
    text-align: center;
    border: 1px solid silver;
    margin-top: 2px;
    max-height: 37px;
    line-height: 24px;
    transform: translateX(20px);
}