@media only screen and (max-width: 768px) {
      .loginformmobile {
          margin-top: 0px;
          
      }
    .formmobile {
        width: 90%;
    height: auto;
        
    }
    
    body {background:none!important;}
    
    #login img {
    padding-bottom: 30px!important;
    margin: 0 auto;
    width: 98%;
    height: auto;
    display: block;
    margin-top: 25px!important;
}

.login1 {
width: 100%;
    border: solid 6px #3B699D;
    border-radius: 10px;
    /* height: 504px; */
    background: white;
}

label {
    font-weight: bold;
    width: 280px;
    font-size: 16px;
}

.box {
    border: #666666 solid 1px;
    
    padding: 6px;
    height: 48px;
    font-size: 30px;
}

.posalji {
    font-weight: bold;
    padding: 7px 11px;
    /* text-align: center; */
    margin: 0px auto;
    /* width: 150px; */
    display: block;
    font-size: 35px;
    margin-top: 67px;
}
.login-register {
    margin-top: 20px;
    font-size: 13px!important;
    text-align: center!important;
}
.registracija {background:white!important;}
.row.main {background:white;}
  .prijava-dugme {display:inline!important;}
   }