﻿.LoginPanel{
	width: 100%;
	float: none;
}
.fortyfingersCustomAuth .row{
	margin-bottom: 0.5em;
}

.fortyfingersCustomAuth .col-12{
	display:flex;
	align-items: center;
}
.fortyfingersCustomAuth input[type="text"], .fortyfingersCustomAuth input[type="password"]{
	min-width: 200px;
	margin-bottom: 5px;
}
.fortyfingersCustomAuth .dnnLabel {
	width: auto;
	float:none;
	text-align:left;
	margin: 0 0 0.5em;
	line-height: initial;
}

@media screen and (min-width: 768px){
	.fortyfingersCustomAuth .dnnLabel {
		margin: 0;
	}
}

.fortyfingersCustomAuth .dnnLabel label{
	margin-bottom: 0;
}
.fortyfingersCustomAuth .form-control {
	display: inline-block;
}


.fortyfingersCustomAuth input[type="text"], .fortyfingersCustomAuth input[type="password"] {
    min-width: 200px;
	max-width: 350px;
	margin-bottom: 0;
}