/* Login page */

.login_page .md-input-filled > label {
    top: -12px;
}

.login_page .uk-notify {
	position: absolute;
    margin-left: 0;
    left: 0;
    top: -45px;
    height: 33px;
    bottom: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.login_page .uk-notify-message {
	padding: 8px 34px;
	border-radius: 1px;
}

.login_page .uk-notify-message-danger {
    border-left: 4px solid #e53935;
    background: #fff;
    color: #e53935 !important;
}


/* Register page */