.custom-login-form span.mine {
	/*background: #a5301e;*/
	padding: 5px;
	color: white;
}
.custom-login-form  input:focus {
	border: none!important;
}
.custom-login-form  input#submitbtn {
	border: none;
	padding: 15px 60px;
	border-radius: 25px;
	/*background: #1161ee;*/
}
.custom-login-form  span.hey {
	color: #018a3a;
}
.custom-login-form  .site-inner {
	width: 100%;
	margin: auto;
	max-width: 525px!important;
	position: relative;
	padding-bottom: 40px;
}
.custom-login-form  form#wp_login_form {
	width: 100%;
	margin: auto;
	max-width: 525px;
	position: relative;
	padding: 40px 70px 50px 70px;
	/*background: linear-gradient(60deg,#3d7afd 0,#4c6df9 50%,#4a68ef 50%,#5b5ef4 100%);*/
	margin-top: calc(30vh/2);
}
.custom-login-form  label.tab {
	/*color: #fff;*/
	font-size: 22px;
	margin-right: 15px;
	padding-bottom: 5px;
	margin: 0 15px 10px 0;
	display: inline-block;
	/* border: solid; */
	border-bottom: 2px solid #1161ee;
}
.custom-login-form  label.my-username, .my-password {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.custom-login-form  input.text {
	border: none;
	padding: 15px 20px;
	/*background: rgba(255,255,255,.1);*/
	width: 100%;
	color: #1b1b1b;
	display: block;
}

.custom-login-form form#wp_login_form
{
   background:#fff;
   border-radius: 10px;
   border:1px solid #b1b1b1;
}
.custom-login-form label.tab
{
   color: #018a3a;
}
.custom-login-form label.my-username, .my-password
{
   color: #018a3a;
}

.custom-login-form input.text
{
   border: 1px solid #b1b1b1;
}

.custom-login-form input.text:focus{
	color: #1b1b1b;
	border: 2px solid #018a3a;
	background: #c3d6cb;
}

.custom-login-form span.hey
{
   /*border: 1px solid #b1b1b1;*/
   margin: 10px;
}
.custom-login-form input#submitbtn
{
   background: #018a3a;
}

.custom-login.form input#submitbtn:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 1220px) {
	.custom-login-form  form#wp_login_form {
		padding: 30px 20px 30px 20px;
		margin-top:10vh;
	}
}
@media only screen and (max-width: 768px) {
	.custom-login-form  .site-inner {
		padding: 5% 5% 5%!important;
	}
}