@font-face {
    font-family: 'robotoregular';
    src: url('roboto-v18-latin-ext_latin-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotomedium';
    src: url('roboto-v18-latin-ext_latin-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background-color:black;
    width: 100%; 
    max-width: 360px;
    padding:0;
    display:block;
    clear:both;
    color:white;
    font-family: 'robotoregular', Arial, sans-serif;
    margin: 0 auto;
}
#uberalles {
    background-color:#323232;
    height: 100%;
}
#start {
    height: 1px;
}
div{
    background-repeat: no-repeat;
    background-position: center;
}
.paragraph {
    text-align: center;
    margin: 40px 0px 0px;
    font-size: 17px;
    color: silver;
}
.txtbox {
    clear: both;
    margin-left:10%;
    border:auto;
    width:80%;
    font-size: 18px;
    height: 45px;
    padding-left:12px;
}
#system {
    margin-top: 20px;
}
#login {
    margin-top: 20px;
}
#pswrd {
    margin-top: 16px
}

#msg {
    color: #DE2626;
    margin-left: 10%;
    font-size: 15px;
    text-align: left;
    margin-top: 7px;
    height: 18px;
}

#logotop {
    background-image: url(img/logo.png);
    background-size:189.67px 48.95px;
    height: 48.95px;
    margin-top: 75.28px;
}

.submitbtn {
	margin-left: 25%;
}
#submit,
#submitbtn{
    background-color: #FFB800;
    width:50%;
    height: 45px;
    padding-top: 11px;
    padding-bottom: 10px;
    color: black;
	border:0;
    text-align: center;
    font-family:'robotomedium', Arial, sans-serif;
    font-size: 20;
    margin-top:5vh;
}

#logored {
    background-image: url(img/inel.png);
    background-size:86.52px 35.31px;
    height:35.31px;
    width:100%;
    position: absolute;
    bottom: 41px;
    max-width: 360px;
}

#ver {
    color: gray;
    position: fixed;
    bottom: 0;
}

/************/
/* checkbox */
/************/
.remember {
    visibility: hidden;
    display: block;
    position: relative;
    margin-left: 10%;
    padding-left: 36px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
}
.remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.remember:hover input ~ .checkbox {
  background-color: white;
}
.remember input:checked ~ .checkbox {
  background-color: #FFB800;
}
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.remember input:checked ~ .checkbox:after {
  display: block;
}
.remember .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-height: 600px){
    #logored{
        position: unset;
    }
    #logotop,
    #system,
    .submitbtn,
    #logored
    {
        margin-top: 20px;
    }
    body{
        background-color: #323232;
    }
}
