/*
 Theme Name:   MK Log
 Theme URI:    http://mk.ksddev.com
 Description:  MK LOg
 Author:       KSD Development
 Author URI:   http://mk.ksddev.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mklog
*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#gratitude-list span {
	color: #999;
}

input[name="post_password"] {
	background: #a94442;
	color: #300;
	border: solid 6px #300;
}



input[type="password"]:focus  {
	background: #a94442;
	color: #300;
	border: solid 6px #300;
}