@import url("https://fonts.googleapis.com/css?family=Roboto:100");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	width: 390px;
	height: 449px;
	background: rgba(0,0,0,.85);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0px 0px 114px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 114px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 114px 2px rgba(0, 0, 0, 0.75);
	border-radius: 0 4em 4em 0;
}

.container svg {
	position: absolute;
}

.rect1 {
	z-index: 1;
	stroke-dasharray: 197 509;
	stroke-dashoffset: -729;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rect2 {
	z-index: 1;
	stroke-dasharray: 197 509;
	stroke-dashoffset: -1058;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.text {
	position: absolute;
	margin-top: 200px;
	border: none;
	background: transparent;
	margin-left: 101px;
	color: #ffffff;
	width: 196px;
	height: 44px;
	padding-left: 3px;
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	padding-top: 21px;
	transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.text:focus {
	outline-width: 0;
	outline: none;
	font-size: 16px;
}

.pass {
	position: absolute;
	margin-top: 251px;
	border: none;
	background: transparent;
	margin-left: 101px;
	color: #ffffff;
	width: 196px;
	height: 44px;
	padding-left: 3px;
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	padding-top: 21px;
	transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-webkit-text-security: disc;
}

.pass:focus {
	outline-width: 0;
	outline: none;
	font-size: 16px;
}

button {
	position: absolute;
	z-index: 100;
	width: 149px;
	height: 43px;
	border: 1px solid #fff;
	background: rgb(101,0,11);
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	border-radius: 22px;
	margin-top: 367px;
	margin-left: 120.5px;
	transition: 0.5s;
	cursor: pointer;
}

button:hover {
	background: #32cd32;
}

button:focus {
	outline-width: 0;
}

.switchBTN{
    position: absolute;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 1em;
	width: 390px;
	margin-top: 465px;
	cursor: pointer;
	letter-spacing: 2px;
}

.header {
	position: absolute;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 48px;
	margin-left: 0;
	width: 390px;
	margin-top: 81px;
}

.info {
	position: absolute;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 14px;
	width: 390px;
	margin-top: 181px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray;
}
::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif) center no-repeat #fff;
}