#loginform input[type=password] {
	font-family: Roboto-Regular;
    color: #505050;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #000;
    outline-color: #d80100;
}

#loginform p {
	padding-left: 0;
	float: left;
}

#loginform label  {
	margin-bottom: 0;
}
.gform_validation_container {
display:none !important;
}
/*
18 09 2018 removing disc on lists */
.main-content .wrapper ul
{
    list-style:none;
}
@media only screen and (max-width: 780px) {
    .jumbotron-align-left .messangers-section .card, .page-govornici .messangers-section .card{
        margin-bottom: 0;
    }
}