﻿/*MODALITTA SMARTPHONE*/
@media only screen and (max-width: 600px) {
  .UtenteEntrato-Containers {
    float: right;
    height: 50px;
  }

  .UtenteEntrato-LabelLogOut {
    font-size: 12pt !Important;
    color: #006837;
    line-height: 32px;
    float: left;
    margin: 9px;
  }

  .UtenteEntrato-BtnLogOut {
    margin: 9px;
    float: left;
  }
}