﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

body, html
{
	height: 100%;
}

body
{
	font-family: 'Open Sans';
	font-weight: 100;
	display: flex;
	overflow: hidden;
    background-color:black;
}

input
{
	:: -webkit-input-placeholder;

{
	color: rgba(255,255,255,0.7);
}

::-moz-placeholder
{
	color: rgba(255,255,255,0.7);
}

:-ms-input-placeholder
{
	color: rgba(255,255,255,0.7);
}

&:focus
{
	outline: 0 transparent solid;
	:: -webkit-input-placeholder;

{
	color: rgba(0,0,0,0.7);
}

::-moz-placeholder
{
	color: rgba(0,0,0,0.7);
}

:-ms-input-placeholder
{
	color: rgba(0,0,0,0.7);
}

}
}

.login-form
{
	/*background: #222;*/
    /*box-shadow: 0 0 1rem rgba(0,0,0,0.3);*/
	/*animation: hue-rotate 2s infinite;*/
	border:1px solid #1ab188;
	border-radius:10px;
	min-height: 10rem;
	margin: auto;
	max-width: 50%;
	padding: .5rem;
	/*background-color:red;*/
	/*box-shadow:  rgba(0px 0px 0px 4px);*/
}

.login-text
{
	/*background: hsl(40,30,60);
            border-bottom: .5rem solid white;*/
	color: #dff1f5;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto;
	max-width: 50%;
	padding: .5rem;
	padding-left: 20px;
	text-align: center;
	font-family:Arial;
	/*//text-shadow: 1px -1px 0 rgba(0,0,0,0.3);
            .fa-stack-1x;*/

{
	color: black;
}

}

.login-username, .login-password
{
	background: transparent;
	font-family:Arial;
	/*border: .5px solid white;*/
	border-bottom: 1px solid rgba(white, .5);
	color: #dff1f5;
	display: block;
	margin: 1rem;
	padding: .5rem;
	transition: 250ms background ease-in;
	width: calc(100% - 3rem);
	&:focus{
	background: #dff1f5;
	color: black;
	transition: 250ms background ease-in;
}

}

.login-forgot-pass
{
	bottom: 0;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 75%;
	left: 0;
	opacity: 0.6;
	padding: .5rem;
	position: absolute;
	text-align: center;
	/*text-decoration: none;*/
	width: 100%;
	&:hover{
	opacity: 1;
}

}

.login-submit
{
	border: 1px solid #1ab188;
	background: transparent;
	/*background-color:black;*/
	color: white;
	display: block;
	margin: 1rem auto;
	min-width: 1px;
	padding: .50rem 1.50rem;
	transition: 250ms background ease-in;
	&:hover, &:focus{
	background: #1ab188;
	color: white;
	transition: 250ms background ease-in;
}

}

[class*=underlay]
{
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
}
.underlay-photo {
     background-image: url('/Images/red.png');
    background-size: 70% 70%; /* Adjust the size to be smaller */
    background-repeat: no-repeat;
    background-position: center; /* Ensure it's centered */
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%) blur(1px);
    z-index: -1;
    width: 100%;  /* Or any specific value */
    height: 100vh; /* Adjust to control the height */
    position: absolute; /* To allow the element to sit behind other content */
}
/*.underlay-photo
{
	\\Programmer-01\server_sop\Other Software\OMS Car Accessories\Module\OMS_Car_Accessories\Module\OMS_Car_Accessories\Sunkool_Order_Manegement\Images\ms logo traced.png
	background-image: url('/Images/RS_Cars_Logo_Black.PNG');
	background-size: cover;
	-webkit-filter: grayscale(50%);
	z-index: -1;
	filter: blur(10px);
}*/

.underlay-black
{
	background: rgba(0,0,0,0.7);
	z-index: -1;
}

@keyframes hue-rotate
{
	from
	{
		-webkit-filter: grayscale(30%) hue-rotate(0deg);
	}

	to
	{
		-webkit-filter: grayscale(30%) hue-rotate(360deg);
	}
}
