/*
Theme Name: For Nimbus Child
Template: bebostore
Author: behladesign
Tags: nimbus, publishing, bookstore
Version: 1.0
Updated: 2018-10-01

*/

div.tml-login {
    max-width: 400px!important;
    padding: 20px;
    margin: 40px 0;
    border: 1px solid #dedede;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
input{
	border:1px solid #dedede;
}
.tml-rememberme-wrap {
	display: inline-block;
	float: left;
	width: 50%;
}

.tml-submit-wrap {
	display: inline-block;
	float: right;
	width: 50%;
}

.tml-submit-wrap input[type="submit"] {
    padding: 8px 15px;
}

.tml-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tml-links li {
	border-right: 1px solid CurrentColor;
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
	margin-right: 8px;
	padding-right: 8px;
}

.tml-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.recent-news-items .see_more_button {
    text-transform: none;
}