body{background:#ecf1f3;
    font-family: 'Roboto', sans-serif;
    
}



.login {
    margin-top:60px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.desnologin{
    width:600px;
    height:640px;
    background:#fff;
}
.lijevologin{
    
}
.sadrzajlogin{
    margin-left: 100px;
    margin-top: 200px;
    width:343px;
}

.naslov{
    font-size: 20px;
    margin-bottom: 0px;
}
.podtekst{
        font-size: 14px;
    margin-top: 5px;
    margin-bottom: 40px;
    color: #777;
}
.forma{
   border-radius: 4px;
    height: 40px;
    width: 330px;
    margin-bottom: 20px;
    border: 1px solid #777;
    padding-left: 10px;
    color: #666;
}
.loginbutton{
background: #006c50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float: right;
    cursor:pointer;
}