/**
 * Styling for Smart Drive Sign-in Application.
 * 
 * @author kagkasd
 */
.main {
	background-color: #f3f3f4 !important;
}

.error-border>input, .error-border>input[type='checkbox']:not (:checked
	 )+label::before, .error-border input[type='radio']:not (:checked )+label::before
	{
	border-color: #f0386b !important;
}

.form-field .form-field__error {
	font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	font-feature-settings: "kern" 1, "calt" 0;
	font-size-adjust: initial;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	background-color: #f0386b;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	padding: 5px 10px;
	width: auto;
}

.form__text.form__text--error {
	background-color: #f0386b;
	color: #fff;
	padding: 1em 30px 1em 60px;
	position: relative;
}

.form__text.form__text--error::before {
	border-bottom: 20px solid currentColor;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	content: '';
	display: block;
	height: 0;
	left: 22px;
	position: absolute;
	top: 22px;
	width: 0;
}

.form__text.form__text--error::after {
	color: #f0386b;
	content: '!';
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	left: 22px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 24px;
	width: 20px;
}

.error-section {
	display: inline-block !important;
	width: 100%;
}

.anytime-loader-img {
	background-position: center;
	top: 40%;
	height: 60px;
}

.loader-align {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.background-logo {
	z-index: -1;
}

.background-logo--corner-bottom-right-fixed {
	bottom: 0;
	left: auto;
	position: fixed;
	right: -24%;
	top: auto;
	width: 100%;
	height: 100%;
}

.background-logo--corner-bottom-right-fixed .background-logo__svg {
	height: 2700px;
	transform: translate3d(-30%, -55%, 0) scale(.5) translateX(-30%)
		translateY(30%) rotate(45deg);
	width: 2700px;
}

.sign-in-container {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 23px 30px 45px;
	box-sizing: border-box;
	color: #000;
}

.button-container {
	width: 100%;
	margin: 6% auto;
	text-align: left;
	margin-bottom: 3%;
	margin-top: 3%;
	
}

@media ( min-width : 1180px) {
	.sign-in-container {
		max-width: 800px;
		margin: 0 auto;
		background: #fff;
		margin-top: 100px;
		margin-bottom: 100px;
		padding: 23px 30px 45px;
		box-sizing: border-box;
		color: #000;
	}
	.button-container {
		width: 100%;
		margin: 0% auto;
		text-align: left;
		margin-bottom: 3%;
		margin-top: 3%;
	}
}

.img-cont {
	margin: 0 auto 48px;
	text-align: left;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.pass-text {
	margin: 0 auto;
	margin-bottom: 0px;
	font-size: 20px !important;
	line-height: 1.3em !important;
	text-align: left;
	margin-bottom: 26px;
	color: #241f24;
}

.success {
	background-color: #8A37E9;
    color: #fff;
    padding: 1em 30px 1em 60px;
    position: relative;
}

.success::before {
    border-top: 0;
    content: "\2713";
    display: block;
    height: 0;
    left: 22px;
    position: absolute;
    top: 22px;
    width: 0;
    font-size: 30px;
    margin-top: 2px;
}
