
#importantNews {
    font-size: xx-large;
    color: white;
    padding: 0px 20px;
    min-height: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius:5px 5px 0px 0px;
    margin-bottom:10px;
}

#importantNews span {
    vertical-align: middle;
}

#loginDialog2 {
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    margin: 0 auto;
    float: right;
    margin-right: 30px;
}

#loginDialog2 input {
    width: 230px;
    font-size: large;
    padding: 10px 10px;
}

#loginDialog2 button {
    width: 100%;
    font-size: large;
    margin-top: 5px;
}

#logoCont {
    position: absolute;
    width: 50%;
    margin: 10px;
    width: 50%;
}

#logoCont div {
    float: left;
}

#logo {
    background: linear-gradient(#0cace9, #008ece);
    color: white;
    font-size: large;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top:20px;
}


#slogan {

    font-size: xx-large;
    color: white;
    padding: 0px 20px;
    background: rgba(0, 0, 0, 0.5)
}

#slogan span {
    display: table-cell;
    vertical-align: middle;
}

#whiteboard .header {
    background: linear-gradient(#0cace9, #008ece);
    color: white;
    font-size: large;
    width: 100%;
    padding: 5px 20px;
}

#whiteboard .newslist {
    height: 200px;
    width: 100%;
    overflow-x: hidden;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.8);
}

#whiteboard .news {
    cursor: pointer;
}

#whiteboard .title {
    font-size: medium;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#whiteboard .text {
    font-size: medium;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

#news .date {
    font-weight: bold;
    margin-bottom: 5px;
}

#news .title {
    font-weight: bold;
    font-size: medium;
}


.navbar-default{
    background-color: transparent;
    border-color: transparent;
}

.header-text{
    min-height:100px;
    padding: 20px;
    font-size: x-large;
    color:white !important;
    background-color: rgba(0,0,0,0.4);
    font-size: xx-large;
}

.navbar-brand{
    height: 100px;
    width: 100px;
}

.middle_content{
    margin-top:10%;
    margin-bottom: 10%;
}

.navbar-toggle{
    background-color:#4297d7;
}
.navbar-default .navbar-toggle{
    border-color:#4297d7
}
.navbar-toggle:hover{
    background-color:#4297d7 !important;
}


.login-card {
    max-width:350px;
    padding:40px 40px;
    background-color:#0000004d;
    margin:0 auto 25px;
    border-radius:5px 5px 5px 5px;
    /*box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(0,0,0,0.35);
}


.login-card .reauth-email {
    display:block;
    color:#404040;
    line-height:2;
    margin-bottom:10px;
    font-size:14px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-sizing:border-box;
}

.login-card .form-signin input[type=email], .login-card .form-signin input[type=password], .login-card .form-signin input[type=text], .login-card .form-signin button {
    border-radius: 5px;
    height:40px;
    font-size:16px;
    width:100%;
    display:block;
    margin-bottom:10px;
    z-index:1;
    position:relative;
    box-sizing:border-box;
}

.login-card .form-signin .form-control:focus {
    /*mentre editi*/
    border-radius:0px;
    border-color:#4297d7;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #4297d7;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #4297d7;
}

.login-card .btn.btn-signin {
    font-weight:700;
    height:36px;
    line-height:36px;
    font-size:14px;
    background:#4297d7;
    border-radius:5px;
    border:none;
    transition:all 0.218s;
    padding:0;
}

.login-card .btn.btn-signin:hover, .login-card .btn.btn-signin:active, .login-card .btn.btn-signin:focus {
    background:#4297d7;
}

@media (max-width: 768px){	
	
.login-card {
    padding: 22px 4px 22px 4px;
}
}

