@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
.container .login input {
	width: 188px;
	height: 32px;
	padding: 0 15px;
	border: 1px solid #e6e6e6;
	background-color: #eceff1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.login {
	margin-left: 25%;
	padding-top: 30%;
}

label{
    float: left;
    /*width: 150px;*/
	width: 25%;
    text-align: right;
	margin-top: 1%;
}

#logbutton {
	margin-left: 150px;
}

#errormessage {
	color: red;
}

#successmessage {
	color: green;
}

.unread {
	font-weight: bold;
	color: #e72121 !important;
}

.container .left input.volumecontrols {
	border: 1px solid black;
	border-color: inherit;
	padding: 0px 0px 0px 0px;
	background-color: initial;
	height: 20px;
}

.container .left input.notifcheckboxes {
	float: none;
	width: 10px;
	height: 10px;
	
	float: unset;
	width: unset;
	height: unset;
	
	float: inherit;
	width: inherit;
	height: inherit;
	
	float: initial;
	width: initial;
	height: initial;
}


/* New changes 1556318744568 */
.wrapper {
	height: 98vh;
	width: 100%;
}

.container {
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.container .left .people .person, .container .left .people .person:hover {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.person img, .person br, .person .time, .person .preview {
	display: none !important;
}

.container .left {
	width: 17%;
}
 
.container .right {
	width: 83%;
}

.container .right .write input {
	width: 95%;
}

.container .right .send {
	position: absolute;
	right: 15px;
}
