html, body {
	font-size: 62.5%;
	height: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
	/*background: url(../images/rain.jpg) no-repeat center center fixed;*/
	background-size: cover;
	overflow: auto;
	overflow-x:hidden;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/*.backimg img
{
	
	height:100%;
	width:100%;
	

}*/
.demo img{
	margin-bottom:20px;
}

.backimg img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
svg {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	overflow: visible;
}
.svg-icon {
	cursor: pointer;
}
.svg-icon path {
	stroke: rgba(255, 255, 255, 0.9);
	fill: none;
	stroke-width: 1;
}
input, button {
	outline: none;
	border: none;
}
.demo {
	position: absolute;
	height: 100%;
        overflow: auto;
	/*width:100%;*/
	background: -moz-linear-gradient(top, rgba(37,55,91,0.9) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(37,55,91,0.9) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(37,55,91,0.9) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25375b', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-9 */}

.login.inactive {
	opacity: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.login__form {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	height: 50%;
	padding: 1.5rem 2.5rem;
	text-align: center;
}
.login__row {
	width:100%;
	height: 5rem;
	padding-top: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login__icon {
	margin-bottom: -0.4rem;
	margin-right: 1.5rem;
}
textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
	padding: 0;
	border: none;
	border-bottom: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 0px 0 #ddd;
	box-shadow: inset 0 0px 0 #ddd;
	font-size: 16px;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
	padding: 0;
	border: none;
	border-bottom: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 0px 0 #ddd;
	box-shadow: inset 0 0px 0 #ddd;
	font-size: 16px;
}
.login__icon.name path {
	stroke-dasharray: 73.50196075439453;
	stroke-dashoffset: 73.50196075439453;
	-webkit-animation: animatePath 2s 0.5s forwards;
	animation: animatePath 2s 0.5s forwards;
}
.login__icon.pass path {
	stroke-dasharray: 92.10662841796875;
	stroke-dashoffset: 92.10662841796875;
	-webkit-animation: animatePath 2s 0.5s forwards;
	animation: animatePath 2s 0.5s forwards;
}
.login__input {
	display: inline-block;
	width: 22rem;
	height: 100%;
	padding-left: 1.5rem;
	font-size: 1.5rem;
	background: transparent;
	border:0;
	color: #FDFCFD;
}
.login__submit {
	position: relative;
	width: 100%;
	height: 4rem;
	margin: 5rem 0 2.2rem;
	color: rgba(255, 255, 255, 0.8);
	background: #fc3305;
	font-size: 1.5rem;
	border-radius: 3rem;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
	transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}
.login__submit:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.5rem;
	margin-top: -1.5rem;
	width: 3rem;
	height: 3rem;
	border: 2px dotted #fff;
	border-radius: 50%;
	border-left: none;
	border-bottom: none;
	-webkit-transition: opacity 0.1s 0.4s;
	transition: opacity 0.1s 0.4s;
	opacity: 0;
}
.login__signup {
	font-size: 1.2rem;
	color: #ABA8AE;
}
.login__signup a {
	color: #fff;
	cursor: pointer;
}
 @-webkit-keyframes animRipple {
 to {
 -webkit-transform: scale(3.5);
 transform: scale(3.5);
 opacity: 0;
}
}
 @keyframes animRipple {
 to {
 -webkit-transform: scale(3.5);
 transform: scale(3.5);
 opacity: 0;
}
}
@-webkit-keyframes rotate {
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes rotate {
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes animatePath {
 to {
 stroke-dashoffset: 0;
}
}
@keyframes animatePath {
 to {
 stroke-dashoffset: 0;
}
}
.no-padding {
	padding:0;
}


 @media screen and (max-width : 1024px) {

.login__input {
 width: 15rem;
 
}
  
}
 @media screen and (max-width : 800px) {
	 .login__row {
text-align:left;
}
}
 @media screen and (max-width : 600px) {
	 .login__row {
text-align:left;
}
}
 @media screen and (max-width : 480px) {
	 .login__row {
text-align:left;
}
}
 @media screen and (max-width : 420px) {

.login__row {
text-align:left;
}
}
 @media screen and (max-width : 320px) {
 .demo img {
 width: 65%;
}
.login__row {
text-align:left;
}
}
 @media screen and (max-width : 295px) {
.demo img {
 width: 55%;
}
 .login__form {
 position: absolute;
 top: 15%;
 left: 0;
 width: 100%;
 height: 50%;
 padding:10px;
 text-align: center;
}
.login__row {
 width:100%;
 height: 5rem;
 padding-top: 1rem;
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login__icon {
 margin-bottom: 0rem;
 margin-right: 10px;
 font-size:11px;
}
}
 @media screen and (max-width : 240px) {
.demo img {
 width: 65%;
}
 html, body {
 font-size: 10px;
}
 textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
font-size: 14px;
}

.login__row {
 width:100%;
 height: 5rem;
 padding-top: 1rem;
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login__input {
 width: 15rem;
}
.login__icon {
 margin-bottom:-5px;
 margin-right: 10px;
}
}
