#myModal { font-size:2.1rem; border: 2px solid; #3e7086; }

.dropdown-mag  { 
	border: 2px solid #3e7086;
}
.dropdown-mag ul {	
	padding-top:10px!important;
	padding-bottom: 15px!important;
}
.dropdown-mag a {
  color: #000!important;
  margin-left:0px!important;
  padding:10px 15px!important;
  font-size: 2.1rem!important;
}

.form-control, .btn-primary { font-size: 2.1rem; }

/* Modal Content/Box */
.login-modal-content {
	display:none;
	z-index:10001;
	font-size:2.1rem;
	border: 2px solid #3e7086;
	background-color: #fefefe;
	padding: 20px;
	/* border: 1px solid rgba(0,0,0,.2); */
	text-align:center;
	margin-top:10px;
	width: 300px;
}
.accedi {
	background-color: #0b5ed7;
	color: #fff;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 5px 20px;
	border-radius: 30px;
}
.small-login .profileicon { margin-top:5px; }
.glyphicon-user, .bi-person-fill { color: #FFF!important; font-size: 2.5rem!important }
.small-login-text { color: #FFF; font-size:2.1rem; font-weight: 600; }
.small-login {
	font-family: "Alegreya Sans", sans-serif;
    background: #018bc9;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 23px;
    color: #FFF;
    text-transform: inherit;
    line-height: normal;
    cursor: pointer;
    outline: none;
}

@media all and (max-width: 1200px) {
	.small-login-text #aLogin {
		visibility: hidden
	}
}

@media all and (min-width: 1201px) {
	.small-login-text #img1{
		visibility: hidden
	}
}