body {
	font-size: 14px;
	line-height: 19px;
}

label {
    font-weight: unset;
}

.sign_in {
    margin: 0 auto;
    width: 350px;
    padding: 20px 26px!important;
}

.sign_in_form {
    border: 1px #ddd solid;
    padding: 0px 26px!important;
}

.sign_in_input {
	width: 100%;
	height: 31px;
	padding: 3px 7px;
}

.sign_in_button {
	background-color: #f0c14b;
    border-color: #a88734 #9c7e31 #846a29;
}

.sign_in_button:hover {
	outline: 0;
	background-color: #f3cf75;
}

.create_new_user_checkbox {
	cursor: pointer;
}

/* main area */
.main_area {
    margin: 0 auto;
    width: 1000px;
	padding: 20px 26px!important;
}

.logout_button {
	float: right;
}

.show_all_songs {
	overflow-y: auto;
	overflow-x: hidden;
    height: 666px;
	padding: 10px;
}

.show_all_songs > input {
	margin-right: 50%;
    margin-left: 37%;
	margin-bottom: 8px;
}

.add_song_plus {
    color: #5ba55b;
}

.remove_song_minus {
	color: #ff0000;
}

.add_song_plus, .remove_song_minus {
    font-size: 23px;
    padding-left: 10px;
    cursor: pointer;
}