  /* 
  Theme Name: Hello Elementor Child 
  Theme URL: http://fileshare.tmcweb.co.uk
  Description: Hello Elementor Child is a child theme of Hello Elementor, created by Tim Carter
  Author: Tim Carter
  Author URL: https://tmcweb.co.uk
  Template: hello-elementor
  Version: 1.0.0 
  Text Domain: hello-elementor-child 
  */

/*
    Add your custom styles here
*/

/* Login Page style section */

.login {
	background-image: linear-gradient(darkgoldenrod, darkkhaki,ivory);
}

#login{
	width: 500px;
	max-width: 90%;
}

.login h1 a {
	background-image: url("https://tmcweb.co.uk/wp-content/uploads/2019/11/tmclogo_transparent.png");
	background-size: contain;
	width:300px;
}

.login form {
	padding: 40px 40px;
	background-color: rgba(0,0,0,0.8);
	color:white;
	border-radius: 10px;
}

.login .message {
	padding: 20px 20px;
	background-color: rgba(0,0,0,0.8);
	color:white;
	border-radius: 10px;
	border-left: 8px solid #ffff00;
	border-right: 8px solid #ffff00;
	font-size:18px;
	text-align:center;
}

.login label {
	display:block;
	font-size: 20px;
	text-align: center;
}

.login #nav {
	display:block;
	text-align: center;
	color: #490078;
}


.login .button-primary {
	background-color: #490078;
	font-size: 20px;
	border-color: #210036;
	border-radius:10px;
}

.login .dashicons {
	color:  #490078;
}

.login .forgetmenot label {
	display:inline-block;
}

.about a{
	color: #ea00ff;
}

.designedby a {
	color:#BAEE25;
}

.neon-green {
	color:#baee25;
}

.neon-pink {
	color:#ea00ff;
}

.text-large {
	font-size:20px;
	font-weight:600;
}

.about h1 {
	font-size: 1rem;
	font-family: Poppins, Oswald, Verdana, sans-serif;
	font-weight:400;
	line-height: 24px;
	margin-bottom: 14.4px
}